This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine... GitHub examples You may easily run the code above and...
The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages.... GitHub examples You may easily run the code above and...
This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low using Java search API....resources GitHub examples You may easily run the code from documentation...
This article explains that how to extract containers items and iterate through container items in Java....resources GitHub examples You may easily run the code above and...
To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles.
Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....resources GitHub examples You may easily run the code above and...
To extract metadata from PDF documents 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. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....resources GitHub examples You may easily run the code above and...
This article explains that how to extract images from Microsoft Office Word (.doc, .docx) documents...resources GitHub examples You may easily run the code above and...
This article explains that how to extract metadata from EPUB e-books getMetadata method is used....resources GitHub examples You may easily run the code above and...
Learn how to extract metadata from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Get document properties like author, title, creation date in C#.... GitHub examples You may easily run the code above and...
This article explains how to sign document with multiple signatures of various type by GroupDocs.Signature API... GitHub Examples You may easily run the code above and...