Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 967 for

printing annotations

(0.06 sec)
  1. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: 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 obtain Parser object to extract a text....Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print the file path System . out ...

    docs.groupdocs.com/parser/java/extract-attachme...
  2. Search text in Microsoft Office Excel spreadshe...

    This article explains that how to search text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  3. Search text in Microsoft Office Word documents ...

    This article explains that how to search text from Microsoft Office Word (.doc, .docx) documents...Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  4. Extract emails from Outlook Storage | Documenta...

    Extract emails from Outlook using GroupDocs.Parser for .NET...Annotation Product Solution GroupDocs...item in attachments ) { // Print the file path Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  5. Extract images from document page | Documentation

    This article explains that how to extract images from document page....Annotation Product Solution GroupDocs...PageCount ; pageIndex ++) { // Print a page number Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-images-fr...
  6. Search text in HTML documents | Documentation

    To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text-in-ht...
  7. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/composing-sig...
  8. Extract text in Raw mode | Documentation

    This article explains that how to extract text in Raw mode....Annotation Product Solution GroupDocs...TextOptions ( true ))) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/extract-text-in-r...
  9. GroupDocs.Parser for Java 20.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for Java 20.5 Major Features There are the following improvements in this release: Added RawPageCount property to IDocumentInfo interface Implemented the ability to create Parser object with java.sql.Connection and EmailConnection objects Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1507 Add RawPageCount property to IDocumentInfo interface Improvement PARSERNET-1364 Implement the ability to create Parser object with DbConnection New feature PARSERNET-1365 Implement the ability to create Parser object with EmailConnection New feature Public API and Backward Incompatible Changes Add RawPageCount property to IDocumentInfo interface Description This feature improves API of raw text extraction from document page....Annotation Product Solution GroupDocs...getRawPageCount (); p ++) { // Print a page number System . out ...

    docs.groupdocs.com/parser/java/groupdocs-parser...
  10. GroupDocs.Parser for .NET 22.8 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 22.8 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1906 Implement the support for 7z archives New Feature PARSERNET-1903 Implement the support for attachment extraction from presentations New Feature PARSERNET-1904 Implement the support for attachment extraction from spreadsheets New Feature PARSERNET-1905 Implement the support for attachment extraction from word processing documents New Feature PARSERNET-1907 ParserGetContainer details in API reference page is ambiguous Bug PARSERNET-1908 New file format support New Feature Public API and Backward Incompatible Changes Implement the support for 7z archives Description This feature provides the ability to extract data from 7z archives....Annotation Product Solution GroupDocs...item in attachments ) { // Print the file path Console . WriteLine...

    docs.groupdocs.com/parser/net/groupdocs-parser-...