Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 3,805 for

classification

(0.04 sec)
  1. Single Row Image in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in HTML Document format. Single Row Image in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent information of first single customer with the following key requirements: Report must show image of the customer It must show Name and Contact Number of the customer Report must be generated in the Presentation Document....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/single-row-imag...
  2. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  3. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/use-of-in-line-...
  4. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/net/get-file-info/
  5. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/password-protect...
  6. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/handle-loading-o...
  7. Extract text from documents | Documentation

    This article shows how to extract text with GroupDocs.Parser from PDF, Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-text-from...
  8. Extract data from PDF forms | Documentation

    This article shows how to extract data from PDF forms easily with GroupDocs.Parser....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  10. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/get-document-...