Hi all,
We are developing a solution in which documents go through a lifecycle. In the final lifecycle state the original Word doc should be transformed to PDF and exported. We have DTS installed and can programmatically ask for a rendition by adding a request to the queue.
Yet, afterwards we need to export this file but have no clue as to how to detect when the rendition was actually accomplished (as this is done asynchronously).
Is there a way to trigger a certain event upon completion of a rendition? Or even better, is there a way to do a synchronous transformation to pdf using dfc?
Thanks!
tom