Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 5,744 for

file comparison

(0.21 sec)
  1. Add component to the document | GroupDocs

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

    docs.groupdocs.com/annotation/java/add-componen...
  2. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....Comparison Product Solution GroupDocs...protection for the converted file, requiring a specified password...

    docs.groupdocs.com/conversion/java/convert-to-w...
  3. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.Metadata for Java represents any loaded File as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Comparison Product Solution GroupDocs...Metadata represents any loaded file as a tree consisting of metadata...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  4. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for .NET version 25.11 - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...Comparison Product Solution GroupDocs...and are basically the text files, they have no worksheets, so...

    docs.groupdocs.com/editor/net/deleting-workshee...
  5. 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(); }...Comparison Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  6. How to Convert MSG to HTML using Java

    Quickly learn how to convert MSG to HTML using Java without relying on external tools. Furthermore, we will furnish you with a code to export MSG to HTML in Java....Comparison Product Family GroupDocs...necessity arises for converting files from one format to another....

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert RTF to PPTX using C#

    This article explains how to convert RTF to PPTX using C# programming language. It also offers a sample code example for the C# RTF to PPTX converter application....Comparison Product Family GroupDocs...functionality. Converting RTF files to PPTX format is valuable for...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Remove Metadata from RTF using C#

    Quickly grasp the knowledge of how to remove metadata from RTF using C#. Moreover, you'll be provided with a code demonstrating how to clean metadata from RTF in C#....Comparison Product Family GroupDocs...using C# RTF (Rich Text Format) files often contain metadata that...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  9. How to Add Barcode Signature to PDF in Java

    This short guide provides thorough instructions on how to create a Barcode for a PDF using Java and how to add Barcode signature to PDF in Java....Comparison Product Family GroupDocs...Signature class, pass the output PDF file name and BarcodeSignOptions...

    kb.groupdocs.com/signature/java/how-to-add-barc...
  10. Render DOCX as HTML using Python

    In this topic, you will learn how to render DOCX as HTML using Python. A code example will also be provided to create HTML from DOCX in Python for search engine visibility....Comparison Product Family GroupDocs...with the tools to convert DOCX files into clean, readable HTML ....

    kb.groupdocs.com/viewer/python/render-docx-as-h...