Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 270 for

mime

(2.4 sec)
  1. Upcoming Release of GroupDocs.Metadata for Java

    We are happy to announce that GroupDocs.Metadata is coming soon to Java Platform. It will be a back-end API that will allow you to work with metadata associated with various file formats including documents, images, audios, videos, zip, emails and many more. The API aims to facilitate its users with simple syntax, easy to use methods and few lines of code to perform metadata operations. GroupDocs.Metadata for Java will soon be available for download....Excel/CSV Metadata cleaner utility MIME type detection Read track changes...

    blog.groupdocs.com/metadata/upcoming-release-of...
  2. list-supported-file-types.txt

    Zipped File .zip G-Zip Compressed File .gz 7-Zip Compressed File .7z Consolidated Unix File Archive .tar Roshal ARchive Compressed File .rar Bzip2 Compressed File .bz2 Visio Drawing File .vsd Visio......mht MIME HTML File .mhtml OneNote Document...

    docs.groupdocs.com/merger/python-net/_output_fi...
  3. Extract data from HTML documents | GroupDocs

    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/java/extract-data-fro...
  4. Features Overview | GroupDocs

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....etc) Detecting the format and MIME type of a file by its internal...

    docs.groupdocs.com/metadata/java/features-overv...
  5. GroupDocs.Metadata for Python via .NET Overview...

    GroupDocs.Metadata for Python via .NET reads, edits, removes, and exports metadata across documents, images, audio, and video — EXIF, IPTC, XMP, ID3, and document properties — through one unified, predicate-driven API....inspect documents for format, MIME type, encryption state, and...documents. Detect the format and MIME type of a loaded file by its...

    docs.groupdocs.com/metadata/python-net/product-...
  6. Features Overview | GroupDocs

    Key features of GroupDocs.Metadata for Python via .NET — read, edit, remove, and export metadata; EXIF, IPTC, and XMP standards; ID3 audio tags; document inspection; and AI-pipeline integration....full metadata tree — format, MIME type, page count, size, and...than its extension. — format, MIME type, page count, size, and...

    docs.groupdocs.com/metadata/python-net/features...
  7. Extract data from HTML documents | GroupDocs

    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...
  8. Extracting document metainfo | GroupDocs

    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 Java 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/java/extracting-docum...
  9. Features Overview | GroupDocs

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....etc) Detecting the format and MIME type of a file by its internal...

    docs.groupdocs.com/metadata/net/features-overview/
  10. 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:...properties such as width and height, MIME type, byte order, etc. Please...

    docs.groupdocs.com/metadata/net/extracting-comm...