0

We are working on a requirement where we have to show a signature image on an RTF Template. This signature changes for one bank to other, so we are thinking to upload them in UCM server and use the URL's relative path concatenated with Bank Account ID/Number to fetch the image into RTF.

But, when we upload image by following Note 1605094.1 we are not able to get a relative path to hard code in our template file.

Uploaded one image (5486173210.gif), and the URL generated is as below

http://<ucmhost>:<ucmport>/cs/groups/public/documents/digitalmedia/ndg2/mtcz/~edisp/5486173210.gif

And the second image (11223344.gif) got the URL like below

http://<ucmhost>:<ucmport>/cs/groups/public/documents/digitalmedia/mdex/mjiz/~edisp/11223344.gif

We are looking for a common relative URL path, so that we can hard code that in our RTF Template.

URL something like below helps us.

http://<ucmhost>:<ucmport>/cs/groups/public/documents/digitalmedia/logos/5486173210.gif

http://<ucmhost>:<ucmport>/cs/groups/public/documents/digitalmedia/logos/11223344.gif
4

1 回答 1

1

使用GET_FILE服务 URL 怎么样?

http://<ucmhost>:<ucmport>/cs/idcplg?IdcService=GET_FILE&RevisionSelectionMethod=LatestReleased&allowInterrupt=1&dDocName=
于 2016-06-23T13:18:42.757 回答