Retrieving results of asynchronous export job
Hi all - I'm using AppExtender web service (v5.3) to retrieve documents stored in our repository and display them as PDFs on a web page. I've successfully established a user session, queried for the desired document, and kicked off the job to export the document as a PDF file (using the exportDocumentPagesByRef). The…