No external software needed! GroupDocs.Viewer for Python via .NET renders files directly....Purchase Buy Now Pricing Information Free Trials Temporary License...
Install GroupDocs.Viewer for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications....Purchase Buy Now Pricing Information Free Trials Temporary License...
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....Purchase Buy Now Pricing Information Free Trials Temporary License...
free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations....Purchase Buy Now Pricing Information Free Trials Temporary License...
Add shape-based watermarks to Word documents with additional options using Python via .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...
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); // ....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....Purchase Buy Now Pricing Information Free Trials Temporary License...