Extract, remove, and watermark slide background images using Python via .NET....Extract, remove, and watermark slide background images using Python via .NET.
In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for .NET....In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for .NET.
This article shows how to access XMP metadata in a file of any supported format....This article shows how to access XMP metadata in a file of any supported format.
Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API.
Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Python via .NET API....Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Python via .NET API.
To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document.
Central documentation index for GroupDocs on-premise document processing SDKs. Explore developer documentation and guides for all product families....Central documentation index for GroupDocs on-premise document processing SDKs. Explore developer documentation and guides for all product families.
This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets.
To search a keyword in Microsoft Office Word documents 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 Word document:
Instantiate Parser object for the initial document; 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 document....To search a keyword in Microsoft Office Word documents 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 Word document:
Instantiate Parser object for the initial document; 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 document.
To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects.