Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 5,870 for

file comparison

(0.04 sec)
  1. Convert PDF to GIF using Python

    Discover the process of how to convert PDF to GIF using Python. We will also provide the code example to export PDF to GIF using Python that works on every plateform....Comparison Product Family GroupDocs...enhance web content, or prepare files for diverse digital environments...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  2. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how a File convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...the class: sets the desired file type the input document should...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  3. Add Text Watermark to PDF Using Python

    Learn how to add text watermark to PDF using Python. This tutorial shows how to apply watermark to PDF in Python with custom font, color, and alignment....Comparison Product Family GroupDocs...Watermark to PDF Using Python PDF files are widely used for sharing...

    kb.groupdocs.com/watermark/python/add-text-wate...
  4. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features....Comparison Product Solution GroupDocs...with binary nature, support file encoding with the password....

    docs.groupdocs.com/editor/net/output-format-and...
  5. Installation | GroupDocs

    This guide explains how to install GroupDocs.Editor for .NET to your environment...Comparison Product Solution GroupDocs...locate the GroupDocs.Editor.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/editor/net/installation/
  6. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Comparison Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  7. Features Overview | GroupDocs

    This artice decsribes the features of GroupDocs.Merger for .NET library. It allows you to Merge PDF, Merge JPG, Split Document, Move Page, Swap Pages of the documents....Comparison Product Solution GroupDocs...information about source document - file type, size, pages count, page...

    docs.groupdocs.com/merger/net/features-overview/
  8. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....Comparison Product Solution GroupDocs...DarkGreen ) } }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD File. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Comparison Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/java/working-with-c...
  10. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Comparison Product Solution GroupDocs...mdDocId ); // sign document to file signature . Sign ( "signed.jpg"...

    docs.groupdocs.com/signature/net/sign-document-...