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:...Metadata Product Solution GroupDocs...Office Word documents Extract metadata from Microsoft Office Word...
This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....Metadata Product Solution GroupDocs...presentations to other formats like images, HTML, XML, etc. It may be...
Learn how to merge TIF Image files, combine TIF Image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Metadata Product Solution GroupDocs...merge TIF images using C# How to merge TIF images using C# Leave...
Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat().
advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation
PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Metadata Product Solution GroupDocs...how to remove the background image of a particular slide calling...
The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background Images...Metadata Product Solution GroupDocs...watermark to all background images Extracting information about...
Split worksheets into pages when rendering spreadsheets to HTML, PDF, and Image formats using GroupDocs.Viewer Python API....Metadata Product Solution GroupDocs...appear on a worksheet. In the image below, the vertical page break...
Convert documents to Markdown with YAML front matter for Jekyll, Hugo, and Docusaurus...Metadata Product Solution GroupDocs...front matter from document metadata. Convert with front matter...
Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....Metadata Product Solution GroupDocs...another format like PDF, HTML, or image for easier mailing, printing...
Generate YAML front matter from document Metadata for static site generators...Metadata Product Solution GroupDocs...IncludeFrontMatter to extract document metadata into a YAML block at the beginning...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Metadata Product Solution GroupDocs...Sub End Module The following image illustrates the result: Configure...