Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,936 for

resource

(0.03 sec)
  1. 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...
  2. 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/
  3. 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...
  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. 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...
  6. 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...
  7. 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-...
  8. Load document from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java....Conversion-for-Java/blob/master/Examples/Resources/SampleFiles/sample.docx?raw=true"...

    docs.groupdocs.com/conversion/java/load-documen...
  9. 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...
  10. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java.... save (); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/save-a-modifie...