GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats.
The following table provides the list of supported formats:
Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More Resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Parser for .NET examples GroupDocs....File Markdown XML File More resources GitHub examples You may easily...
This example demonstrates how to load a file from a stream.
advanced_usage.loading_files.LoadFromStream
// Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More Resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for ....remove metadata here } } More resources GitHub examples You may easily...
This example demonstrates how to load a file of some particular format.
advanced_usage.loading_files.LoadingFileOfSpecificFormat
JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More Resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section.
GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...getRootPackageGeneri (); } More resources Advanced usage topics To learn...
Release notes Package repository GroupDocs.Assembly for Python via .NET - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Python reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format.
GroupDocs.Assembly supports over 170 popular file formats....NET API Reference Useful Resources DEMOS AND EXAMPLES Work with...
Use GroupDocs.Merger for .NET to merge several documents into one, split single document to multiple and organize documents in different ways....Examples and Demos from GitHub RESOURCES GUIDE Merge Files Split Document...
Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....NET API Reference Useful Resources DEMOS AND EXAMPLES Work with...
Learn how to render TXT as PDF using Python. This tutorial explains the process of how to convert TXT to PDF in Python for printing, sharing, or archiving....TXT file and manage system resources efficiently Create PdfViewOptions...
Explore how to add image watermark to XLS using Python and safeguard spreadsheet files by inserting a centered logo watermark across worksheets....statement to manage workbook resources properly. Create an ImageWatermark...
Team GroupDocs is excited to announce another monthly release of GroupDocs.Conversion for Java 17.3.0. API comes with multitude of new features such as metered licensing, count document pages, conversion to gray-scale image and many more. Aside this, many improvements, bug fixes and some new document formats are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document conversion experience....ResourcesHere are a few channels and resources for you to download, learn...