Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 16,570 for

pdf comparison

(0.24 sec)
  1. Exporting metadata properties | GroupDocs

    Export metadata properties to an Excel workbook using GroupDocs.Metadata for Python via .NET....Comparison Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/python-net/exportin...
  2. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  3. Working with metadata in HEIF/HEIC images | Gro...

    Working with XMP metadata GroupDocs.Metadata for .NET 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:...Comparison Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. GroupDocs.Annotation for .NET | GroupDocs

    API to annotate text or images in your documents using C#. It supports Pdf, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Comparison Product Solution GroupDocs...more. Annotation API supports PDF, Microsoft Word DOCX, Excel XLSX...

    docs.groupdocs.com/annotation/net/
  5. Save attachments | GroupDocs

    Save attachments and embedded files from Pdf, Outlook data file or email...Comparison Product Solution GroupDocs...Outlook data files, archives, and PDF documents. Java import com.groupdocs...

    docs.groupdocs.com/viewer/java/how-to-extract-a...
  6. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // 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:...Comparison Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  7. Add text watermarks | GroupDocs

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....Comparison Product Solution GroupDocs...watermark to the HTML/JPG/PNG/PDF output, follow these steps: Create...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  8. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form....Comparison Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/nesting-search-qu...
  9. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....Comparison Product Solution GroupDocs...rasterize (save document as a PDF with page images) Required for...

    docs.groupdocs.com/redaction/net/create-custom-...
  10. Extracting metadata | GroupDocs

    This article shows how to extract metadata properties from your files in C# .NET solution programmatically with GroupDocs.Metadata for .NET...Comparison Product Solution GroupDocs...easily extract metadata from PDF, DOC, PPT, XLS and many other...

    docs.groupdocs.com/metadata/net/extracting-meta...