Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 8,338 for

document conversion api

(0.11 sec)
  1. Locating signature with different alignments | ...

     This article explains how to use different alignment values to locate signature on Document page with GroupDocs.Signature Api....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/net/locating-signa...
  2. Extract text by table of contents item | GroupDocs

    Learn how to extract text by specific table of contents items using GroupDocs.Parser for .NET. Extract chapter content from Word Documents, PDFs, and eBooks by TOC item in C#....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/net/extract-text-by-t...
  3. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output Document in GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/net/show-revisions/
  4. Get supported file formats | GroupDocs

    This page describes how the search Api is used to obtain a list of supported file types....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/net/get-supported-fil...
  5. How to Run Examples | GroupDocs

    This article describes how to run GroupDocs.Merger for .NET code examples....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/net/how-to-run-examples/
  6. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word Document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the Document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word Document has no table of contents, getToc method returns an empty collection....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/java/extract-table-of...
  7. Search for encrypted text in Metadata signature...

     This article explains how to search for encrypted text electronic signatures in the Document metadata. This topic contains example of using standard encryption and search for encrypted text in the Document metadata with further decryption by GroupDocs.Signature Api....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/net/search-for-enc...
  8. Extract text from Microsoft OneNote sections | ...

    This article explains that how to extract text from Microsoft OneNote sections presentations...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/java/use-advanced-...
  10. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on Document page with GroupDocs.Signature Api....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/net/locating-signa...