Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 2,938 for

pdf editor

(0.39 sec)
  1. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Editor Product Solution GroupDocs...represents the document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/comparison/python-net/get-fi...
  2. Working with metadata in FLV files | GroupDocs

    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....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Load specific file formats | GroupDocs

    Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for Python via .NET....Editor Product Solution GroupDocs...formats (auto-detected) # - PDF # - DOC, DOCX # - XLS, XLSX #...

    docs.groupdocs.com/parser/python-net/load-speci...
  4. Digital signing with custom hash | GroupDocs

    This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....Editor Product Solution GroupDocs..."sample.pdf" ; string sampleOutputFilePath = "signed.pdf" ; using...

    docs.groupdocs.com/signature/net/digital-signin...
  5. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown...Editor Product Solution GroupDocs...( f => new [] { ".docx" , ".pdf" , ".xlsx" , ".epub" } . Contains...

    docs.groupdocs.com/markdown/net/batch-convert/
  6. Clean metadata | GroupDocs

    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....Editor Product Solution GroupDocs...metadata . Metadata ( "input.pdf" ); // Remove detected metadata...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  7. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Editor Product Solution GroupDocs...spreadsheet. For example, the PDF document can be inserted in the...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. Troubleshooting | GroupDocs

    This section contains issues that you may face and solutions for them when processing files with GroupDocs.Viewer....Editor Product Solution GroupDocs...the document to PNG, JPG, and PDF. Please refer to the following...

    docs.groupdocs.com/viewer/java/troubleshooting/
  9. Verify Digital signatures in the document | Gro...

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

    docs.groupdocs.com/signature/java/verify-digita...
  10. Load document from local disk | GroupDocs

    This section explains how to load document from local disk with GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

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