Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 8,030 for

document conversion api

(0.09 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...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata Api supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the Documents from Email format family like a common text Documents using a GroupDocs.Editor for Java....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/editor/java/edit-email/
  4. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) from an existing Excel spreadsheet in SVG format using GroupDocs.Editor for Node.js....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  5. Subscribing for verification process events | G...

    This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature Api....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/net/subscribing-fo...
  6. Indexing metadata of documents | GroupDocs

    Api allows creating of full-text and / or metadata index on Documents. To index only metadata without main content of Documents, you only need to set IndexType.MetadataIndex when creating an index....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/net/indexing-metadata...
  7. Categories

    Find Answers by Api GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...

    kb.groupdocs.com/categories/page/45/
  8. Implement custom serialization with QR-code sig...

    This article explains how to implement custom serialization for QR-code electronic signatures....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/java/implement-cus...
  9. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/assembly/net/template-syntax...
  10. DOCX to PDF in Java on GroupDocs Blog | Documen...

    DOCX to PDF in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in DOCX to PDF in Java on GroupDocs Blog | Document Automation Solutions for .NET & J......in Java on GroupDocs Blog | Document Automation Solutions for ...in Java on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/fr/tag/docx-to-pdf-in-java/i...