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

file comparison

(0.03 sec)
  1. Adjust the JPEG image quality | Documentation

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Comparison Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, set...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  2. GroupDocs.Assembly for .NET 19.8 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 19.8 Major Features Supported saving of assembled Markdown documents to Word Processing formats and saving of assembled Word Processing documents and emails to Markdown. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-125  Support saving of assembled Markdown documents to Word Processing formats  Feature  ASSEMBLYNET-126  Support saving of assembled Word Processing documents to Markdown  Feature  ASSEMBLYNET-127  Support saving of assembled emails to Markdown  Feature  This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...Word Processing format using file extension. C# const string description...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  3. Working with IPTC IIM metadata | Documentation

    This article explains how to access IPTC metadata in a File of any supported format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method....Comparison Product Solution GroupDocs...To access IPTC metadata in a file of any supported format, GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/working...
  4. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. EditableDocument | Documentation

    This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API....Comparison Product Solution GroupDocs...specifying the content via a file path. Alternatively, you might...

    docs.groupdocs.com/editor/nodejs-java/editabled...
  6. Annotation basics | Documentation

    Quick Start section about main features of GroupDocs.Annotation API, describes how to annotate documents with just couple lines of code....Comparison Product Solution GroupDocs...feedback Get supported file formats Get file info Add annotation...

    docs.groupdocs.com/annotation/java/basic-usage/
  7. Generate document page preview | Documentation

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for .NET API....Comparison Product Solution GroupDocs...$"D:/result_{pageNumber}.png" ; return File . Create ( pagePath ); }); previewOptions...

    docs.groupdocs.com/annotation/net/generate-docu...
  8. Introducing GroupDocs.Assembly for .NET | Docum...

    GroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and it is a report generator which generates an output document based on the data source, in the template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Comparison Product Solution GroupDocs...Supported Output File Formats Depending on Input File Formats The...

    docs.groupdocs.com/assembly/net/introducing-gro...
  9. Save document | Documentation

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for Java API....Comparison Product Solution GroupDocs...— it obtains path to *.html file and path to corresponding resource...

    docs.groupdocs.com/editor/java/save-document/
  10. Enabling Inline CSS Styles | Documentation

    This article describes how to enable the inline styles option for WordProcessing documents to store CSS styles directly inside the HTML markup using GroupDocs.Editor for Node.js via Java....Comparison Product Solution GroupDocs...external stylesheet file named style.css . The HTML file contained a...

    docs.groupdocs.com/editor/nodejs-java/inline-st...