Is there a way to retrieve the actual PDF filename that was created when the FileNameOptions used AddDateTime or AddIdNumber?
We are evaluating various PDF converters.
Thanks!
Retrieving FileName of PDF Created
Hello,
I am not sure I really understand what you mean by retreiving the file name. Please clarify or send an e-mail to support@amyuni.com with more details so they can help you.
Have a nice day
I am not sure I really understand what you mean by retreiving the file name. Please clarify or send an e-mail to support@amyuni.com with more details so they can help you.
Have a nice day
When using activeX in my application, I have the following properties set;
objPDF.DefaultFileName = 'c:\Temp\testpdf.pdf'
objPDF.FileNameOptions = NoPrompt + UseFileName + AddDateTime
The actual PDF file created is something like 'testpdf070203123434.pdf'.
I was wondering if there was a property, or some other means, to retrieve the name of that pdf file from within my application.
objPDF.DefaultFileName = 'c:\Temp\testpdf.pdf'
objPDF.FileNameOptions = NoPrompt + UseFileName + AddDateTime
The actual PDF file created is something like 'testpdf070203123434.pdf'.
I was wondering if there was a property, or some other means, to retrieve the name of that pdf file from within my application.