UDD Export speed

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
JoshK131
Posts: 42
Joined: Tue Jan 26, 2021 11:09 pm

UDD Export speed

Post by JoshK131 »

I have set up the application user to be able to add UDD word docs and export them, as word or pdf.

If its a word doc, I use
DISPLAY DOCUMENT UDDParameter.ps_UserDefDoc.UDD_Name

If its a pdf export, I use
EXPORT DOCUMENT UDDParameter.ps_UserDefDoc.UDD_Name TO FILE UDDParameter.DocumentPath
EXECUTE PROGRAM UDDParameter.ExecuteBat
IMPORT DOCUMENT UDDParameter.DocumentPDF FROM UDDParameter.DocumentPDFPath
DISPLAY DOCUMENT UDDParameter.DocumentPDF

These processes are taking around 30 seconds on average to run.

Is there a way I can speed this up?
Im hoping for sub 5 seconds but Ill take what I can get.
Post Reply