Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 763 for

printing annotations

(0.1 sec)
  1. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Annotation Product Solution GroupDocs...snippet shows how to retrieve and print out text ( / / ) on each document...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  2. Extract tables from document page | GroupDocs

    Learn how to extract tables from a specific document page using GroupDocs.Parser for .NET. Extract tables from Excel, Word, PDF pages by page index in C#....Annotation Product Solution GroupDocs...PageCount ; pageIndex ++) { // Print a page number Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  3. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....Annotation Product Solution GroupDocs... getText ( options )) { // Print a text or 'not supported' message...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  4. Extract text areas | GroupDocs

    This article explains that how to extract text areas from documents in Java....Annotation Product Solution GroupDocs...PageTextArea a : areas ) { // Print a page index, rectangle and...

    docs.groupdocs.com/parser/java/extract-text-areas/
  5. Extract Table of Contents from Microsoft Office...

    Learn how to extract and work with table of contents from Word documents (.doc, .docx) using GroupDocs.Parser for .NET....Annotation Product Solution GroupDocs...tocItem in tocItems ) { // Print the text of the chapter using...

    docs.groupdocs.com/parser/net/extract-table-of-...
  6. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Annotation Product Solution GroupDocs...snippet shows how to retrieve and print out text ( / / ) on each document...

    docs.groupdocs.com/viewer/java/image-viewer-get...
  7. Extract text from documents | GroupDocs

    Learn how to extract text from PDF, Word, Excel, PowerPoint, and 50+ document formats using GroupDocs.Parser for .NET. Simple C# code examples for extract text from PDF C# scenarios....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/extract-text-from...
  8. HTML | GroupDocs

    This article explains that how to extract HTML formatted text from document page....Annotation Product Solution GroupDocs...FormattedTextMode . Html ))) { // Print a formatted text from the document...

    docs.groupdocs.com/parser/net/html/
  9. 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...
  10. Detect encoding | GroupDocs

    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/