Signed PDF in VB script

Hello,

How can I use pdfcreator to automatically send signed pdf ?

I would like to use pdfcreator commands in a vb script.

A real thank for your great job

Manu

 I use a non signed PDF that I want to transform into a signed PDF. I want to  use clsPDFCreator to do that in VB but don't know how to do.

Any help ?

 I have found a solution using Foxit Reader to read PDF files. This application close itself in my VB6 program.

Perfect

 OK, eveythings works fine now in my VBscript to sign a PDF.

Just one problem : I try to tansform a PDF file into a signed PDF file. Each time, CLSpdfcreator open the PDF reader application and the program is blocked.

When I close Adobe reader manually, the program continue.

Does someone know how to solve this problem ?

unfortunately, the Adobe reader does not close itself after printing. But the best way is to use the pdfforge.dll to sign the file, as you have a PDF anyway, this is also faster.

regards,
Philip

 Thanks Philip,

Is there a way to automatically (whithout opening the application at screen) sign the PDF file using the pdfforge.dll ?

 Thanks Philip,

Is there a way to automatically (whithout opening the application at screen) sign the PDF file using the pdfforge.dll ?