Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 618 for

printing annotations

(0.07 sec)
  1. Extract formatted text from document page | Doc...

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

    docs.groupdocs.com/parser/net/extract-formatted...
  2. Search text in Emails | Documentation

    Search a keyword in emails using Search method...Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text-in-em...
  3. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...save_options , compare_options ) print ( f " \n Documents compared...

    docs.groupdocs.com/comparison/python-net/compar...
  4. Extract text from ZIP archive files | Documenta...

    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:...Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print the file path System . out ...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. View Image files online | Free GroupDocs Apps

    Free online viewer for Image files. Open and view Image files online for free.... You can print the file you are viewing directly...navigate between pages. Step 3 Print or download the source file...

    products.groupdocs.app/viewer/image
  6. View Outlook files online | Free GroupDocs Apps

    Free online viewer for Outlook files. Open and view Outlook files online for free.... You can print the file you are viewing directly...navigate between pages. Step 3 Print or download the source file...

    products.groupdocs.app/viewer/outlook
  7. View Archive files online | Free GroupDocs Apps

    Free online viewer for Archive files. Open and view Archive files online for free.... You can print the file you are viewing directly...navigate between pages. Step 3 Print or download the source file...

    products.groupdocs.app/viewer/archive
  8. Load password-protected document | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for Java....Annotation Product Solution GroupDocs...loadOptions ); System . out . print ( "Document loaded successfully...

    docs.groupdocs.com/merger/java/load-password-pr...
  9. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Annotation Product Solution GroupDocs...(OCR): image files, such as printed document scans (PNG, JPG, etc...

    docs.groupdocs.com/redaction/net/using-ocr/
  10. 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....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the e-book Console...

    docs.groupdocs.com/parser/net/extract-text-from...