Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 9,916 for

document merger

(0.18 sec)
  1. Basic usage | GroupDocs

    The main features of the GroupDocs.Watermark API — add, customize, update, and remove watermarks with just a few lines of code....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/python-net/basic-u...
  2. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note Documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note Document....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Spreadsheet redactions | GroupDocs

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet Document formats and others....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/spreadsheet-re...
  4. Working with hyperlinks | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion Product Solution GroupD......Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/working-with-hyp...
  5. Working with hyperlinks | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Conversion Product Solution GroupD......Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/working-with-hype...
  6. Page Rotation Issue for EPUB Format is Fixed in...

    We are pleased to announce the monthly release of GroupDocs.Merger for .NET 19.1. This latest version of the API comes with some new features and bug fixes. RotatePages method now supports Diagram formats. Please see release notes for further details. Features Diagram formats are available for method: RotatePages Note formats are available for method: SwapPages Bug Fixes Document Save method throws exception: System.ObjectDisposedException PostScript Document is loading with error Page rotation is not saving for EPUB format Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....Merger for .NET 19.1. This latest...method: SwapPages Bug Fixes # Document Save method throws exception:...

    blog.groupdocs.com/merger/page-rotation-issue-f...
  7. Convert DOC to JPG in C#

    Learn how to Convert DOC to JPG in C# and Export Word Document as JPEG using C# with GroupDocs.Conversion for .NET, providing step-by-step code and best practices....Merger Product Family GroupDocs.Redaction...requirement when preparing documents for web preview or thumbnail...

    kb.groupdocs.com/conversion/net/convert-doc-to-...
  8. Save to stream | GroupDocs

    You might need to save a Document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a Document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use Document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the Document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-to-stream/
  9. How to Convert XLSB to PDF in Java

    This short tutorial provides the stepwise instructions to convert XLSB to PDF in Java and how to use this guide to create the Java XLSB to PDF converter functionality....Merger Product Family GroupDocs.Redaction...Java using one of the best document converter APIs. Further, this...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert MHTML to JPG in Java

    This article describes the workflow to convert MHTML to JPG in Java and provides a working code to show the implementation of Java MHTML to JPG converter capability....Merger Product Family GroupDocs.Redaction...Java using one of the best document converter APIs. This article...

    kb.groupdocs.com/conversion/java/how-to-convert...