Retrieving FileName of PDF Created

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
TonyH
Posts: 2
Joined: Wed Feb 05 2003
Location: South Carolina

Retrieving FileName of PDF Created

Post by TonyH »

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!
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

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
TonyH
Posts: 2
Joined: Wed Feb 05 2003
Location: South Carolina

Post by TonyH »

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.
tom
Posts: 2
Joined: Mon Jan 26 2004

Solution?

Post by tom »

Did anyone ever find or work on a solution to this question?
It would make my life easier...
tom
Posts: 2
Joined: Mon Jan 26 2004

Found it!

Post by tom »

Ha! I can answer my own question!

With Version 2.1 it's easy.
Use GetGeneratedFilename when handling the StartDocPre event/message.
Post Reply