Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 15,829 for

pdf annotation

(0.05 sec)
  1. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more....Annotation Product Solution GroupDocs...Description Document body Metadata Annotations(comments) Remarks Embedded...

    docs.groupdocs.com/redaction/python-net/support...
  3. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); // create data encryption...

    docs.groupdocs.com/signature/java/implement-cus...
  4. Indexing from different sources | Documentation

    GroupDocs.Search allows indexing documents from various sources....Annotation Product Solution GroupDocs...'c:/MyDocuments/ExampleDocument.pdf' ; // Creating an index const...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  5. How to Convert Excel to CSV in Java

    This post covers basic document conversion and contains detailed instructions on how to convert Excel to CSV in Java along with Java code to convert Excel to CSV....Annotation Product Family GroupDocs...look out how to convert HTML to PDF in Java . Updated on 08 Apr 2022...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Save signed document with password | Documentation

    This article explains how to save document with password protection....Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); // create QRCode option with...

    docs.groupdocs.com/signature/java/save-signed-d...
  7. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Signature ( "samplePasswordProtec.pdf" ); // create QRCode option with...

    docs.groupdocs.com/signature/java/searching-for...
  8. Advanced search for Form Field signatures | Doc...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature = new Signature ( "signed.pdf" ); FormFieldSearchOptio options...

    docs.groupdocs.com/signature/java/advanced-sear...
  9. Caching | Documentation

    Learn this article and check how to improve conversion speed and performance when convert document with GroupDocs.Conversion for .NET API....Annotation Product Solution GroupDocs...converter . Convert ( "converted.pdf" , options ); stopWatch . Stop...

    docs.groupdocs.com/conversion/net/caching/
  10. Search thread safety | Documentation

    This article shows that how search thread safety works....Annotation Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/search-thread-sa...