This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....Comparison Product Solution GroupDocs...extract table of contents from CHM file: // Create an instance of Parser...
This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....Comparison Product Solution GroupDocs...extract table of contents from CHM file: // Create an instance of Parser...
Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...data.xml data.xml is sample file used in this example. Click...
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:...
The page describes how to add the GroupDocs.Annotation library to your .NET project....Comparison Product Solution GroupDocs...assembly files in your project, do the following: Extract files from...
This article explains how to sign document electronically with generated Stamp signatures by GroupDocs.Signature API....Comparison Product Solution GroupDocs...innerLine ); // sign document to file signature . sign ( "SampleSigned...
This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Comparison Product Solution GroupDocs...save it as a rasterized PDF file (containing images of the original...
This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API...Comparison Product Solution GroupDocs...digitalOptions ); // sign document to file signature . Sign ( "signed.pdf"...
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 article shows how to generate document pages preview with advanced options....Comparison Product Solution GroupDocs...Console . WriteLine ( "Image file {0} is ready for preview" ,...