Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 6,036 for

file comparison

(0.14 sec)
  1. GroupDocs.Annotation .NET Python Integration | ...

    Learn to integrate GroupDocs.Annotation for .NET with Python using pythonnet. Master two proven methods to solve assembly loading challenges, featuring complete code samples for wrapper-based and reflection-based annotation approaches.... dirname(__file__), "dlls" )) sys . path . append(dll_dir)... join(os . path . dirname(__file__), "dlls" )) sys . path . append(dll_dir)...

    blog.groupdocs.com/annotation/python-integration/
  2. Insert Images Dynamically | GroupDocs

    Insert images into documents from File paths, URLs, or binary data sources during document assembly....Comparison Product Solution GroupDocs...tags. Images can be loaded from file paths, URLs, streams, byte arrays...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  3. Edit and Update Form Fields | GroupDocs

    Editing Form Fields with GroupDocs.Editor for .NET...Comparison Product Solution GroupDocs...the input file path. using ( FileStream fs = File . OpenRead...

    docs.groupdocs.com/editor/net/edit-and-update-f...
  4. 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...
  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. Working with metadata in EPUB E-Books | GroupDocs

    What is EPUB? EPUB is an e-book File format that uses the “.epub” File extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB Files. The following are the steps to read native EPUB metadata. Load an EPUB File Get the root metadata package Extract the native metadata package using EpubRootPackage....Comparison Product Solution GroupDocs...is an e-book file format that uses the “.epub” file extension....

    docs.groupdocs.com/metadata/net/working-with-me...
  7. 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#....Comparison Product Family GroupDocs...(Portable Document Format) files to XPS (XML Paper Specification)...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  8. 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....Comparison Product Family GroupDocs...object by providing the PDF file path to its constructor Instantiate...

    kb.groupdocs.com/annotation/java/how-to-add-und...
  9. GroupDocs.Comparison for .NET | GroupDocs

    GroupDocs.Compairson for .NET developer documentation. Learn how to diff docx, pptx, and compare pdf Files using C#....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/
  10. 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....Comparison Product Family GroupDocs...functionality Load the input SVG file by creating an instance of the...

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