GroupDocs.Assembly Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Product Family on GroupDocs Blog | Document Autom......Developers Generate Reports from XML Data in C# Automate reports generation...generation in C# by converting XML data into PDF & DOC/DOCX...
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:...Editor Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...
This section describes GroupDocs.Merger for .NET supported document types. The Library supports PDF, DOCX, XLSX, PPTX and many more....Editor Product Solution GroupDocs...file formats that GroupDocs.Merger can work with. Format Description...
The following article indicates the file formats that GroupDocs.Parser for Python via .NET can work with....Editor Product Solution GroupDocs...Supported File Formats Supported File Formats Leave feedback...
To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns Xml representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text:
google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Editor Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...
Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class.
Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Editor Product Solution GroupDocs...array ); Accessing XML Data To access XML data while building...