Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 4,301 for

document editor

(0.1 sec)
  1. Load PDF document with options | Documentation

    Learn this article and check how to load and convert PDF Documents with advanced options using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  2. Existing objects in diagram document | Document...

    This article explains how to to find and remove watermarks of both types in Visio Document....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/existing-obje...
  3. Scatter Chart in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Excel Document Creating a Scatter Chart Please follow below steps to create Scatter Chart in MS Excel 2013: Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  4. Bubble Chart in Spreadsheet Document | Document...

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Excel Document Creating a Bubble Chart Please follow below steps to create a Bubble Chart in MS Excel 2013: Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  5. Load document from stream | Documentation

    There might be cases when the Document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving Documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the Document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/load-document-fr...
  6. Load TXT document with options | Documentation

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/load-txt-doc...
  7. Extract formatted text from document | Document...

    This article explains that how to extract formatted text from Document....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-formatted...
  8. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....<summary> /// Gets and returns document type of the file /// </summary>...Path</param> /// <returns>Document Type</returns> public static...

    blog.groupdocs.com/metadata/get-specific-file-t...
  9. Working with Outer Document Insertion | Documen...

    Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer Documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a Document to be inserted during run-time. <Document_expression]>> Warning A doc tag can be used almost anywhere in a template Document except text-boxes and charts. An expression declared within a doc tag is used by the engine to load a Document to be inserted during run-time....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-o...
  10. Common List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Common List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: The report must be generated in the Text Document format Adding Syntax to be evaluated by GroupDocs....Editor Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/common-list-in-...