Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 5,783 for

file signature

(0.51 sec)
  1. Save only annotated pages | GroupDocs

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

    docs.groupdocs.com/annotation/java/save-only-an...
  2. 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:...Signature Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  3. Get only summary page | GroupDocs

    This article explains how to get only a summary page when comparing documents with GroupDocs.Comparison for Node.js via Java....Signature Product Solution GroupDocs...changes between source and target files and create the summary page...

    docs.groupdocs.com/comparison/nodejs-java/get-o...
  4. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom File at any location on the local disc or a even a Stream...Signature Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/python-net/save-to...
  5. Advanced Usage | GroupDocs

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Signature Product Solution GroupDocs...Saving With External Resource Files Working with List Reports -...

    docs.groupdocs.com/assembly/java/advanced-usage/
  6. How to run examples | GroupDocs

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

    docs.groupdocs.com/watermark/python-net/how-to-...
  7. How to Extract Text from Word Document in Java

    This short tutorial describes the process to extract text from Word document in Java and how to develop the application to extract text from DOCX using Java....Signature Product Family GroupDocs.Metadata...extracting text from a Word file Instantiate the Parser class...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  8. How to Convert JPG to XLSM in C#

    This quick guide briefly explains to you the process to convert JPG to XLSM in C# and learn how to use this guide to convert JPG to XLSM using C#....Signature Product Family GroupDocs.Metadata...class and load the input JPG file for conversion Create an object...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Extract Text from PDF in Java

    This tutorial contains step-by-step instructions to extract text from PDF in Java and a guide on how to create the functionality to extract text from PDF using Java....Signature Product Family GroupDocs.Metadata...class for loading the input PDF file for extracting the text and...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  10. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...Signature Product Solution GroupDocs...object model after comparing files. To get the result document...

    docs.groupdocs.com/comparison/python-net/get-re...