Learn how to extract text by specific table of contents items using GroupDocs.Parser for .NET. Extract chapter content from Word documents, PDFs, and eBooks by TOC item in C#....resources GitHub examples You may easily run the code above and...
This article explains that how to detect encoding of a text file automatically....resources GitHub examples You may easily run the code from documentation...
To search a keyword in emails 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 the email:
Instantiate Parser object for the initial email; 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 email....resources GitHub examples You may easily run the code above and...
This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
Learn how to merge PDF files, combine PDF files into one file programmatically in C# language using GroupDocs.Merger for .NET library.... You may specify absolute or relative...
This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface 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.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); // ....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 homophone dictionary using Java....resources GitHub examples You may easily run the code from documentation...
This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....resources GitHub examples You may easily run the code from documentation...