Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 5,709 for

file merger

(0.17 sec)
  1. How to Insert Area Annotation to PDF using Java

    This topic demonstrates how to insert area annotation to PDF using Java. It also provides all instructions and a code example to add area annotation to PDF in Java....Merger Product Family GroupDocs.Redaction...class by passing the path of PDF file to its constructor Create an...

    kb.groupdocs.com/annotation/java/how-to-insert-...
  2. How to Convert XLSX to CSV using Java

    The focus of this topic is to guide you on how to convert XLSX to CSV using Java, and help you in developing a Java application to change XLSX to CSV in Java....Merger Product Family GroupDocs.Redaction...XLSX and CSV are two common file formats used for storing and...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. GroupDocs.Conversion for Python via .NET | Grou...

    GroupDocs.Conversion for Python via .NET is a document conversion API that enables easy conversion of popular File formats, including DOCX, XLSX, PPTX, PDF, CAD drawings, and many more....Merger Product Solution GroupDocs...enables easy conversion of popular file formats, including DOCX, XLSX...

    docs.groupdocs.com/conversion/python-net/
  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. Convert XML to PDF Using XSL-FO | GroupDocs

    Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....Merger Product Solution GroupDocs...NET allows you to convert XML files to PDF format using XSL-FO templates...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  6. 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...
  7. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font Files. The following are the steps to read the header of an OpenType File. Load an OpenType font File Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Merger Product Solution GroupDocs...information from OpenType font files. The following are the steps...

    docs.groupdocs.com/metadata/java/working-with-o...
  8. Installation | GroupDocs

    This guide explains how to install GroupDocs.Signature for Python via .NET to your environment...Merger Product Solution GroupDocs...== 25.4.0 Install from Wheel File You can also install GroupDocs...

    docs.groupdocs.com/signature/python-net/install...
  9. Convert MSG to HTML using Node.js

    Easily convert MSG to HTML using Node.js with a few simple steps. This tutorial also explains how to export MSG to HTML in Node.js using a reliable conversion library....Merger Product Family GroupDocs.Redaction...Node.js Handling email message files efficiently is essential for...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  10. Introducing GroupDocs.Assembly for Java | Group...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s format or in the specified output format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Merger Product Solution GroupDocs...Supported Output File Formats Depending on Input File Formats The...

    docs.groupdocs.com/assembly/java/introducing-gr...