Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 1,110 for

document annotation java sdk

(0.12 sec)
  1. Compare PDF Files using REST API in Node.js | P...

    Programmatically Compare PDF Files using a REST API on the cloud in Node.js with GroupDocs.Comparison Cloud Sdk for Node.js....can compare two or more PDF documents programmatically on the Cloud...similarities and differences in documents. In this article, you will...

    blog.groupdocs.cloud/2021/06/29/compare-pdf-fil...
  2. 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...
  3. 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...
  4. 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/
  5. 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...
  6. 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...
  7. Get Stream of Result Document | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare Documents and can get the result Document as stream by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get stream of result Document. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments/stream?appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''},'targetFiles':[{'folder':'comparisons','name':'target.docx','password':''}],'settings':'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response Result Document as stream....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/comparison/get-stream-of-r...
  8. 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...
  9. 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-...
  10. 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-...