Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 8,273 for

groupdocs.merger cloud

(2.27 sec)
  1. 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/get-images-of-r...
  2. Configure DropBox Storage | Documentation

    You have to complete following steps to configure Dropbox Storage: Log into Dashboard Access the Storages Page Select DropBox Storage from the ‘Create New Storage’ menu Enter Storage Name (For example: MyDropboxStorage) and click on Generate Token button Log into Dropbox and Authorize our app Dropbox will generate your Access Token and you will be redirected to our Dashboard Press Save button to create storage Now you can use this storage with GroupDocs REST APIs....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/total/configure-dropbox-st...
  3. Technical Support | Documentation

    GroupDocs provides unlimited free technical support for all its products. The support is available to all users, including evaluation. If you need help with GroupDocs.Classification Cloud, consider the following: The main avenue for support is the GroupDocs Cloud Forums. Post your question in the GroupDocs.Classification Forum and it will be answered within a few hours Please note, GroupDocs does not provide technical support over the phone. Phone support is only available for sales and purchase questions When expecting a reply in the forums, please allow for time zone differences...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/classification/technical-s...
  4. Pricing Plan | Documentation

    GroupDocs builds incredible easy to use Software as a Service (SaaS) that developers can fully evaluate before committing to buying. To do this, we rely on a slightly different sales model.Please check the Pricing Plan and How to Purchase web-page that gives an overview of our single pricing plan and why there are no “upgrades” or “downgrades”....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/editor/pricing-plan/
  5. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  6. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.Cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/conversion/conversion-api/
  7. Upload file | Documentation

    How to upload file to Cloud storage....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/translation/file/upload/
  8. Convert Excel Spreadsheets to PDF in Python | X...

    Convert Excel spreadsheets to PDF files using Python. Python SDK allows converting XLS, XLSX files to PDF with specific range, gridlines, and other options....ahead with your Excel files on Cloud storage get converted to PDF...SDK of GroupDocs.Conversion Cloud API for conversions in this...

    blog.groupdocs.cloud/2020/07/30/convert-excel-s...
  9. Available SDKs | Documentation

    GroupDocs.Classification Cloud is a modern REST oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/classification/available-s...
  10. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/merger/join-document-cross...