Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 6,406 for

file comparison

(1.42 sec)
  1. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....Comparison Product Solution GroupDocs...data embedded in the document file itself, like PDF. But other...

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  2. 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...
  3. Use Cases | GroupDocs

    Explore real-world use cases for GroupDocs.Metadata for .NET, such as extracting metadata from PDFs and detecting PDF/A conformance....Comparison Product Solution GroupDocs...metadata across a variety of file formats. Whether you are building...

    docs.groupdocs.com/metadata/net/use-cases/
  4. Extract hyperlinks from document page area | Gr...

    Learn how to extract hyperlinks from specific page areas using GroupDocs.Parser for Python via .NET. Extract links from defined rectangular regions....Comparison Product Solution GroupDocs...webpage.htm The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/extract-hy...
  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. Enabling inline CSS styles | GroupDocs

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....Comparison Product Solution GroupDocs...external stylesheet file “style.css”. HTML file in this case contains...

    docs.groupdocs.com/editor/java/inline-styles/
  7. Licensing | GroupDocs

    GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....Comparison Product Solution GroupDocs...processor time. Set License from File The following code snippet shows...

    docs.groupdocs.com/annotation/java/licensing-an...
  8. Enabling inline CSS styles | GroupDocs

    This article describes the procedure of enabling the inline styles option for the WordProcessing documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....Comparison Product Solution GroupDocs...external stylesheet file “style.css”. HTML file in this case contains...

    docs.groupdocs.com/editor/net/inline-styles/
  9. Extract Text from XLSX using Java

    This article describes the method of how to extract text from XLSX using Java. It features a code to guide you through integrating text extraction from XLSX in Java....Comparison Product Family GroupDocs...Java Extracting text from XLSX files is essential for many data processing...

    kb.groupdocs.com/parser/java/extract-text-from-...
  10. Render SVG as PNG using Python

    This topic will explain how to render SVG as PNG using Python. Moreover, it shows how to convert SVG to PNG in Python with precise control over image dimensions....Comparison Product Family GroupDocs...SVG as PNG using Python SVG files are perfect for scalable and...

    kb.groupdocs.com/viewer/python/render-svg-as-pn...