This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Add shape-based watermarks to Word documents with additional options using Python via .NET....Merger Product Solution GroupDocs.Redaction Product Solution 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.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); // ....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for Java....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
To search a keyword in Microsoft Office Excel spreadsheets search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text.
Here are the steps to search a keyword in Microsoft Office Excel spreadsheet:
Instantiate Parser object for the initial spreadsheet; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the spreadsheet....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text.
Here are the steps to search a keyword in Microsoft Office PowerPoint presentation:
Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Learn how to convert PDF, Word, Excel, and PowerPoint documents with GroupDocs.Conversion for Python via .NET API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...