Python on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Python on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Dies ist ei......Python on GroupDocs Blog | Document Automation Solutions for...NET & Java Developers Recent content in Python on GroupDocs Blog...
This article will guide you through the installation of Asian Fonts on CentOS 6 / 7 / 8....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Python on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Python on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Groupdocs.P......Python on GroupDocs Blog | Document Automation Solutions for...NET & Java Developers Recent content in Python on GroupDocs Blog...
Groupdocs.Blogs on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs.Blogs on Groupdocs Blog | Document Automation Solutions for .NET & Java Deve......Groupdocs.Blogs on GroupDocs Blog | Document Automation Solutions...for .NET & Java Developers Recent content in Groupdocs.Blogs on...
Note In this article, we will use Groupdocs.Assembly to generate a Common Master-Detail Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Microsoft Word Document Creating a Common Master-Detail Image Please follow below steps you can create Common Master-Detail Template in MS Word 2013.
Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Groupdocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported.
The following table provides the list of supported formats:
Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Merge Excel Files on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Merge Excel Files on Groupdocs Blog | Document Automation Solutions for .NET & Java ......Merge Excel Files on GroupDocs Blog | Document Automation Solutions...Solutions for .NET & Java Developers Recent content in Merge Excel...
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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...