Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 2,931 for

pdf editor

(0.96 sec)
  1. 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...
  2. 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-...
  3. 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/
  4. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....Editor Product Solution GroupDocs...add_suffix = True so . rasterize_to_pdf = False result_path = redactor...

    docs.groupdocs.com/redaction/python-net/load-fr...
  5. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (Pdf, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Editor Product Solution GroupDocs...images within office documents (PDF, DOCX, etc.) You have to implement...

    docs.groupdocs.com/redaction/net/using-ocr/
  6. Synchronizing shards | GroupDocs

    This page contains information about synchronizing shards in the search network....Editor Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/synchronizing-sh...
  7. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list for Pdf, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....Editor Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/get-supported-...
  8. Save in original format | GroupDocs

    This article demonstrates that how to save file in its original format with current date as a suffix...Editor Product Solution GroupDocs...add_suffix = True so . rasterize_to_pdf = False date_time_str = datetime...

    docs.groupdocs.com/redaction/python-net/save-in...
  9. Load document from local disk | GroupDocs

    Learn how to extract data from documents on the local disk...Editor Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/load-document-fro...
  10. Save in original format | GroupDocs

    This article demonstrates that how to save file in its original format with current date as a suffix...Editor Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/save-in-origin...