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

page

(0.17 sec)
  1. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 PagesCount integer Number of Pages to convert Default value : 0 (all Pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...storage Leave feedback On this page This example demonstrates how...data, Required fromPage integer Page start conversion from Default...

    docs.groupdocs.cloud/conversion/convert-documen...
  2. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability to find Digital signatures that are applied to document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....signatures Leave feedback On this page GroupDocs.Signature Cloud offers...Digital , AllPages = false , Page = 1 , PagesSetup = new PagesSetup...

    docs.groupdocs.cloud/signature/search-for-digit...
  3. Create Document Preview | Documentation

    GroupDocs.Comparison Cloud allows to create document preview images, one per Page. Image size and format can be set as options. API Usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Preview Leave feedback On this page GroupDocs.Comparison Cloud allows...document preview images, one per page. Image size and format can be...

    docs.groupdocs.cloud/comparison/create-document...
  4. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive Pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....N Consecutive Pages Convert N Consecutive Pages Leave feedback...feedback On this page This example demonstrates how to convert consecutive...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  5. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document Page with coordinates....coordinates Leave feedback On this page GroupDocs.Viewer Cloud provides...characters) of each document page with coordinates. API Usage...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  6. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison 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/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Formats Leave feedback On this page GroupDocs.Comparison Cloud REST... getMessage ()); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/get-supported-f...
  7. GroupDocs.Annotation Cloud SDKs | Documentation

    GroupDocs.Annotation 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.Annotation Cloud is...Cloud SDK for Python . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/annotation/available-sdks/
  8. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...Start Leave feedback On this page Create an account Sign up at...fileInfo . Size ()) } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/viewer/quick-start/
  9. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document Page with a rectangle. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Annotation Leave feedback On this page Area annotation allows to mark...an area within the document page with a rectangle. API usage...

    docs.groupdocs.cloud/annotation/area-annotation/
  10. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....HTML Leave feedback On this page When you are looking for the...structure. As a result, the page becomes smaller in size and...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...