Filter Custom Component
I'm new here, so not sure if this is the right place to post this question. So parson me if it's not so.
We have a very large number of content in UCM. Content files are binary with embeded WSQ images. Files are stored in Secure File storage (in Db, not in file system).
I'm trying to create a Filter custom component which will convert the binary content file to XML and also convert the embeded images from WSQ to JPG and put in XML as Base64.
I'm trying to use the filter event checkDownloadOverride to intercept the response of GET_FILE request and after conversion overwrite it with the converted XML.
We have a very large number of content in UCM. Content files are binary with embeded WSQ images. Files are stored in Secure File storage (in Db, not in file system).
I'm trying to create a Filter custom component which will convert the binary content file to XML and also convert the embeded images from WSQ to JPG and put in XML as Base64.
I'm trying to use the filter event checkDownloadOverride to intercept the response of GET_FILE request and after conversion overwrite it with the converted XML.
0