Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 1,088 for

folder api

(0.04 sec)
  1. Convert PPT to PNG With Custom Japanese Fonts W...

    What is the name of the font used in the PowerPoint image converter? I would like to use Meiryo or MS PGothic....Conversion REST API GroupDocs.Conversion Cloud Product...or GroupDocs.Conversion Cloud API. maecyo March 13, 2021, 8:06am...

    forum.groupdocs.cloud/t/convert-ppt-to-png-with...
  2. Get Streams of Images of Result Document | Docu...

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents, saves the result document to streams as a set of images and returns the array of streams of images by providing the JsonRequest Object data in the request body. Resource The following GroupDocs.Comparison Cloud REST Api resource has been used to Get streams of images of result document. cURL example Request curl -v "https://Api....Comparison Cloud REST API resource has been used to . cURL...example Request curl -v "https://api.groupdocs.cloud/v1.0/compari...

    docs.groupdocs.cloud/comparison/get-streams-of-...
  3. Get 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 path by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST Api resource has been used to get document. cURL example Request curl -v "https://Api.groupdocs.cloud/v1.0/comparison/compareDocuments?outPath#comparisons%2Fcomparedoutput.docx&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 { "href": "https://Api.groupdocs.cloud/storage/file/comparisons/output.docx", "rel": "self", "type": null, "title": null } SDK example The Api is completely independent of your operating system, database system or development language....Comparison Cloud REST API resource has been used to . cURL...example Request curl -v "https://api.groupdocs.cloud/v1.0/compari...

    docs.groupdocs.cloud/comparison/get-document/
  4. RubyGems - groupdocs_storage_cloud - Versions d...

    groupdocs_storage_cloud 18.6.0 Sign up to get free protection for your applications and to get access to all the feat......data/lib/GroupDocs/Storage/api/storage_api.rb +982 -0 data/lib/Gr...age/api_client.rb +408 -0 data/lib/GroupDocs/Storage/api_error...

    my.diffend.io/gems/groupdocs_storage_cloud/18.6.0
  5. Get Stream of Result Document - Changes | Docum...

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents, update the changes (accept/reject), saves the result document to streams as a set of images and returns the array of streams of images by providing the JsonRequest Object data in the request body. Resource The following GroupDocs.Comparison Cloud REST Api resource has been used to get stream of result document (changes)....Comparison Cloud REST API resource has been used to . cURL...example Request curl -v "https://api.groupdocs.cloud/v1.0/compari...

    docs.groupdocs.cloud/comparison/get-stream-of-r...
  6. Get Document - Changes | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and update the changes (Accept/Reject) by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST Api resource has been used to get document (changes). cURL example Request curl -v "https://Api.groupdocs.cloud/v1.0/comparison/compareDocuments/changes/update?outPath#comparisons%2Foutput.docx&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X PUT -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':'Accept'},{'id':1,'action':'Reject'}]}" Response { "href": "https://Api.groupdocs.cloud/storage/file/comparisons/output.docx", "rel": "self", "type": null, "title": null } SDK example The Api is completely independent of your operating system, database system or development language....Comparison Cloud REST API resource has been used to . cURL...example Request curl -v "https://api.groupdocs.cloud/v1.0/compari...

    docs.groupdocs.cloud/comparison/get-document-ch...
  7. Get Changes Categories | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and get list of changes categories by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST Api resource has been used to get compared documents changes categories. Enumeration of categories of changes enum ComparisonCategoriesType { ByTypeChanged, * "take categories by TypeChanged" ByNodeType, * "take categories by nodes Types" ContainsNumbers, * "take categories with changes which contains numbers" OnlyNumbers * "take categories with changes which contains only numbers" } cURL example Request curl -v "https:~/~/Api....Comparison Cloud REST API resource has been used to . Enumeration...example Request curl -v "https:~/~/api.groupdocs.cloud/v1.0/compari...

    docs.groupdocs.cloud/comparison/get-changes-cat...
  8. Get Stream of Images of Result Document - Chang...

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and get the stream of images of the result document 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 images of result document (changes). cURL example Request curl -v "https://Api.groupdocs.cloud/v1.0/comparison/compareDocuments/changes/stream/images?appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X PUT -d "{'sourceFile':{'Folder':'comparisons','name':'source....Comparison Cloud REST API resource has been used to . cURL...example Request curl -v "https://api.groupdocs.cloud/v1.0/compari...

    docs.groupdocs.cloud/comparison/get-stream-of-i...
  9. Get Images 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 images path by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST Api resource has been used to get images of result document. cURL example Request curl -v "https://Api.groupdocs.cloud/v1.0/comparison/compareDocuments/images?outFolder#comparisons%2FoutputImages&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 [ { "href": "https://Api....Comparison Cloud REST API resource has been used to . cURL...example Request curl -v "https://api.groupdocs.cloud/v1.0/compari...

    docs.groupdocs.cloud/comparison/get-images-of-r...
  10. GroupDocs.Annotation Cloud 19.5 Release Notes |...

    This page contains release notes for GroupDocs.Annotation Cloud 19.5 GroupDocs.Annotation Cloud V2 GroupDocs.Annotation Cloud is a REST Api provides methods to apply Text and Figure based annotations to documents & images of all popular formats. The difference of V2 version from V1 is more simplified Api with less methods and options. Also, it has more optimized and refined internal architecture. In this version, the Api includes methods for working with cloud storage, which is an important part: main annotation Api methods take input documents from storage and put results there....Annotation Cloud is a REST API provides methods to apply Text...version from V1 is more simplified API with less methods and options...

    docs.groupdocs.cloud/annotation/groupdocs-annot...