Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 8,276 for

paged

(0.19 sec)
  1. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/load-from-str...
  2. Load from local disc | GroupDocs

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/load-from-loc...
  3. Classify Raw Text | GroupDocs

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy....BestClassProbability ); Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/classification/net/classify-...
  4. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....Basics Leave feedback On this page GroupDocs.Parser for .NET provides...method for warnings for the page. the empty list returns if no...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  5. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description....Phrase search Leave feedback This page contains a phrase search definition...text form is presented on the page. A table of the possibility...

    docs.groupdocs.com/search/net/phrase-search/
  6. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....signatures Leave feedback On this page provides following abilities...specify as true to search all pages of a document searchOptions...

    docs.groupdocs.com/signature/net/search-for-emb...
  7. Load WordProcessing document with options | Gro...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....options Leave feedback On this page provides to give you control...Specifies whether to update page layout after loading. Default...

    docs.groupdocs.com/conversion/net/load-wordproc...
  8. Sign Document with Digital Signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in Python with step-by-step instructions....Signature Leave feedback On this page Introduction In today’s digital...signature looks on a PDF document page by default. Why Use Digital...

    docs.groupdocs.com/signature/python-net/sign-do...
  9. Extract text from Microsoft Office Excel spread...

    Learn how to extract text from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Includes examples for whole document extraction, sheet-by-sheet processing, raw mode extraction, and formatted text output....spreadsheets Leave feedback On this page Overview This guide demonstrates...worksheet is treated as a separate page in the document parsing process...

    docs.groupdocs.com/parser/net/extract-text-from...
  10. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render Microsoft...entire document or specific pages. Supported Outlook data file...

    docs.groupdocs.com/viewer/java/render-outlook-d...