Edit Microsoft Office documents like Word, Excel or PowerPoint or Pdf with help of GroupDocs.EdiTor for Java without third party software installed....document formats such as PDF, DOCX, XLSX, PPTX, XPS and others. By...format; Export edited document to PDF format; Plenty of additional...
This article demonstrates that how indexing reports can be retrieved from the index using search API...search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
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....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
Reading PhoToshop Metadata properties The GroupDocs Metadata API allows the user To read Adobe PhoToshop metadata associated with a PSD image. For more information on the PhoToshop file format and metadata blocks please refer To the specification: https://www.adobe.com/devnet-apps/phoToshop/fileformatashtml/.
The code sample below demonstrates how To extract image resource blocks (building blocks of the PhoToshop file format) from a PSD image.
Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
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....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
This article gives the knowledge about two ways To create a search query: in text or object form using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article gives the knowledge of the API methods which can be used To perform operations about word forms provider interface....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows To extract the following metadata:
Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
Learn how To extract tables from a specific document page using GroupDocs.Parser for .NET. Extract tables from Excel, Word, Pdf pages by page index in C#....extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...