This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Saving...
This article explains how to search various data values types within electronic signatures in the document metadata by GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...instance of class and pass source document path or stream as a constructor...
This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...GitHub examples: Free online document parser App Along with full...
This article shows how to set output image size limits when rendering image to HTML...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to HTML / Set image...
This article explains that how to extract highlights from Documents in Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...search functionality) from documents by the method: HighlightItem...
This article explains that how to extract text by table of contents item."...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Processing, PDF, ePUB and CHM documents (for more details, see )....
This article explains how to obtain supported conversions when convert Documents with GroupDocs.Conversion within your .NET applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...available when converting documents with and you can always refer...
GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information.
Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class.
The following code snippet extracts built-in metadata properties and displays them on the screen.
AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties
using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...
This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...indexFolder ); // Indexing documents from the specified folder...
GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information.
Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class.
The following code snippet extracts built-in metadata properties and displays them on the screen.
advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties
try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...