Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 28,843 for

groupdocs.parser

(0.14 sec)
  1. Extract hyperlinks from Microsoft Office Word d...

    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....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for Java...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  2. Extract text from EPUB eBooks | Documentation

    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....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for Java...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Scan QR Code from ODT using C#

    This guide details how to scan QR Code from ODT using C#. It includes a code example to assist you how to extract QR Code from ODT in C# for a smooth experience....Search Product Family GroupDocs.Parser Product Family GroupDocs...retrieval. Leveraging GroupDocs.Parser library, developers can...

    kb.groupdocs.com/parser/net/scan-qrcode-from-od...
  4. Extract images from PDF documents | Documentation

    This article explains that how to extract images from PDF documents...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for ...

    docs.groupdocs.com/parser/net/extract-images-fr...
  5. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for ...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  6. Extract images from Microsoft Office PowerPoint...

    To extract images from Microsoft Office PowerPoint presentations getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office PowerPoint presentations as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for Java...

    docs.groupdocs.com/parser/java/extract-images-f...
  7. Extract images from Microsoft Office Word docum...

    This article explains that how to extract images from Microsoft Office Word (.doc, .docx) documents...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for ...

    docs.groupdocs.com/parser/net/extract-images-fr...
  8. Search text in Emails | Documentation

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for Java...

    docs.groupdocs.com/parser/java/search-text-in-e...
  9. Search text in PDF documents | Documentation

    This article explains that how to search text from PDF documents...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for ...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  10. Extract attachments from PDF portfolios | Docum...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from PDF Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...Documentation / GroupDocs.Parser Product Family / GroupDocs.Parser for Java...

    docs.groupdocs.com/parser/java/extract-attachme...