Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 1,110 for

document annotation java sdk

(0.18 sec)
  1. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Comparison-Cloud only The metered license can be used in Docker version of GroupDocs.Comparison-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Comparison Cloud with Docker Resource URI HTTP GET ~/comparison/consumption cURL example Request * cURL example to get metered license consumption curl -v "http:///v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/comparison/metered-consump...
  2. Get Changes | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare Documents and get a list of changes by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get list of changes. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments/changes?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 [ { "id": 0, "type": "Deleted", "text": "digital ", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 1, "type": "Deleted", "text": "Executive ", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 2, "type": "Inserted", "text": "", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 3, "type": "Deleted", "text": "", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] } ] Sdk example 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/comparison/get-changes/
  3. 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.Conversion 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/conversion/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/conversion/working-with-st...
  4. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.conversion Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/conversion/working-with-fo...
  5. 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:...Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/conversion/license-informa...
  6. Working with File Api | Documentation

    Download File API This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.ext. Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/conversion/working-with-fi...
  7. Features Overview | Documentation

    Features Overview of GroupDocs.Viewer Cloud...Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/viewer/features-overview/
  8. Getting metered license consumption | 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 consumption. You can find more information about Self-hosted version at How to self-host GroupDocs.Conversion Cloud with Docker Resource URI HTTP GET ~/conversion/consumption cURL example Request # cURL example to get metered license consumption curl -v "http:///v2.0/conversion/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer " Response { "credit": 487848, "quantity": 6061570985....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/conversion/metered-consump...
  9. Fonts Resource | Documentation

    Get Installed Fonts Note Note: The features listed on this page are supported only in GroupDocs.Viewer Cloud V1 GroupDocs.Viewer Cloud REST APIs support to get the installed fonts resource from the API server. API returns list of installed fonts. The following GroupDocs.Viewer Cloud REST API resource has been used in the Get Fonts Resource example. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/viewer/fonts?appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X GET -d "{}" Response { "families": [ { "name": "Aharoni" }, { "name": "Aldhabi" }, { "name": "Algerian" }, { "name": "Andalus" }, { "name": "Angsana New" }, { "name": "AngsanaUPC" }, { "name": "Aparajita" }, { "name": "Arabic Typesetting" }, { "name": "Arial" }, { "name": "Arial Black" }, { "name": "Arial Unicode MS" }, { "name": "Baskerville Old Face" }, { "name": "Batang" }, { "name": "BatangChe" }, { "name": "Book Antiqua" }, { "name": "Bookman Old Style" }, { "name": "Browallia New" }, { "name": "BrowalliaUPC" }, { "name": "Calibri" }, { "name": "Calibri Light" }, { "name": "Calisto MT" }, { "name": "Cambria" }, { "name": "Cambria Math" }, { "name": "Candara" }, { "name": "Century Gothic" }, { "name": "Century Schoolbook" }, { "name": "Comic Sans MS" }, { "name": "Consolas" }, { "name": "Constantia" }, { "name": "Corbel" }, { "name": "Cordia New" }, { "name": "CordiaUPC" }, { "name": "Courier New" }, { "name": "DaunPenh" }, { "name": "David" }, { "name": "DFKai-SB" }, { "name": "DilleniaUPC" }, { "name": "DokChampa" }, { "name": "Dotum" }, { "name": "DotumChe" }, { "name": "Ebrima" }, { "name": "Estrangelo Edessa" }, { "name": "EucrosiaUPC" }, { "name": "Euphemia" }, { "name": "FangSong" }, { "name": "Franklin Gothic Medium" }, { "name": "FrankRuehl" }, { "name": "Free 3 of 9 Extended" }, { "name": "FreesiaUPC" }, { "name": "Gabriola" }, { "name": "Gadugi" }, { "name": "Garamond" }, { "name": "Gautami" }, { "name": "Georgia" }, { "name": "Gisha" }, { "name": "Gulim" }, { "name": "GulimChe" }, { "name": "Gungsuh" }, { "name": "GungsuhChe" }, { "name": "Impact" }, { "name": "IrisUPC" }, { "name": "Iskoola Pota" }, { "name": "JasmineUPC" }, { "name": "KaiTi" }, { "name": "Kalinga" }, { "name": "Kartika" }, { "name": "Khmer UI" }, { "name": "KodchiangUPC" }, { "name": "Kokila" }, { "name": "Lao UI" }, { "name": "Latha" }, { "name": "Leelawadee" }, { "name": "Levenim MT" }, { "name": "Liberation Serif" }, { "name": "LilyUPC" }, { "name": "Lucida Console" }, { "name": "Lucida Grande" }, { "name": "Lucida Sans Unicode" }, { "name": "Malgun Gothic" }, { "name": "Mangal" }, { "name": "Marlett" }, { "name": "Meiryo" }, { "name": "Meiryo UI" }, { "name": "Microsoft Himalaya" }, { "name": "Microsoft JhengHei" }, { "name": "Microsoft JhengHei UI" }, { "name": "Microsoft New Tai Lue" }, { "name": "Microsoft PhagsPa" }, { "name": "Microsoft Sans Serif" }, { "name": "Microsoft Tai Le" }, { "name": "Microsoft Uighur" }, { "name": "Microsoft YaHei" }, { "name": "Microsoft YaHei UI" }, { "name": "Microsoft Yi Baiti" }, { "name": "MingLiU" }, { "name": "MingLiU-ExtB" }, { "name": "MingLiU_HKSCS" }, { "name": "MingLiU_HKSCS-ExtB" }, { "name": "Miriam" }, { "name": "Miriam Fixed" }, { "name": "Mongolian Baiti" }, { "name": "Monotype Corsiva" }, { "name": "MoolBoran" }, { "name": "MS Gothic" }, { "name": "MS Mincho" }, { "name": "MS PGothic" }, { "name": "MS PMincho" }, { "name": "MS UI Gothic" }, { "name": "MV Boli" }, { "name": "Myanmar Text" }, { "name": "Narkisim" }, { "name": "Nirmala UI" }, { "name": "NSimSun" }, { "name": "Nyala" }, { "name": "Palatino Linotype" }, { "name": "Plantagenet Cherokee" }, { "name": "PMingLiU" }, { "name": "PMingLiU-ExtB" }, { "name": "Raavi" }, { "name": "Rod" }, { "name": "Sakkal Majalla" }, { "name": "Segoe Print" }, { "name": "Segoe Script" }, { "name": "Segoe UI" }, { "name": "Segoe UI Light" }, { "name": "Segoe UI Semibold" }, { "name": "Segoe UI Semilight" }, { "name": "Segoe UI Symbol" }, { "name": "Shonar Bangla" }, { "name": "Shruti" }, { "name": "SimHei" }, { "name": "Simplified Arabic" }, { "name": "Simplified Arabic Fixed" }, { "name": "SimSun" }, { "name": "SimSun-ExtB" }, { "name": "Sylfaen" }, { "name": "Symbol" }, { "name": "Tahoma" }, { "name": "Times New Roman" }, { "name": "Traditional Arabic" }, { "name": "Trebuchet MS" }, { "name": "Tunga" }, { "name": "Tw Cen MT" }, { "name": "Tw Cen MT Condensed" }, { "name": "Tw Cen MT Condensed Extra Bold" }, { "name": "Ubuntu" }, { "name": "Ubuntu Condensed" }, { "name": "Ubuntu Light" }, { "name": "Ubuntu Mono" }, { "name": "Univers 45 Light" }, { "name": "Univers 47 CondensedLight" }, { "name": "Univers 55" }, { "name": "Univers 57 Condensed" }, { "name": "Univers Extended" }, { "name": "Univers ExtraBlack" }, { "name": "Univers ExtraBlackExt" }, { "name": "Univers LightUltraCondensed" }, { "name": "Univers ThinUltraCondensed" }, { "name": "Univers UltraCondensed" }, { "name": "Urdu Typesetting" }, { "name": "Utsaah" }, { "name": "Vani" }, { "name": "Verdana" }, { "name": "Vijaya" }, { "name": "Vrinda" }, { "name": "Webdings" }, { "name": "Wingdings" } ] Sdks 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/viewer/fonts-resource/
  10. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....Annotation Product Solution GroupDocs...Buy Now Pricing Information SDKs Policies My Orders & Quotes...

    docs.groupdocs.cloud/translation/authorization/