Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 3,618 for

document classification

(0.11 sec)
  1. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/python-net/extend-...
  2. Render EBooks as HTML, PDF, and image files | D...

    Convert EBooks to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python. Learn how to render Documents in various formats....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/render-ebo...
  3. Rotate pages | Documentation

    Following this guide you will learn how to change PDF Document page rotation angle using GroupDocs.Merger for .NET API....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/rotate-pages/
  4. Move page | Documentation

    This article demonstrates how to move Document page to another position within PDF, Word, Excel, PowerPoint Document using GroupDocs.Merger for Java API....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/java/move-page/
  5. Rotate pages | Documentation

    Following this guide you will learn how to change PDF Document page rotation angle using GroupDocs.Merger for Java API....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/java/rotate-pages/
  6. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. Working with Multiple Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.1.0 or later releases. Explicit Support for Multiple Data Sources Using DocumentAssembler.AssembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-mu...
  8. Developers Guide - Web Report Generator | Docum...

    Execution Steps Inputs A Template created in one of the Supported Document Formats conforming to Supported Template Syntax. A Connection String in order to connect to a DataBase that can be accessed through DataSet / DataTable etc Type of Data Source. For example, Table / Views etc Data Source. Select a table / view from the connected DataBase System Processing Verifies Template Document Format. Connects to MS SQL Server Database using connection string Tests Connection according to the provided connection string....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/developers-guid...
  9. Save to stream | Documentation

    You might need to save a Document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a Document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use Document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the Document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on Document page....Classification Product Solution Purchase...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/sign-documents...