Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 33,557 for

conversion api

(0.48 sec)
  1. Spreadsheet redactions | GroupDocs

    This article shows that how C# redaction Api allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/net/spreadsheet-re...
  2. Set image size limits | GroupDocs

    Set image size limits when rendering image to PDF...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  3. In-Table Master-Detail in Presentation Document...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft PowerPoint Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS PowerPoint 2013. Add a new presentation slide. Click the document where you want to add the table. Press “Insert” tab to insert the table....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/assembly/java/in-table-maste...
  4. How to Merge Source Code Files | GroupDocs

    Selectively accept or reject detected changes to merge two versions of a source code file using GroupDocs.Comparison for Python via .NET....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/python-net/develo...
  5. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search Api....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/nodejs-java/query-lan...
  6. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature Api....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/java/sign-document...
  7. Render specific pages | GroupDocs

    This article explains how to view specific pages when processing documents with GroupDocs.Viewer within your .NET applications....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/net/view-specific-pages/
  8. Inserting Chart Axis Title Dynamically in Sprea...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 18.1 or greater. Column Chart in Microsoft Excel Document Creating a Column Chart Following steps, you can create a column chart in MS Excel 2013: Create a new Workbook Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your Worksheet Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/assembly/net/inserting-chart...
  9. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/signature/java/sign-document...
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/java/ocr-support/