This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....app conholdate.com conholdate.cloud conholdate.app containerize...
Join documents, extract pages and read document information from GroupDocs.Total for .NET — runnable C# examples with downloadable input and output files....app conholdate.com conholdate.cloud conholdate.app containerize...
Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to use extended Digital electronic signatures options and adjustment on document page....app conholdate.com conholdate.cloud conholdate.app containerize...
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.CadPackage property.
The following code snippet reads metadata associated with a CAD file.
AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to search for encrypted electronic signatures in QR code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
Render documents to HTML, PDF, PNG, or JPEG; extract text; list attachments; and apply rotations, reorders, and watermarks with GroupDocs.Viewer for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications....app conholdate.com conholdate.cloud conholdate.app containerize...
Choose the metadata source (source document, target document, or custom file-author metadata) when saving the comparison result using GroupDocs.Comparison for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...