This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....resources GitHub examples You may easily run the code from documentation...
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()); // ....resources GitHub examples You may easily run the code above and...
Programmatically generate reports by converting JSON data to PDF & Word using templates in Java. PDF & DOCX reports using report generation Java API....Download or Configure # You may download the JAR file from the...
GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....resources GitHub examples You may easily run the code from documentation...
Scan QR codes online. Scan QR Code images and scan using the camera. We will also discuss how to programmatically scan QR codes using C# & Java.... # It may seem strange or different to...
Easily convert TXT to DOCX using Node.js with this simple guide. Learn how to export TXT to DOCX in Node.js using a powerful document conversion library.... Updated on 13 May 2025 English Français Deutsch...
Convert CSV to JSON format using free online conversion tool. Developers can use .NET, Java, and Cloud API to build CSV to JSON Converter....are several reasons why you may need to convert a CSV (Comma...
I am encountering an issue while using the Compare method in the GroupDocs Comparison library for comparing Excel files. The error message I receive is:
Error:
Error occurred while converting document
This issue occur…...files, and I suspect the issue may be related to how the file streams...
Learn how to convert ODT to RTF using Node.js with a simple script. This guide shows how to export ODT to RTF in Node.js using powerful file conversion library.... Updated on 07 May 2025 English Français Deutsch...