OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior.
Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files.
The following are the steps To read the header of an OpenType file.
Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...
This article explains how To access EXIF metadata in a file of any supported format....to the , EXIF (Exchangeable image file format) is a standard that...the formats to be used for images, sound and tags in digital...
Document template is set by Template class. It contains template items - fields and tables....( templateItems ); Images and scanned PDFs Starting from version...template-based parsing for images and scanned PDF documents. By default...
This article explains how To access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....that can be applied to text, images, and other media types. The...standard is supported by many image creation and manipulation programs...
Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers.
The following are the steps To read the header of an AVI file.
Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...
GroupDocs.Metadata for .NET provides functionality that allows working With ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information.
Inspecting Note documents The inspection feature that is introduced in this section doesn’t work With metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want To obtain information about pages in a note document....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...
OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior.
Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files.
The following are the steps To read the header of an OpenType file.
Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...
GroupDocs.Metadata for .NET provides functionality that allows working With different kinds of diagrams such as VDX, VSDX, VSX, etc... a PDF document Extract the root metadata...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...
This article shows how To access IPTC metadata in a file of any supported format....that can be applied to text, images, and other media types. The...standard is supported by many image creation and manipulation programs...