Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 9,602 for

document merger

(0.13 sec)
  1. Using Spreadsheets as Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report Documents Assemble a Document using the external Document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  2. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert web Documents to PDF, PNG, and JPEG formats....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/render-we...
  3. Removing Empty Paragraphs | GroupDocs

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for .NET API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/removing-empty-...
  4. Working with HTML resources | GroupDocs

    This article describes capabilities of GroupDocs.Editor while working with HTML resources, which are an integral part of HTML Document...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/working-with-html...
  5. GroupDocs.Redaction for .NET | GroupDocs

    A .NET API for redaction of sensitive and classified information from the Documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/
  6. Get a list of changes | GroupDocs

    This article explains how to get a collection of changes between compared Documents when using GroupDocs.Comparison for Node.js via Java....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/nodejs-java/get-l...
  7. How to Compare Word Documents using C#

    This article describes the procedure to compare Word Documents using C# and how to write the code in C# to compare two Word Documents and highlight differences....Merger Product Family GroupDocs.Redaction...Family How to Compare Word Documents using C# In this how-to tutorial...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  8. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a Document from stream. The following example demonstrates how to load and redact a Document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use Document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-from-str...
  9. Convert MSG to PDF using Node.js

    Quickly convert MSG to PDF using Node.js. Learn how to export MSG to PDF in Node.js with a smooth, reliable process ideal for email-to-Document automation....Merger Product Family GroupDocs.Redaction...useful in industries where document compliance and long-term storage...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  10. Load Database Documents with Options | GroupDocs

    Learn how to use DatabaseLoadOptions to configure database Document loading in GroupDocs.Conversion for .NET. Supports NSF (Lotus Notes) and SQL formats....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/load-database...