Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 1,711 for

pdf image comparison

(0.11 sec)
  1. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Node.js....Comparison Product Solution GroupDocs...collection of folders (see ); PDF documents - a flag that indicates...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ge...
  2. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG Images. The following are the steps to read the native PNG metadata. Load a PNG Image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.Image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Comparison Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Comparison Product Solution GroupDocs..., settings )) { // Extract images from HTML document IEnumerable...

    docs.groupdocs.com/parser/net/handle-loading-of...
  4. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Comparison Product Solution GroupDocs...println ( String . format ( "Image height: %s" , videoStreamProperty...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. How to Add Digital Signature to DOCX using C#

    In this topic, you will get help on how to add digital signature to DOCX using C#. Also, code example will be supplied to insert digital signature into DOCX using C#....Comparison Product Family GroupDocs...add a digital signature to a PDF using C#. If you need further...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  6. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Comparison Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

    docs.groupdocs.com/signature/net/composing-sign...
  7. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Comparison Product Solution GroupDocs...Usage / Using OCR to redact image documents / Use Microsoft Azure...

    docs.groupdocs.com/redaction/java/use-microsoft...
  8. Delete Signatures of the certain types | Docume...

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Comparison Product Solution GroupDocs...signature = new Signature ( "signed.pdf" )) { // compose the list of...

    docs.groupdocs.com/signature/net/delete-signatu...
  9. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Comparison Product Solution GroupDocs...digital signature looks on a PDF document page by default. Why...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...Comparison Product Solution GroupDocs...SignatureImplementat = TextSignatureImpleme . Image }; // sign document to file...

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