Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 15,745 for

pdf annotation

(0.04 sec)
  1. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Annotation Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/python-net/get-fil...
  2. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Annotation Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/get-file-info/
  3. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/extracting-com...
  4. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Annotation Product Solution GroupDocs...with gm . Metadata ( "input.pdf" ) as metadata : affected = metadata...

    docs.groupdocs.com/metadata/python-net/clean-me...
  5. How to Convert HTML to RTF in C#

    In this quick how-to tutorial, we will explain the steps to convert HTML to RTF in C# and how to implement C# HTML to RTF feature using this guide....Annotation Product Family GroupDocs...formats such as TIFF, PPSM, PDF, MHT, PPTX, XLSX, and many more...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Add document to Presentation via OLE | Document...

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications....Annotation Product Solution GroupDocs...document content. The Word and PDF documents, Excel and Oped Document...

    docs.groupdocs.com/merger/java/add-document-to-...
  7. Verify Digital signatures in the document | Doc...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { DigitalVerifyOptions options...

    docs.groupdocs.com/signature/net/verify-digital...
  8. Verifying documents with exception handling | D...

     This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { DigitalVerifyOptions options...

    docs.groupdocs.com/signature/net/verifying-docu...
  9. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Annotation Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/image-sea...
  10. Load document from URL | Documentation

    This section explains how to load document from URL with GroupDocs.Signature API....Annotation Product Solution GroupDocs...esources/SampleFiles/sample.pdf?raw=true" ; using ( Stream stream...

    docs.groupdocs.com/signature/net/load-document-...