The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Consulting Blog Knowledge Base New Releases Status Websites aspose...IndexRepository indexRepository = new IndexRepository (); // Creating...
This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...
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....Consulting Blog Knowledge Base New Releases Status Websites aspose...ProjectManagementRea try ( Metadata metadata = new Metadata ( Constants . InputMpp...
探索 GroupDocs.Conversion for .NET 25.11 的新功能。现在可在 NuGet 和 GroupDocs 网站上获取。...2025年11月发布亮点 目录 What’s new in this release New features Public API...major features, introduces a new public API property, and resolves...
This article explains how to get result document object model with GroupDocs.Comparison for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...how to get changes and create new Aspose Word document using result...
Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...
This article demonstrates how to convert specific document pages by page number using GroupDocs.Markdown for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: using ( var converter = new MarkdownConverter ( "sample.docx"...
This topic describes how to remove annotations from PDF file using the GroupDocs.Viewer Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...file: Java try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...
This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size....Consulting Blog Knowledge Base New Releases Status Websites aspose...default: Java try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...
This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...file: Java try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...