Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 253 for

reject changes

(0.04 sec)
  1. GroupDocs.Comparison Cloud 19.5 | Compare Docum...

    Java REST API & Cloud SDK to detect differences in the content, formatting, & styling of the cloud-hosted files. Accept/Reject the document comparison Changes.... Identify cloud document changes at the following levels: paragraph...compared document sections with changes can be highlighted using color...

    releases.groupdocs.cloud/comparison/java/19-5/
  2. annoucing-groupdcs.comparison-cloud-API-first-r...

    First Release of GroupDocs.Comparison REST API is about to release. This release will include document comparison features along with support of Word, PDF.....document and manipulate the changes in your app or website for...main resources Document and Changes . These resources will allow...

    blog.groupdocs.cloud/comparison/next-generation...
  3. GroupDocs.Comparison Cloud Product Family - Fre...

    Get technical support of GroupDocs.Comparison Cloud....November 21, 2023 Word Track Changes for docx comparison through...download file with accepted changes with Python? 2 437 September...

    forum.groupdocs.cloud/c/comparison/12
  4. 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....js Get List of Changes using Node.js Compare and Save...you to ‎accept or reject the ‎retrieved changes. You can easily...

    blog.groupdocs.cloud/comparison/compare-pdf-fil...
  5. Groupdocscloud - Downloads

    It contains files for comparison...file as well as accept or reject changes before saving the resultant...

    releases.groupdocs.cloud/comparison/nodejs/
  6. 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....'markDeletedInsertedC':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}"...'action':'Reject'}]}" Response Result document as stream. SDK example...

    docs.groupdocs.cloud/comparison/get-stream-of-r...
  7. UpdatesOptions | Documentation

    UpdatesOptions data structure defines comparison options UpdatesOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string", "Changes": [ { "Id": 0, "Text": "string", "TargetText": "string", "Authors": [ "string" ], "StyleChangeInfo": [ { "ChangedProperty": "string", "OldValue": "string", "NewValue": "string" } ], "PageInfo": { "Width": 0, "Height": 0, "PageNumber": 0 }, "Box": { "Height": 0, "Width": 0, "X": 0, "Y": 0 } } ] } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type...."OutputPath" : "string" , "Changes" : [ { "Id" : 0 , "Text" :...Comparison ChangeType Changes type. Used only for Changes resource(/comparison/changes)...

    docs.groupdocs.cloud/comparison/updatesoptions/
  8. 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....js Get List of Changes using Node.js Compare and Save...you to ‎accept or reject the ‎retrieved changes. You can easily...

    blog.groupdocs.cloud/2021/06/29/compare-pdf-fil...
  9. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/Changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or Reject)....structure returned by /comparison/changes API as output result. Also...Id of change ComparisonAction Action (accept or reject). This...

    docs.groupdocs.cloud/comparison/changeinfo/
  10. 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....'markDeletedInsertedC':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}"...'action':'Reject'}]}" Response Array of streams of images of document...

    docs.groupdocs.cloud/comparison/get-streams-of-...