Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 6,420 for

document classification

(0.07 sec)
  1. Working with barcodes | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/working-with-barc...
  2. GroupDocs.Assembly for Java 20.3 Release Notes ...

    Major Features Supported unordered lists for Markdown. Supported access to related DataTable using relation name. Supported dynamic insertion of bookmarks for Word Processing Documents and emails with HTML and RTF bodies. Supported dynamic naming of cell ranges for Spreadsheet Documents. Supported dynamic insertion of Documents and images from Base64-encoded bytes. Supported dynamic checkbox value setting for Word Processing Documents. Full List of Features Covering all Changes in this Release All Changes Key Summary Category ASSEMBLYNET-135  Support unordered lists for Markdown  Feature  ASSEMBLYNET-136  Support access to related DataTable using relation name  Feature  ASSEMBLYNET-139  Support dynamic insertion of bookmarks for Word Processing Documents  Feature  ASSEMBLYNET-140  Support dynamic insertion of bookmarks for emails with HTML and RTF bodies  Feature  ASSEMBLYNET-141  Support dynamic naming of cell ranges for Spreadsheet Documents  Feature  ASSEMBLYNET-145  Support dynamic checkbox value setting for Word Processing Documents  Feature  ASSEMBLYNET-147  Support dynamic image and Document insertion from Base64-encoded bytes  Feature  ASSEMBLYNET-137  NullReferenceException is thrown when evaluating a null-conditional operator on missing related DataRow  Bug  ASSEMBLYNET-138  Page breaks are removed if DocumentAssemblyOptions....Classification Product Solution Purchase...bookmarks for Word Processing documents and emails with HTML and RTF...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  3. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word Document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the Document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word Document has no table of contents, getToc method returns an empty collection....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-table-of...
  4. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/load-from-stream/
  5. GroupDocs.Parser for .NET 20.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 20.5 Major Features There are the following improvements in this release: Added RawPageCount property to IDocumentInfo interface Implemented the ability to create Parser object with DbConnection and EmailConnection objects Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1507 Add RawPageCount property to IDocumentInfo interface Improvement PARSERNET-1364 Implement the ability to create Parser object with DbConnection New feature PARSERNET-1365 Implement the ability to create Parser object with EmailConnection New feature Public API and Backward Incompatible Changes Add RawPageCount property to IDocumentInfo interface Description This feature improves API of raw text extraction from Document page....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  6. Add watermarks to spreadsheet documents | Docum...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel Document....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. Load from Stream | Documentation

    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(); }...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-from-str...
  8. Saving documents | Documentation

    Saving a Document with methods save(String) or save(OutputStream) of Watermarker class, GroupDocs.Watermark puts it to any custom location. You can see examples of save() methods in one of these guides:...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/saving-docume...
  9. Memory optimization option | Documentation

    This article explains how to optimize memory utilization when editing large Word Documents using GroupDocs.Editor for Java API....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/memory-optimizat...
  10. Exclude fonts | Documentation

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered Document size when displaying Documents with GroupDocs.Viewer....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/html-viewer-excl...