Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 967 for

printing annotations

(0.04 sec)
  1. Extract formatted text from documents | Documen...

    This article shows how to extract formatted text represented as HTML or Markdown with GroupDocs.Parser from documents of various formats like Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Annotation Product Solution GroupDocs...FormattedTextMode . Html ))) { // Print a formatted text from the document...

    docs.groupdocs.com/parser/net/extract-formatted...
  2. Extract text from documents | Documentation

    This article shows how to extract text with GroupDocs.Parser from PDF, Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/extract-text-from...
  3. Detect file type of container item | Documentation

    This article explains that how to detect file type of container item....Annotation Product Solution GroupDocs...FileTypeDetectionMod . Default ); // Print the name and file type Console...

    docs.groupdocs.com/parser/net/detect-file-type-...
  4. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Annotation Product Solution GroupDocs...PageImageArea i : images ) { // Print the type of image System . out...

    docs.groupdocs.com/parser/java/handle-loading-o...
  5. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text file in java....Annotation Product Solution GroupDocs...document" ); return ; } // Print the encoding System . out ....

    docs.groupdocs.com/parser/java/detect-encoding/
  6. Licensing and Subscription | Documentation

    This article explains evaluation limitations and licensing of GroupDocs.Merger for Java...Annotation Product Solution GroupDocs...getConsumptionQuanti (); System . out . print ( "Amount (MB) consumed: " +...

    docs.groupdocs.com/merger/java/licensing-and-su...
  7. GroupDocs.Parser for .NET 22.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 22.11 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1961 Implement the ability to use OCR for images and PDF documents New Feature PARSERNET-1935 Document info has 0 pages during reading JPEG file content Bug Public API and Backward Incompatible Changes Implement the ability to use OCR for images and PDF documents Description This feature provides the ability to extract a text and text areas using OCR....Annotation Product Solution GroupDocs... GetText ( options )) { // Print a text or 'not supported' message...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  8. Extract metadata from Emails | Documentation

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values....Annotation Product Solution GroupDocs...MetadataItem item : metadata ) { // Print an item name and value System...

    docs.groupdocs.com/parser/java/extract-metadata...
  9. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Annotation Product Solution GroupDocs...PageImageArea i in images ) { // Print the type of image Console ....

    docs.groupdocs.com/parser/net/handle-loading-of...
  10. Extract metadata from EPUB eBook | Documentation

    To extract metadata from EPUB e-books GetMetadata method is used...Annotation Product Solution GroupDocs...MetadataItem item in metadata ) { // Print the item name and value Console...

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