Hi,
We've got a repository of loads of documents that havent had 'Generate Pages' applied, I need to be able to get the document and view it in a browser, but be able to save it as if it were a PDF document. When using ExportElecDoc (output as stream as it's over an API) I can see the document in the browser, but when clicking on it it error's and returns a failure.
If I import a document and manually click generate pages I can use ExportPdf and output a stream straight to the browser and then can save the document.
Is there a way I can ExportElecDoc and convert it to a PDF over a stream? (Stream is required, can't get away from storing it on a filepath for security reasons)
Thanks in advance