Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 5,525 for

file conversion

(0.06 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 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:...Conversion Product Solution GroupDocs...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. 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...Conversion Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/python-net/save-to...
  3. Get list of changes | GroupDocs

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

    docs.groupdocs.com/comparison/python-net/get-li...
  4. Advanced Usage | GroupDocs

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

    docs.groupdocs.com/assembly/java/advanced-usage/
  5. Locating signature with stretch mode | GroupDocs

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....Conversion Product Solution GroupDocs...imageOptions ); // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/locating-signa...
  6. Get comparison result as an object model | Grou...

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

    docs.groupdocs.com/comparison/python-net/get-re...
  7. 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....Conversion Product Family GroupDocs...class for loading the input PDF file for extracting the text and...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  8. 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....Conversion Product Family GroupDocs...extracting text from a Word file Instantiate the Parser class...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  9. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....Conversion Product Solution GroupDocs...border ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  10. Rasterize document or page | GroupDocs

    Rasterize a PDF to make watermarks hard to remove using Python via .NET....Conversion Product Solution GroupDocs...the size of the resultant PDF file. Rasterize particular page of...

    docs.groupdocs.com/watermark/python-net/rasteri...