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....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature for Python via .NET API...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are:
DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method.
The following code snippet reads metadata associated with a CAD file.
advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Follow this guide and learn how to set document metadata when saving output document after files comparison within your Python applications....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...