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....Assembly Product Solution GroupDocs...
free search api version is available to evaluate the API which will be similar as licensed but with few limitations....Assembly Product Solution GroupDocs...
Learn how to convert a XML document as a data source to a spreadsheet, CSV or JSON using GroupDocs.Conversion for Java....Assembly Product Solution GroupDocs...
Xuất PDF, Word, Excel, HTML và hơn nữa sang Markdown với API .NET tại chỗ. Xem các tính năng, lộ trình và cách bắt đầu....Windows và Linux với cả các assembly .NET và .NET Framework có...
Hi,
I’m trying to use “GetText” function from GroupDocs.Parser, to extract text from various files.
Parser generally seems to support a lot of formats:
But “GetText” specifically seems to be more limited.
Is there …...NET 6 assembly) but since you’re on .NET...
This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....Assembly Product Solution GroupDocs...
Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages.
The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings.
C#
using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Assembly Product Solution GroupDocs...