I would like to do some post-processing of a PDF file after uploading to a BLOB. I want to add some JavaScript to the PDF using the QuickPDF library and the PageJavaScriptAction method. Currently, uploading to the BLOB works very well.
I wonder if there is a way to intercept the PDF before it is put into the BLOB. Or perhaps I need to re-create the PDF file from the BLOB, process it with QuickPDF and then put it back into the BLOB. I need to do this on both the initial insert or on an update, if a new version of the PDF is available. I'm on NT 8.23, C9.1.11242.
Thanks,
Jeff