Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 2,175 for

resource

(0.04 sec)
  1. Load from a local disk | Documentation

    The following example demonstrates how to load file from local disk....remove metadata here } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  2. Working with metadata in HEIF/HEIC images | Doc...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in HEIF/HEIC images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in HEIF/HEIC images. Please find appropriate code samples in the Working with EXIF Metadata section. More Resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java... OutputJpeg ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  4. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More Resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...remove metadata here } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  5. Get supported file formats | Documentation

    This article explains how to obtain supported file formats list for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....getExtension ()); } More resources Advanced Usage Topics To learn...

    docs.groupdocs.com/signature/java/get-supported...
  6. GroupDocs.Assembly for .NET | Documentation

    Release notes Package repository GroupDocs.Assembly for Net - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Net reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, presentations, PDF files, email messages, and images....Net API Reference Useful Resources DEMOS AND EXAMPLES Work with...

    docs.groupdocs.com/assembly/net/
  7. GroupDocs.Watermark for Python via .NET | Docum...

    A Python via .NET API for adding watermarks to the documents of different file formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....NET API Reference Useful Resources DEMOS AND EXAMPLES Online...

    docs.groupdocs.com/watermark/python-net/
  8. Group Docc Extraction section based content - F...

    Hi, We have requirement of extraction of section based content from .DocX document whoch is converted by GroupDocs.Can anyone guide me how to do this?... You may find following resources helpful: Open source example...

    forum.groupdocs.com/t/group-docc-extraction-sec...
  9. Editing certain parts of a document using Java ...

    I have more Doubts. Is there some way that for example in the Editor we have a *.doc or *docx document that have the possibility to only let edit certain parts of it an the rest of the content could be block? Full threa…...set of HTML/CSS markups and resources, which are editable in most...

    forum.groupdocs.com/t/editing-certain-parts-of-...
  10. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/load-document-fr...