Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,117 for

document annotation java sdk

(0.06 sec)
  1. Convert PDF to Editable Word Document using Ruby

    You can convert PDF to Word DOCX in Ruby on the cloud. In this article, we will learn how to convert PDF to Editable Word Document using Ruby Cloud API....Convert PDF to Editable Word Document using Ruby Facebook Twitter...Convert PDF to Editable Word Document using Ruby You can easily...

    blog.groupdocs.cloud/2022/05/06/convert-pdf-to-...
  2. Accept or Reject Tracked Changes of Word Docume...

    Programmatically Accept or Reject Tracked Changes of Word Document using a REST API on the cloud in Python with Document Comparison Cloud Sdk for Python....Reject Tracked Changes of Word Document using Python Facebook Twitter...and keep revisions for Word documents. As a Python developer, you...

    blog.groupdocs.cloud/2021/04/09/accept-or-rejec...
  3. 10. Convert Html document with load options | D...

    This example demonstrates how to convert html Document into pdf Document with load 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 the File API Documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted Document in the response body...Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/conversion/convert-html-do...
  4. Apex Cloud User Access Rights - Free Support Fo...

    Hello we are using the GroupDocs Sdk for Apex (SalesForce) in are organization we have this function public void giveUserCollaboratorAccessToFiles(GD_ListEntitiesResult result) { GD_UserInfo user = createUserIfNeeded(); GD_ReviewerInfo info = new GD_ReviewerInfo(); info.primary_email = user.primary_email; info.firstName = user.firstname; info.lastName = user.lastname; info.access_rights = '3'; info.guid = user.guid; info.color = 16711680; GD_ListEntitiesRe......Annotation Cloud Product Family Anonymous...Hello we are using the GroupDocs SDK for Apex (SalesForce) in are...

    forum.groupdocs.cloud/t/apex-cloud-user-access-...
  5. Extract Images from a Document Inside a Contain...

    This REST API allows extracting images from a Document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract images from a Document inside a container example. cURL example The following example demonstrates how to extract images from a container item. 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/parser/extract-images-from...
  6. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Cloud APIs: Convenient Cloud Document Collaboration GroupDocs for...to introduce user-friendly document collaboration features into...

    blog.groupdocs.cloud/groupdocs.cloud/page/45/
  7. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/Annotation/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } Sdk examples Our 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/annotation/working-with-st...
  8. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality....applications for viewing, annotating, signing, comparing, converting...converting and assembling documents. It brings together all our...

    blog.groupdocs.cloud/total/december-2014-newsle...
  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....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/conversion/get-document-me...
  10. 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...