Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 763 for

printing annotations

(0.39 sec)
  1. Removing found watermarks | GroupDocs

    Find and remove text, image, and hyperlink watermarks using Python via .NET....Annotation Product Solution GroupDocs...gws . HyperlinkPossibleWat ): print ( possible [ i ] . text ) possible...

    docs.groupdocs.com/watermark/python-net/removin...
  2. Generate signatures preview | GroupDocs

    This topic explains how to generate document signature preview in Python with various options by GroupDocs.Signature for Python via .NET....Annotation Product Solution GroupDocs..."GeneratePreviewFolde" , image_name ) print ( f "Image file { image_file_path...

    docs.groupdocs.com/signature/python-net/generat...
  3. Extract formatted text from documents | GroupDocs

    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/java/extract-formatte...
  4. Extract images from documents | GroupDocs

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Annotation Product Solution GroupDocs...PageImageArea image : images ) { // Print a page index, rectangle and...

    docs.groupdocs.com/parser/java/extract-images-f...
  5. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser allows you to extract emails from remote servers and data from the emails. It supports POP, IMAP and EWS protocols....Annotation Product Solution GroupDocs...emailParser . GetText ()) { // Print the email text Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  6. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Annotation Product Solution GroupDocs...(library) for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/java/ocr-support/
  7. Extract images from document page area | GroupDocs

    This article explains that how to extract images from document page area....Annotation Product Solution GroupDocs...PageImageArea image : images ) { // Print a page index, rectangle and...

    docs.groupdocs.com/parser/java/extract-images-f...
  8. Get supported features | GroupDocs

    Learn how to check which features are supported for a document using GroupDocs.Parser for .NET. Check text extraction, metadata, images, tables, and other feature support in C#....Annotation Product Solution GroupDocs...ReadToEnd ()); } } } This example prints “Text extraction isn’t supported”...

    docs.groupdocs.com/parser/net/get-supported-fea...
  9. Extract data from attachments and ZIP archives ...

    Learn how to extract text, images, and data from ZIP archives, PDF portfolios, email attachments, and Outlook storage files using GroupDocs.Parser for .NET in C#....Annotation Product Solution GroupDocs...item in attachments ) { // Print the file path Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Node.js via Java....Annotation Product Solution GroupDocs...comparer . getResultString (); // Print the comparison result to the...

    docs.groupdocs.com/comparison/nodejs-java/load-...