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()); // ....Comparison Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...
This article shows how to generate document pages preview with advanced options....Comparison Product Solution GroupDocs...Console . WriteLine ( "Image file {0} is ready for preview" ,...
This article shows how to create electronic signatures with specific ordering on the document page...Comparison Product Solution GroupDocs... 10 )); // sign document to file signature . Sign ( "signed.pdf"...
This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Comparison Product Solution GroupDocs...mdDocId ); // sign document to file signature . Sign ( "signed.jpg"...
The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....Comparison Product Solution GroupDocs...the size of the resultant PDF file. Rasterize particular page of...
This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....Comparison Product Solution GroupDocs...imageOptions ); // sign document to file SignResult signResult = signature...
This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...Comparison Product Solution GroupDocs...= new SpreadsheetWatermark ( File . ReadAllBytes ( "test.png"...
GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....Comparison Product Solution GroupDocs...remove documents indexed by a file system path, see . The following...
Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...Comparison Product Solution GroupDocs...(stored inside the document file) and the system fonts, which...
This topic describes how to install GroupDocs.Assembly for .NET....Comparison Product Solution GroupDocs...assembly files in your project, do the following: Extract files from...