Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 5,277 for

file signature

(0.13 sec)
  1. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Signature Product Solution GroupDocs...encountered in a particular package. a file to examine Get a collection...

    docs.groupdocs.com/metadata/python-net/getting-...
  2. Adding image watermarks | GroupDocs

    Add image watermarks from File or stream using GroupDocs.Watermark for Python via .NET....Signature Product Solution GroupDocs...Add image watermark from local file The following example shows...

    docs.groupdocs.com/watermark/python-net/adding-...
  3. 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 FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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 property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  4. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...into services that operate on file streams. Was this page helpful...

    docs.groupdocs.com/comparison/python-net/get-li...
  5. 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...
  6. 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...
  7. 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-...
  8. 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...
  9. 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...
  10. 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/