Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 15,778 for

annotation pdf

(0.05 sec)
  1. GroupDocs.Merger for Node.js via Java | Documen...

    Use GroupDocs.Merger for Node.js via Java to merge several documents into one, split single document to multiple and organize documents in different ways....Annotation Product Solution GroupDocs...popular document formats such as PDF, DOCX, XLSX, PPTX, EPUB and others...

    docs.groupdocs.com/merger/nodejs-java/
  2. GroupDocs.Merger for Python via .NET | Document...

    Use GroupDocs.Merger for Python via .NET to merge several documents into one, split single document to multiple and organize documents in different ways....Annotation Product Solution GroupDocs...popular document formats such as PDF, DOCX, XLSX, PPTX, EPUB and others...

    docs.groupdocs.com/merger/python-net/
  3. GroupDocs.Comparison for .NET | Documentation

    GroupDocs.Compairson for .NET developer documentation. Learn how to diff docx, pptx, and compare Pdf files using C#....Annotation Product Solution GroupDocs...PowerPoint, OpenDocument ODT, PDF, Text, and HTML documents. The...

    docs.groupdocs.com/comparison/net/
  4. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // 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 ....Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  5. Load document from local disk | Documentation

    This section explains how to load document from local disk with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/load-document...
  6. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  7. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, Annotation and text redaction in their documents. Wide range of document formats is supported, such as, Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Annotation Product Solution GroupDocs...formats is supported, such as: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/redaction-basics/
  8. Updating QR-code signatures with advanced optio...

     This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/java/updating-qr-c...
  9. Updating Barcode signatures with advanced optio...

     This article explains how to provide advanced options when updating Barcode electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/java/updating-barc...
  10. Logging and Diagnostics | Documentation

    Enable and configure logging for document conversions with GroupDocs.Conversion for Python via .NET....Annotation Product Solution GroupDocs...DOCX document and convert it to PDF with Converter ( "./business-plan...

    docs.groupdocs.com/conversion/python-net/develo...