Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 11,018 for

format

(0.07 sec)
  1. Working with metadata in Matroska (MKV) files |...

    Reading matroska Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the Format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Managing metadata for specific formats / Video / Working with metadata...Leave feedback Reading matroska format-specific properties The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. How to Convert MHTML to JPG in C#

    This short post will show you how to convert MHTML to JPG in C# without using any third-party software, as well as how to build MHTML to JPG converter functionality....conversion from MHTML to JPG format Initialize the Converter class...converted to other document formats such as XLTX, DOCX, XPS, TSV...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Generate and Automate Documents using Multiple ...

    At GroupDocs, we are always keen to broaden the usability of our APIs across multiple platforms. Keeping that in mind, we are pleased to release GroupDocs.Assembly for Java, a simpe document automation and report generation API that is materialized with multitude of extinct features that you may not have experience before. Such as, support of multiple data sources, multitude of supported file Formats. We would encourage you to explore the API and share your valuable feedback....multitude of supported file formats. We would encourage you to...API supports multiple file formats . Hence, it allows to create...

    blog.groupdocs.com/assembly/releasing-next-gene...
  4. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file Formats....to export popular document formats to clean Markdown. GroupDocs...to export popular document formats to clean Markdown. GroupDocs...

    blog.groupdocs.com/
  5. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file Format inFormation. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file Format inFormation advanced_usage.managing_metadata_for_specific_Formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Managing metadata for specific formats / Images / Working with metadata...extract some additional file format information. a GIF image Extract...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. How to Convert PDF to TIFF using C#

    Understand document conversion process and how to convert PDF to TIFF using C#. Learn how to use these instructions to create PDF to TIFF converter C# capability....document transformation from one format to another. Further, it provides...transformation into the required format. Code to Convert PDF to TIFF...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Convert CSV to XML using C#

    Let's quickly learn how to convert CSV to XML using C# without installing extra software. We will provide you key steps along with C# code to export CSV to XML....frequently comes in a variety of formats, thus organizing and analyzing...transforming it to a structured format like XML. We will show you...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  8. How to Convert EML to MSG in C#

    Let's get familiar with the workflow to convert EML to MSG in C# and learn how to use this guide to create the C# convert EML to MSG application....transforming email documents from one format to another. Steps to Convert...convert options for the MSG format Finally, call the Convert method...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Email attachments | Documentation

    This article shows how to get the inFormation about the attachments.... println ( "File format: " + attachment . getDocumentInfo...with a particular name and format if ( attachment . getName ()...

    docs.groupdocs.com/watermark/java/email-attachm...
  10. Convert PDF to SVG using Java

    This tutorial illustrates the complete procedure how to convert PDF to SVG using Java. There is no need to install any extra software to export PDF to SVG using Java....stands out as an excellent format for displaying vector graphics...a PDF file to the SVG file format. Code to Convert PDF to SVG...

    kb.groupdocs.com/conversion/java/convert-pdf-to...