Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 7,613 for

document comparison

(0.04 sec)
  1. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text Documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/use-of-in-line...
  2. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire Document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Save HTML to folder | Documentation

    This article explains how to save edited Document in HTML form to folder at local disk using GroupDocs.Editor for Java features....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  4. How to Convert ODT to HTML using C#

    Let's learn how to convert ODT to HTML using C# without installing any extra software. Also, write code example to export ODT to HTML in C# using conversion library....Comparison Product Family GroupDocs...age, the need to convert documents from one format to another...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Extract Text from Markdown File in C#

    This tutorial describes the step-by-step procedure to extract text from Markdown file in C# language and how to use the workflow to get text from Markdown using C#....Comparison Product Family GroupDocs...you to quickly set up the document conversion package from the...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  6. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/working-with-...
  7. Convert CSV to PDF using Node.js

    Learn how to convert CSV to PDF using Node.js without installing extra software. Follow simple steps to export CSV to PDF in Node.js, making Document generation easy....Comparison Product Family GroupDocs...PDF document Converting CSV files into a portable document format...

    kb.groupdocs.com/conversion/nodejs/convert-csv-...
  8. 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....Comparison Product Family GroupDocs...that consume APIs to do the document conversion. You will also...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Merge DOCX files using C#

    Gain expertise to merge DOCX files using C#. We will provide you sample code example to combine DOCX files in C# without the additional software installations....Comparison Product Family GroupDocs...files using C# In the realm of document management and manipulation...

    kb.groupdocs.com/merger/net/merge-docx-files-us...
  10. Remove Metadata from RTF using Java

    Quickly grasp the knowledge of how to remove metadata from RTF using Java. Also, you'll be provided with a code demonstrating how to clean metadata from RTF in Java....Comparison Product Family GroupDocs...information, creation dates, document properties, and other details...

    kb.groupdocs.com/redaction/java/remove-metadata...