Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 352 for

mime

(0.03 sec)
  1. .NET PSB Viewer API - Read, View, Render in C# ...

    .NET document viewer API to read, render and display PSB in any type of C#, ASP.NET, VB.NET & .NET Core applications....NET MHT Viewer (MIME Encapsulation of Aggregate HTML)...HTML) .NET MHTML Viewer (MIME Encapsulation of Aggregate HTML)...

    products.groupdocs.com/viewer/net/psb/
  2. Get document info | Documentation

    This article shows that how to get meta information of a document.... WriteLine ( "MIME Type: {0}" , info . FileType...

    docs.groupdocs.com/metadata/net/get-document-info/
  3. Extracting document metainfo | Documentation

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for .NET API....stores format name, extension, MIME-code, and has equality operators...extension. , that provides a MIME-code for a particular format...

    docs.groupdocs.com/editor/net/extracting-docume...
  4. Extract data from HTML documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML Mime HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Hypertext Markup Language File MIME HTML File Markdown XML File...

    docs.groupdocs.com/parser/net/extract-data-from...
  5. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Node.js via Java supported document types...Language File MHTML Web Archive MIME HTML Portable Document Format...

    docs.groupdocs.com/merger/nodejs-java/supported...
  6. Extracting common image information | Documenta...

    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:...properties such as width and height, MIME type, byte order, etc. Please...

    docs.groupdocs.com/metadata/java/extracting-com...
  7. Extracting Common Image Information | Documenta...

    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:...properties such as width and height, MIME type, byte order, etc. Please...

    docs.groupdocs.com/metadata/net/extracting-comm...
  8. GroupDocs.Metadata for Node.js overview | Docum...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....application Detect the format and MIME type of a loaded file by its...

    docs.groupdocs.com/metadata/nodejs-java/product...
  9. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Python via .NET supported document types...Language File MHTML Web Archive MIME HTML Portable Document Format...

    docs.groupdocs.com/merger/python-net/supported-...
  10. Extract Text from MHTML using C#

    This article provides a detailed guide on how to extract text from MHTML using C#. Moreover, it includes code example for efficient text extraction from MHTML in C#....Text from MHTML using C# MHTML (MIME HTML) files, a web archive format...

    kb.groupdocs.com/parser/net/extract-text-from-m...