Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 6,076 for

file comparison

(0.53 sec)
  1. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. How to Add Image Signature to PDF using C#

    Quickly and easily add image signature to PDF using C# with one of the popular signature library. Also, examine the sample code to sign pdf with image in C#....Comparison Product Family GroupDocs...position for the signed PDF file using ImageSignOptions class...

    kb.groupdocs.com/signature/net/how-to-add-image...
  3. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Comparison Product Solution GroupDocs...try { // Make changes to the file as a rasterized PDF, e.g. uisng...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  4. Load from Stream | GroupDocs

    This article shows that how to load File from stream using redaction API...Comparison Product Solution GroupDocs...As an alternative to a local file, can open a document from stream...

    docs.groupdocs.com/redaction/python-net/load-fr...
  5. How to load password-protected document | Group...

    This article explains how to load password protected document with GroupDocs.Signature API....Comparison Product Solution GroupDocs...= 100 }; // sign document to file signature . Sign ( "SignedSampleProtecte"...

    docs.groupdocs.com/signature/net/load-password-...
  6. User roles | GroupDocs

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....Comparison Product Solution GroupDocs...= new Annotator ( "input.pdf-file" )) { AreaAnnotation area =...

    docs.groupdocs.com/annotation/net/apply-roles/
  7. Load from stream | GroupDocs

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your .NET applications....Comparison Product Solution GroupDocs...stream without saving it as a file on a disk. You can use this...

    docs.groupdocs.com/viewer/net/load-document-fro...
  8. Signing specific pages in the multipage documen...

    This article explains how to sign specific pages in the multipage documents...Comparison Product Solution GroupDocs...3 } } }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-specific_...
  9. How to Add Watermark to Excel Worksheets using C#

    This brief piece of writing provides guidance how to add watermark to excel worksheets using C# along with instructions and code to insert watermark in xlsx using C#....Comparison Product Family GroupDocs...class with the path of XLSX file Instantiate object of WatermarkAnnotation...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  10. How to Extract Images from PDF in Java

    Let's understand the easy-to-use procedure to extract images from PDF in Java and learn how to write the code to extract images from PDF using Java....Comparison Product Family GroupDocs...allows you to load the input PDF file and the getImages method of...

    kb.groupdocs.com/parser/java/how-to-extract-ima...