To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text:
google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Purchase Buy Now Pricing Information Free Trials Temporary License...
To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects.
Zip Entry can contain the following metadata:
Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document.
Here are the steps to extract an email text from Zip archives:...Purchase Buy Now Pricing Information Free Trials Temporary License...
This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....Purchase Buy Now Pricing Information Free Trials Temporary License...
Learn how to extract metadata from Microsoft Excel spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....Purchase Buy Now Pricing Information Free Trials Temporary License...
Learn how to extract metadata from PDF files in C# using GroupDocs.Parser for .NET. Get document properties such as title, author, subject, creation date, and more....Purchase Buy Now Pricing Information Free Trials Temporary License...
Install GroupDocs.Conversion for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article describes the search options that can be specified in an instance of the SearchOptions class....Purchase Buy Now Pricing Information Free Trials Temporary License...
Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for .NET from version 19.9:
Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article explains that how to update indexed documents, as well as updating an index version in Java....Purchase Buy Now Pricing Information Free Trials Temporary License...