Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 2,814 for

feature

(0.12 sec)
  1. Merging Table Cells Dynamically | Documentation

    Note This Feature is supported by version 19.1 or greater Note The code uses some of the objects defined in The Business Layer. Merging Table Cells Dynamically Using GroupDocs.Assembly for Java, you can merge table cells with equal textual contents within your reports dynamically using cellMerge tags. Syntax of a cellMerge tag is defined as follows: <> Warning A horz switch is optional. If the switch is present, it denotes a cell merging operation in a horizontal direction....Dynamically Leave feedback Note This feature is supported by version 19...

    docs.groupdocs.com/assembly/java/merging-table-...
  2. Working with Email Messages | Documentation

    Note This Feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Email Messages GroupDocs.Assembly allows you to use data bands in table rows in Email Messageswith HTML and RTF bodies. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Messages Leave feedback Note This feature is supported by version 18...

    docs.groupdocs.com/assembly/net/working-with-em...
  3. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....To learn more about library features and get familiar how to manage...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/python-net/get-docu...
  4. Clear watermarks | Documentation

    This article shows how to clear existing text or image watermarks....watermarks is another powerful feature of the GroupDocs.Watermark...

    docs.groupdocs.com/watermark/nodejs-java/clear/
  5. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....To learn more about library features and get familiar how to manage...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/nodejs-java/get-doc...
  6. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....documents Leave feedback Note This feature is available only for Word...

    docs.groupdocs.com/comparison/python-net/compar...
  7. How to Extract Images from Word Document using ...

    This article provides thorough instructions to extract Images from Word document using Java and how to create the Java image extractor from Word application....documents and complete this feature with a few simple API calls...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  8. How to Convert SVG to PNG in Java

    Let's review the detailed instructions to convert SVG to PNG in Java and how to use these points to develop Java convert SVG to PNG capability....ImageConvertOptions to it Java SVG to PNG feature can be easily implemented with...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert CSV to PDF using Java

    This guide explains to you how to convert CSV to PDF using Java. Learn how to utilize this guide to put the CSV to PDF converter Java Feature into action....the convert CSV to PDF Java feature. You need to install the required...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured Java library we provide simple...

    docs.groupdocs.com/parser/java/load-document-fr...