Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 5,685 for

file merger

(0.1 sec)
  1. Basic Usage | GroupDocs

    Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Merger Product Solution GroupDocs...to it. Get supported file formats Get file info Get document page...

    docs.groupdocs.com/redaction/java/basic-usage/
  2. Sign documents with standard QR-code entries | ...

    This article explains how to create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...Merger Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "output.pdf"...

    docs.groupdocs.com/signature/java/sign-document...
  3. Join Images using GroupDocs.Merger for Java 19.8

    With the new release of GroupDocs.Merger for Java 19.8 you can take your document joining experience to the next level. What is special about this release? We are pleased to announce that you can now do image joining. And following are the supported image formats: BMP PNG TIFF How easy is that? Let’s understand this with a use-case. We’ll join a BMP and TIFF File. New Format Support API now fully supports HTML format....Merger for Java 19.8 you can take...use-case. We’ll join a BMP and TIFF file. New Format Support API now...

    blog.groupdocs.com/merger/join-images-using-gro...
  4. Add component to the document | GroupDocs

    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...
  5. How to Add Underline Annotation into PDF Using ...

    In this tutorial, we will discuss how to add underline annotation into PDF using Java. Also, we will provide a code to insert underline annotation in PDF using Java....Merger Product Family GroupDocs.Redaction...object by providing the PDF file path to its constructor Instantiate...

    kb.groupdocs.com/annotation/java/how-to-add-und...
  6. Convert PDF to XPS using C#

    Effortlessly convert PDF to XPS using C# by following our detailed guide. Additionally, we'll furnish you with a code example to export PDF to XPS using C#....Merger Product Family GroupDocs.Redaction...(Portable Document Format) files to XPS (XML Paper Specification)...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  7. Save in rasterized PDF | GroupDocs

    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...
  8. How to Convert DOCX to PDF using Node.js

    Quickly take a look at the guideline to convert DOCX to PDF using Node.js without installing any extra software and learn about code to export DOCX to PDF in Node.js....Merger Product Family GroupDocs.Redaction...communication, the ability to convert files from one format to another is...

    kb.groupdocs.com/conversion/nodejs/how-to-conve...
  9. How to Convert SVG to PDF in C#

    This article explains the thorough procedure to convert SVG to PDF in C# and learn how to develop the C# SVG to PDF converter functionality....Merger Product Family GroupDocs.Redaction...functionality Load the input SVG file by creating an instance of the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert DOCX to PPTX using Java

    This topic provides instructions on how to convert DOCX to PPTX using Java. Also, we will assist you in creating a Java application to export DOCX to PPTX in Java....Merger Product Family GroupDocs.Redaction...converted to other supported file formats using the conversion...

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