This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...Close Navigation Products GroupDocs.Total Product Family 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()); // ....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Follow this guide and learn how to set document metadata when saving output document after files comparison within your Python applications....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Modify message body/subject, embed/remove images, search text, and list recipients using Python via .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting documents....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This short guide provides thorough instructions on how to create a Barcode for a PDF using Java and how to add Barcode signature to PDF in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This concise tutorial will demonstrate how to convert RTF to DOCX using Java without installing third-party software, and provides code example to export RTF to DOCX in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...