Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 5,662 for

file comparison

(0.04 sec)
  1. Save signed document with password | Documentation

    This article explains how to save document with password protection....Comparison Product Solution GroupDocs...false ); // sign document to file signature . sign ( "SignedProtected...

    docs.groupdocs.com/signature/java/save-signed-d...
  2. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Comparison Product Solution GroupDocs...// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...

    docs.groupdocs.com/annotation/java/save-only-an...
  3. Extracting common image information | Documenta...

    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...
  4. How to run examples | Documentation

    How to run examples....Comparison Product Solution GroupDocs...with code examples and sample files is hosted at GitHub. Run examples...

    docs.groupdocs.com/redaction/python-net/how-to-...
  5. How to Highlight Text in PDF using Java

    Within this article, we will show you how to highlight text in PDF using Java. We'll provide you complete step-by-step guidance to highlight text using Java in PDF....Comparison Product Family GroupDocs...library and configuring the file paths, incorporating this code...

    kb.groupdocs.com/annotation/java/how-to-highlig...
  6. How to Extract Text from PDF in C#

    This short article provides the procedure to extract text from PDF in C# and how to use this stepwise guide to write code to extract text from PDF using C#....Comparison Product Family GroupDocs...documents. We have used a PDF file for extracting text in this...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  7. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Comparison Product Solution GroupDocs...issues, missing required data, files etc. For exception class is...

    docs.groupdocs.com/signature/net/sign-documents...
  8. Signing archive documents in batch | Documentation

    This article shows how to sign documents in batch mode within the archive Files with one or multiple electronic signatures...Comparison Product Solution GroupDocs...feedback supports signing archive files with formats like ZIP, TAR the...

    docs.groupdocs.com/signature/java/signing-archi...
  9. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....Comparison Product Solution GroupDocs...sign Word Processing document files. Word Processing document metadata...

    docs.groupdocs.com/signature/java/esign-word-pr...
  10. Extract metadata from PDF documents | Documenta...

    This article explains that how to extract metadata from PDF documents...Comparison Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/net/extract-metadata-...