Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 8,171 for

page

(0.08 sec)
  1. GroupDocs.Watermark Cloud | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks 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/watermark/
  2. 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-...
  3. 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:...license-information Leave feedback On this page Note This example related to...response . IsLicensed ) } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/conversion/license-informa...
  4. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Formats Leave feedback On this page This REST API allows getting...get_supported_file_formats () Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/merger/get-supported-file-...
  5. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Information Leave feedback On this page This REST API allows to obtain...format File extension File size Pages count Resource The following...

    docs.groupdocs.cloud/comparison/get-document-in...
  6. HTML Viewer - Optimize for printing | Documenta...

    If you need to optimize HTML output for printing you should set ForPrinting option HtmlViewOptions. This option implemented for: Presentation documents: PPT,PPS,PPTX,PPSX,ODP,FODP,OTP,POT,POTX,POTM,PPTM,PPSM Diagram documents: VSD,VSDX,VSS,VST,VSX,VTX,VDW,VDX,VSSX,VSTX,VSDM,VSSM,VSTM Meta file formats: WMF, WMZ, EMF, EMZ If ForPrinting option is enabled output HTML Pages will be converted to vector SVG format for better quality for print and Page layout. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....printing Leave feedback On this page If you need to optimize HTML...option is enabled output HTML pages will be converted to vector...

    docs.groupdocs.cloud/viewer/html-viewer-optimiz...
  7. Working with Text Documents | Documentation

    Textual documents are simple Plain Text flat files (TXT), that contain no images, Pages, paragraphs, lists, tables and so on. However, users can create some primitive formatting like lists with leading markers, left indents with whitespaces, tables with pseudo-graphics, paragraphs with line breaks, and so on. GroupDocs.Editor Cloud can recognize some of these structures. Other non-obvious feature, that GroupDocs.Editor Cloud provides, is the ability to save edited TXT document not only back to TXT, but also to WordProcessing....Documents Leave feedback On this page documents are simple Plain Text...(TXT), that contain no images, pages, paragraphs, lists, tables and...

    docs.groupdocs.cloud/editor/working-with-text-d...
  8. Supported languages | Documentation

    Content languages supported by GroupDocs.Rewriter Cloud.... 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/rewriter/supported-languages/
  9. How to Run the Examples | Documentation

    All examples of GroupDocs.Metadata Cloud is hosted on GitHub. Examples are located in the Examples folder. If you like to add or improve an example, we encourage you to contribute to the project. All examples and showcase projects in this repository are open source and can be freely used in your own applications. To contribute, you can fork the repository, edit the source code and create a pull request. We will review the changes and include them in the repository if found helpful.... 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/how-to-run-the-ex...
  10. Available SDKs | Documentation

    GroupDocs.Editor 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 making requests and handling responses 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....SDKs Leave feedback On this page GroupDocs.Editor Cloud is a...Cloud SDK for Python . Was this page helpful? Not really Yes, thanks...

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