Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 5,470 for

file merger

(0.06 sec)
  1. Support for Diagrams in GroupDocs.Merger

    GroupDocs.Merger now supports diagram formats such as VSDFX, VSDM, VSSX, VSSM and VTX . It allows you to swap, rotate or trim pages in diagrams. Apart for that, you can also set or remove password protection of diagrams. This API comes in both Java and .NET platforms and could be integrated in any your .NET or Java application without any dependency. Features for Diagrams Format Swap Pages: This feature allows you to exchange the position of two pages in the document....Merger now supports diagram formats such as VSDFX,...swap pages of following VSDX file: Finally, after performing swap...

    blog.groupdocs.com/merger/support-for-diagrams-...
  2. Product Overview | Documentation

    GroupDocs.Merger for Node.js via Java provides a wide range of document manipulation features - merge multiple Files into one File, split single File to separate Files, reorder, rotate and remove document pages without third-party tools....Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for Node.js...

    docs.groupdocs.com/merger/nodejs-java/product-o...
  3. Add component to the document | Documentation

    The page describes how to add components to a document using GroupDocs.Annotation API....Merger Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  4. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Python via .NET. Comparing Files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Merger Product Solution GroupDocs...Leave feedback On this page File comparison is a library that...

    docs.groupdocs.com/comparison/python-net/featur...
  5. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Merger Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  6. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Merger Product Solution GroupDocs...( 20 )); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  7. Render PDF as Image using Python

    In this topic, you will get code and steps to render PDF as image using Python. There is no need to install and extra software or tool to convert PDF to image in Python....Merger Product Family GroupDocs.Redaction...using Python Converting PDF files to images ensures your documents...

    kb.groupdocs.com/viewer/python/render-pdf-as-im...
  8. PDF merging on GroupDocs Blog | Document Automa...

    PDF merging on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PDF merging on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers G......Jelajahi proses penggabungan file PDF di Python, memanfaatkan...memanfaatkan pustaka GroupDocs.Merger yang kuat tanpa menggunakan perangkat...

    blog.groupdocs.com/id/tag/pdf-merging/index.xml
  9. Add Text Watermark to PDF Using Java

    Discover how to add text watermark to PDF using Java without need of extra software. Also, we'll provide you code example to insert text watermark to PDF in Java....Merger Product Family GroupDocs.Redaction...efficient approach to protect PDF files is by incorporating text watermarks...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  10. How to Sign DOCX with QR Code using C#

    In this topic, we will guide you on how to sign DOCX with QR Code using C#. We will also provide a code example to create QR Code in DOCX using C#....Merger Product Family GroupDocs.Redaction...passing the path of input DOCX file as an argument to its constructor...

    kb.groupdocs.com/signature/net/how-to-sign-docx...