Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 9,364 for

document conversion

(0.7 sec)
  1. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/email-messages/
  2. Extract metadata from Emails | GroupDocs

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of Document metadata objects; Iterate through the collection and get metadata names and values....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-metadata...
  3. Signature Use Cases | GroupDocs

    In this section you will find examples of using GroupDocs.Signature for .NET while Documents processing....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/signature-use-...
  4. Search network node events | GroupDocs

    This page contains information about the purpose and use of all search network events....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/search-network-n...
  5. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/composing-sig...
  6. GroupDocs.Parser for Java | GroupDocs

    Note Welcome to the GroupDocs.Parser for Java GroupDocs.Parser is a convenient text extractor API that permits users to extract raw or formatted text from different Document formats. Besides, the user can extract metadata from the Document. GroupDocs.Parser for Java Resources Following are the links to some useful resources you may need to accomplish your tasks. GroupDocs.Parser for Java Online Documentation GroupDocs.Parser for Java Features GroupDocs.Parser for Java Limitations GroupDocs.Parser for Java Release Notes GroupDocs....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/
  7. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-x...
  8. Inserting Bookmarks Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing Documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/inserting-book...
  9. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you to render Documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your Java application....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/
  10. render_docx_to_pdf.zip

    demo-app/render_docx_to_pdf.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import PdfViewOptions def render_docx_to_pdf(): # Get license file absolute path ......docx Title of the document Subtitle #1 Text is normal...can place any text over the document and specify a set of parameters...

    docs.groupdocs.com/viewer/python-net/_sample_fi...