Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 4,301 for

document editor

(0.04 sec)
  1. GroupDocs.Assembly for .NET | Documentation

    Release notes Package repository GroupDocs.Assembly for Net - A assembly is a Document automation and reports generation API designed to create custom Documents from templates. This Net reporting API intelligently assembles the given data with the defined template Document and generates an output Document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text Documents, spreadsheets, presentations, PDF files, email messages, and images....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/
  2. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple Documents with different customisations - style detection, change comparison detalisation level and more....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/compare-multi...
  3. Render specific pages | Documentation

    This article explains how to view specific pages when processing Documents with GroupDocs.Viewer within your .NET applications....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/view-specific-pages/
  4. Removing Empty Paragraphs | Documentation

    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 Java API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member **REMOVE_EMPTY_PARAGRAPHS **is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.setOptions(), the engine additionally removes empty paragraphs....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/removing-empty...
  5. Load from Stream | Documentation

    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(); }...Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-from-str...
  6. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the Document's features and required redaction....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/create-custom...
  7. Add watermark | Documentation

    In this article, you will learn how to apply watermark to Document pages when convert Document with GroupDocs.Conversion for .NET API....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/add-watermark/
  8. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/render-vi...
  9. Render EBooks as HTML, PDF, and image files | D...

    This topic describes how to use the GroupDocs.Viewer .NET API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/render-ebooks/
  10. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Merger for .NET...Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/migration-notes/