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()); // ....allows updating metadata properties in a DXF drawing. Please...
Convert Word documents to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer and Python. Learn the basics of document rendering....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...
If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions.
Below is an example of redaction policy XML file (code Properties mapping is obvious):
RedactionPolicy.xml
You can use RedactionPolicy....redaction policy XML file (code properties mapping is obvious): RedactionPolicy...
This article demonstrates how to edit Mobi files using C# programming language....built-in and custom document properties inside the resultant Mobi...which, in turn, defines 4 properties: Format , PageCount , Size...
The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....document), and change any visual properties. This annotation highlight...document formats can set Angle property, that determines annotation...
This topic describes how to use the GroupDocs.Viewer and Node.js to convert Word documents to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...
Reading Photoshop Metadata Properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/.
The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image.
Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Reading Photoshop Metadata properties The GroupDocs Metadata API...metadata package using the property Read the PSD header and layer...
This article explains document formats and format families supported by GroupDocs.Editor for .NET and how to operate them in .NET code....structs, all of them have text properties, which reflect their names...
This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Analyze response over the properties and signatures as the instances...
This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....Search options with desired properties; Call method and pass created...