It gives us immense pleasure to announce the release of version 18.4 of GroupDocs.Text for .NET. The latest version allows extracting the table of contents from the EPUB documents. Furthermore, we have added the feature of detecting media type of .one file. Following sections provide details about the newly added features.
Extracting TOC from EPUB Documents Using version 18.4, you can now extract TOC from the EPUB documents. To access the TOC, TableOfContents property of **EpubPackage **class is used....have added the feature of detecting media type of .one file. Following...Files # This feature allows detecting the media type of OneNote...
This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Node.js via Java.... log ( `TextFormField detected, name: ${ formField . getName...console . log ( `CheckBoxForm detected, name: ${ formField . getName...
Learn how to remove image watermark from RTF using Python. This tutorial shows how to detect and delete image watermarks in RTF documents programmatically....and accurate approach to detecting and clearing these images...the criteria and remove the detected items. Save the modified RTF...
This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Java... println ( "TextFormField detected, name: " + formField . getName.... println ( "CheckBoxForm detected, name: " + formField . getName...
This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for .NET...WriteLine ( "TextFormField detected, name: {0}, value: {1}" ,...WriteLine ( "CheckBoxForm detected, name: {0}, value: {1}" ,...
It is our pleasure to announce the release of version 18.12 of GroupDocs.Parser for .NET. The latest version allows you to extract the tables from PDF documents. Furthermore, we have added the support of extracting text and metadata from text and presentation templates. For more details, please have a look at the release notes of version 18.12.
Features Introduced Extracting Tables from PDF DocumentsThis feature is very useful when you want to extract only the tables form a PDF document....bounds manually or let the API detect the layout in automatic mode...Value); } } Enhancements # Detecting Type of Password-protected...
Learn how to compare JSON files using GroupDocs.Comparison for Python via .NET. Detect differences in nested JSON objects, arrays, and data types with visual and textual comparison modes....easily compare JSON files and detect differences in deeply nested...diff output)\ Apply or reject detected changes programmatically Example:...
Learn how to remove image watermark from ODT using Python. This tutorial shows how to detect and delete image watermarks in ODT documents programmatically....document-processing component can help detect these images at a structural...the criteria and remove each detected entry. Save the cleaned ODT...
We are really excited to announce the release of GroupDocs.Metadata for .NET version 17.02.0. The latest release comes up with a number of new features and enhancements. Users can now export the extracted metadata of various formats to a CSV or Excel file. The GroupDocs.Metadata API now supports video format too. Moreover, detecting DICOM format, reading Photoshop layers of a PSD format etc are some other enhancements introduced in this version of the API.... Moreover, detecting DICOM format, reading Photoshop...layers of PSD format Ability to detect AVI video format Ability to...
This article explains how to obtain coordinates for detected changes at a document pages preview when comparing documents with GroupDocs.Comparison for Node.js via Java...On this page allows you to detect changes between the source...obtain coordinates for each detected change: 'use strict' ; //...