Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 963 for

document annotation java sdk

(0.04 sec)
  1. Get View Info for PDF Document | Documentation

    GroupDocs.Viewer Cloud provides additional information for PDF Documents when calling Info method. Following example demonstrates how to retrieve view information for PDF Document. 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. Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/viewer/get-view-info-for-p...
  2. 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....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/comparison/create-document...
  3. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....Cloud APIs: Convenient Cloud Document Collaboration GroupDocs for...to introduce user-friendly document collaboration features into...

    blog.groupdocs.cloud/total/product-updates-tuto...
  4. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/viewer/render-document-wit...
  5. Convert document direct async | Documentation

    This example demonstrates how to convert word processing Document into pdf Document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted Document) Resource URI HTTP PUT ~/conversion/async 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 Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/conversion/convert-documen...
  6. 2. Convert to Spreadsheet Document Formats | Do...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported Document formats to Spreadsheet Document Formats and returns the output Document storage URL and also support to get the result as a stream. Convert to Spreadsheet Formats You can convert the supported Document formats to Spreadsheet Formats and returns the output Document storage URL Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to spreadsheet Format example....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/conversion/convert-to-spre...
  7. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render Documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render Document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input Document password Required for password-protected Documents....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/viewer/convert-and-download/
  8. 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....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/conversion/get-document-me...
  9. Convert document | Documentation

    This example demonstrates how to convert word processing Document into pdf Document with default options. 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....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/conversion/convert-document/
  10. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you to protect output PDF Document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how to protect output PDF Document. 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....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...