This article explains that how to extract metadata from EPUB e-books getMetadata method is used....Annotation Product Solution GroupDocs...MetadataItem item : metadata ) { // Print an item name and value System...
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....Annotation Product Solution GroupDocs...TocItem tocItem : tocItems ) { // Print the text of the chapter try...
This article explains that how to extract containers items and iterate through container items in Java....Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print an item name and size System...
This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents...Annotation Product Solution GroupDocs...Name == "hyperlink" ) { // Print the link attribute Console ...
This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Python via .NET API....Annotation Product Solution GroupDocs...compare ( output_file_name ) print ( f " \n Documents compared...
This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....Annotation Product Solution GroupDocs...for tickets sold online and printed out by customers or displayed...
This article demonstrate that how to extract data from databases via JDBC...Annotation Product Solution GroupDocs...for ( TocItem i : toc ) { // Print the table name System . out...
This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....Annotation Product Solution GroupDocs...getPath (); System . out . print ( "Image file " + imageFilePath...
This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...