Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 1,176 for

editor family

(0.05 sec)
  1. Getting metered license-information | Documenta...

    Note This example related to Self-hosted version of GroupDocs.Conversion-Cloud only The metered license can be used in Self-hosted version of GroupDocs.Conversion-Cloud. Here is an example how to retrieve metered license information. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/license cURL example Request # cURL example to get metered license information curl -v "http:///v2.0/conversion/license" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "isLicensed": true } Response The response structure contains metered license information:...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/license-informa...
  2. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/quick-start/
  3. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to join multiple documents and manipulate single document structure across a wide range of document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more documents into one document, join specific pages or page ranges from several source documents into a single resultant document. Joined documents should be of the same format....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/features-overview/
  4. Paraphrase file with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing files....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/file/sdk/paraphrase/
  5. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/split-drawing-into-...
  6. Supported File Formats and Conversions | Docume...

    GroupDocs Assembly Cloud API provides support for a wide variety of Microsoft Office, OpenOffice, Email and Web document formats....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/assembly/getting-started/f...
  7. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template Store in User Storage example....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  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...Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/metered-consump...
  9. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/get-document-me...
  10. Available SDKs | Documentation

    GroupDocs.Merger Cloud is a modern REST-oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of makingRequests and handlingResponses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/available-sdks/