Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 6,098 for

pdf editor

(0.17 sec)
  1. Supported file formats | Documentation

    This topic lists file formats supported by GroupDocs.Viewer for Python....Editor Product Solution GroupDocs...Microsoft Outlook data files: . PDF and Page Layout file formats...

    docs.groupdocs.com/viewer/python-net/supported-...
  2. Deleting QR-code signatures - advanced | Docume...

    This article shows how to delete QR-code electronic signatures different ways with GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "signed.pdf" )) { // read from some data...

    docs.groupdocs.com/signature/net/deleting-qr-co...
  3. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Editor Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/java/use-microsoft...
  4. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....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...
  5. Indexing password protected documents | Documen...

    This article demonstrates that how to perform indexing of password protected documents....Editor Product Solution GroupDocs...@"C:\MyDocuments\ProtectedDocument.pdf" ); index . Dictionaries . DocumentPasswords...

    docs.groupdocs.com/search/net/indexing-password...
  6. Working with saved Emails | Documentation

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Editor Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-s...
  7. GroupDocs.Parser for .NET 19.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 19.5. Major Features There are the following features in this release: Implement the ability to extract data from documents Implement the ability to move Table Layout Implement the ability to detect a table in a rectangular area using a collection of column separators Implement the support for spreadsheet and presentation templates Some constructors and properties were removed from TextProperties class Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1145 Implement the ability to extract data from documents New feature PARSERNET-1151 Implement the ability to move Table Layout New feature PARSERNET-1158 Implement the ability to detect a table in a rectangular area using a collection of column separators New feature PARSERNET-1200 Implement the support for spreadsheet and presentation templates New feature PARSERNET-63 Remove obsolete members (version 18....Editor Product Solution GroupDocs..."invoice - John Smith, Jan-2019.pdf" , template ); Example This example...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  8. GroupDocs.Search for Java 21.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for Java 21.2 Major Features There are the following improvementes in this release: Implement ability to perform boolean search with stop words Implement ability to get status of indexed file Implement ability to delete files indexed from stream Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2486 Implement ability to perform boolean search with stop words Improvement SEARCHNET-2487 Implement ability to get status of indexed file Improvement SEARCHNET-2485 Implement ability to delete files indexed from stream Improvement Public API and Backward Incompatible Changes Implement ability to perform boolean search with stop words This improvement allows to perform boolean search on queries containing stop words....Editor Product Solution GroupDocs..."c:\\MyDocuments\\Document.pdf" ; String documentKey = "My Document.pdf" ; // Creating...

    docs.groupdocs.com/search/java/groupdocs-search...
  9. Subscribing for signing process events | Docume...

    This article explains how to subscribe for signing electronic signatures events like start, progress and completion with GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); signature . SignStarted ...

    docs.groupdocs.com/signature/java/subscribing-f...
  10. Generate document pages preview | Documentation

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // create preview options...

    docs.groupdocs.com/signature/net/generate-docum...