Learn how to get the result Document object model with GroupDocs.Comparison for Python via .NET...Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...
This article describes how to run GroupDocs.Merger for .NET code examples....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Conversion for .NET 25.10 introduces...issues and enable comprehensive document markup capabilities. Learn...
Learn how to generate a preview for any page of an existing WordProcessing Document in SVG format using GroupDocs.Editor for Node.js via Java....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...
This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...
Explore Documentation for the GroupDocs.Markdown product family. Learn how to export Documents to Markdown across supported platforms....Conversion Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown GroupDocs...
Learn how to search a keyword in HTML Documents search(String) method is used. This method returns the collection of SearchResult objects....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...
To search a keyword in PDF 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 PDF 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....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...
Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page.
Template fields The template field is set by TemplateField class with the following constructor:
TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...