Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 1,247 for

comparison family

(0.04 sec)
  1. About - aspose.app - Websites - groupdocs.com

    aspose.app Free No Code Apps for Most Popular File Formats Visit Website Aspose.Words Aspose.Email Aspose.BarCode Asp......Words Product Family Convert, view, edit, merge...original quality. Aspose.Words Comparison Compare two documents and...

    websites.groupdocs.com/aspose/app/
  2. Get Images 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 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 images of result document (changes). 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-images-of-r...
  3. Working with File Api | Documentation

    This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/working-with-fi...
  4. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-document-ch...
  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)....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-stream-of-r...
  6. 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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-changes-cat...
  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....Total Product Family GroupDocs.Viewer Product Solution...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/get-stream-of-r...
  8. GroupDocs Newsletter October 2017 Edition – Doc...

    GroupDocs developer newsletter of October 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....format will folow the product family name in the package title to...Documents – Header & Footer Comparison in Excel Files in .NET #...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  9. GroupDocs.Comparison Cloud Product Family on Do...

    GroupDocs.Comparison Cloud Product Family on Document Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Comparison Cloud Product Family on Document Automation REST APIs | GroupDocs......Comparison Cloud Product Family on Document Automation...content in GroupDocs.Comparison Cloud Product Family on Document Automation...

    blog.groupdocs.cloud/uk/categories/groupdocs.co...
  10. GroupDocs.Comparison Cloud Product Family on Do...

    GroupDocs.Comparison Cloud Product Family on Document Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Comparison Cloud Product Family on Document Automation REST APIs | GroupDocs......Comparison Cloud Product Family on Document Automation...content in GroupDocs.Comparison Cloud Product Family on Document Automation...

    blog.groupdocs.cloud/de/categories/groupdocs.co...