ARender connector can be used to provide 2 versionned documents so that it is possible to do a “diff”, a feature provided by ARender previewer.
Acceptance criteria
Returns a link that opens arender with compare UI wth the 2 blobs (from diff docs or versions)
Technical specifications
A new operation Document.ARenderGetDiffUrl is needed to generate the ARender url to be able to compare 2 documents.
Output
Here is the ouptut of this operation :
{ "previewerUrl": "http://localhost:8080/ARender/?uuid=xxx" }
parameters
Parameter | Type | Required | Default value |
---|---|---|---|
leftDocId | String | true | null |
rightDocId | String | true | null |
leftBlobXPath | String | false | file:content |
rightBlobXPath | String | false | file:content |
- is required by
-
NEV-100 Integrate document difference with Arender diff
- Resolved