Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 6,540 for

file comparison

(0.79 sec)
  1. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Node.js via Java....Comparison Product Solution GroupDocs...interpreted values for a particular file please use the below example:...

    docs.groupdocs.com/metadata/nodejs-java/working...
  2. Specify the JPEG image quality | GroupDocs

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for .NET...Comparison Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, set...

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  3. Load document from URL | GroupDocs

    This section explains how to load document from URL with GroupDocs.Signature API....Comparison Product Solution GroupDocs...= 100 }; // sign document to file signature . Sign ( "SampleSigned"...

    docs.groupdocs.com/signature/net/load-document-...
  4. Get Default Load Options | GroupDocs

    Retrieve the default LoadOptions instance for a specific File extension with Converter.get_possible_conversions_by_extension() — a starting point for customising format-specific load settings at runtime in GroupDocs.Conversion for Python via .NET....Comparison Product Solution GroupDocs...passing the source document’s file extension (e.g., "docx" for...

    docs.groupdocs.com/conversion/python-net/develo...
  5. How to Convert DOCX to PPTX using C#

    You can find the directions to convert docx to pptx using C# in this topic. Moreover, we will help you to write an application to export docx to pptx in C#....Comparison Product Family GroupDocs...convert Word documents to other file formats that are supported....

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for Java....Comparison Product Solution GroupDocs...resources: only CSS. Audio files: only MP3 (appear in version...

    docs.groupdocs.com/editor/java/working-with-res...
  7. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Comparison Product Solution GroupDocs...encountered in a particular package. a file to examine Get a collection...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. How to save PDF document with other format | Gr...

    This article explains how to save signed PDF document with various File formats by GroupDocs.Signature API....Comparison Product Solution GroupDocs...true }; // sign document to file signature . Sign ( "SignedPdf...

    docs.groupdocs.com/signature/net/save-signed-pd...
  9. Add watermarks to PDF documents | GroupDocs

    The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Comparison Product Solution GroupDocs...affecting the meaning of the PDF file. The crop box defines the region...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iComparison Product Solution GroupDocs...a particular package. Load a file to examine Get a collection...

    docs.groupdocs.com/metadata/nodejs-java/getting...