Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 7,901 for

page

(0.05 sec)
  1. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Formats Leave feedback On this page GroupDocs.Signature Cloud is...Ruby Node.js Python Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/signature/get-supported-fi...
  2. Merge PDF Files using REST API in Python | Comb...

    Programmatically merge PDF files using a REST API on the cloud in Python with Document Merger Cloud SDK for Python. Merge specific Pages of PDFs in Python....API in Python Merge Specific Pages of Multiple PDF Files using...exchange, rotate or change the page orientation either as portrait...

    blog.groupdocs.cloud/merger/merge-pdf-files-usi...
  3. GroupDocs.Metadata Cloud | Documentation

    GroupDocs.Metadata Cloud is a REST API for managing metadata in the documents of different file formats. It provides easy to use metadata extracting and modifying methods. It also allows you to search and remove existing metadata in a document. The API provides straightforward and easy to use set of methods to add, search, modify and remove metadata in supported file formats....Guide Release Notes Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/metadata/
  4. Split drawing into tiles | Documentation

    Tiled rendering or (rendering by coordinates) is the process of rendering CAD drawings (into an image, HTML or PDF) by dividing into square parts and rendering each part (or tile) separately. The advantage of this process is that the amount of memory involved is reduced as compared to rendering the entire document at once. Generally, DWG documents are divided into Pages by Model and Layouts, but when the tiled rendering is enabled, only the Model is rendered and every tile composes a separate Page....tiles Leave feedback On this page Tiled rendering or (rendering...documents are divided into pages by Model and Layouts, but when...

    docs.groupdocs.cloud/viewer/split-drawing-into-...
  5. Extract Text | Documentation

    This REST API provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting Pages extraction mode option; Extract text from specific Pages by setting the Pages range. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when extracting text from a document....Extract formatted text by setting pages extraction mode option; Extract...text from specific pages by setting the pages range. For protected...

    docs.groupdocs.cloud/parser/extract-text/
  6. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-Pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "PageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Metadata Leave feedback On this page GroupDocs.Conversion Cloud REST...0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json"...

    docs.groupdocs.cloud/conversion/get-document-me...
  7. Working with Search Collection | Documentation

    Note Note: The features listed on this Page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....On this page Note Note: The features listed on this page are supported...com%2fs%2fumokluz338w4ng7%2fone-page.docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/working-with-sea...
  8. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Annotation-Cloud only The metered license can be used in Docker version of GroupDocs.Annotation-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Annotation Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Annotation API calls charge is based on document size: 1 credit per call per 20MB Resource URI HTTP GET ~/annotation/consumption...consumption Leave feedback On this page Note This example related to...'\Resources\WordProcessing\four-pages.docx' ; $request = new Requ...

    docs.groupdocs.cloud/annotation/metered-consump...
  9. Batch of texts classification | Documentation

    Batch classification allows to classify a group of texts (up to 10) in one request. This API retrieves batch classification result for IAB-2, Documents, Sentiment, or Sentiment3 taxonomies. It returns an object that contains information about the best classes for all the texts in the request and their probabilities. See classify/batch request parameters for request’s details. Limitations Only the first 10 texts will be processed. Resource This resource represents a controller for single call batch of texts classification....classification Leave feedback On this page Batch classification allows...Classify Batch of Texts C# Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/classification/batch-class...
  10. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, Page by Page or custom range of Pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....Formats Leave feedback On this page GroupDocs.Viewer Cloud REST...whole document, page by page or custom range of pages. To get list...

    docs.groupdocs.cloud/viewer/get-supported-file-...