This article shows how to check supported file formats....Annotation Product Solution GroupDocs...following example shows how to print all the supported file types:...
This article explains that how to extract hyperlinks from document page....Annotation Product Solution GroupDocs...getPageCount (); pageIndex ++) { // Print a page number System . out ...
This article explains that how to extract text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the presentation...
To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents.
Here are the steps to extract a text from Microsoft Office Word document:
Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the document System...
To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the e-book System...
To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Raw mode is not supported for Microsoft OneNote.
Here are the steps to extract a text from Microsoft OneNote Section:
Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the section System...
To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the document...
This article explains that how to extract hyperlinks from document page....Annotation Product Solution GroupDocs...PageCount ; pageIndex ++) { // Print a page number Console . WriteLine...
This article explains how to search for Form Fields signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...
This topic explains how to search for metadata signatures within the documents with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...