HI I'm pretty new to Autoit, and I have a question about creating pdf's from my application. I got the udf working, but I need to know if this is possible.
take an existing pdf that accepts user input (name, dob, date, etc)
somehow import that pdf template into autoit
call data from autoit to populate the data fields
then print the pdf template with the autoit data in the data fields
Is this possible with this udf?
I appreciate any help.