printer Dialog box

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
jd-snipe
Posts: 3
Joined: Tue Jun 19, 2007 12:52 pm

printer Dialog box

Post by jd-snipe »

Hi, I am in the middle of creating a vb project which uses the Bullzip printer to create PDF back up’s of certain forms… I know how to change file that you copy the PDF to but is there anyway to turn off the printer dialog box????
jr
Site Admin
Posts: 500
Joined: Sun Mar 26, 2006 12:28 pm

Post by jr »

Take a look at the following settings:

ShowSettings and ShowSaveAS

http://www.bullzip.com/products/pdf/doc/info.php

If you set both of them to Never then your problem should be solved.

Regards,
Jacob
jd-snipe
Posts: 3
Joined: Tue Jun 19, 2007 12:52 pm

How to use theses setting in the command dos window

Post by jd-snipe »

Thanks for the help on this topic, but now when I try to use the CONFIG command to set these values in the command line I just get a dialog box stating what the CONFIG file does and how to use it…… Is this the incorrect way to use the CONFIG file??? and if so, would anyone have a solution as to how to set the ShowSaveAs and ShowSettings from the command line...?

Thanks
jr
Site Admin
Posts: 500
Joined: Sun Mar 26, 2006 12:28 pm

Post by jr »

Try the following command line:

config /S ShowSettings never

This will write ShowSettings=never in the runonce.ini and have affect in the next print.

Regards,
Jacob
jd-snipe
Posts: 3
Joined: Tue Jun 19, 2007 12:52 pm

Post by jd-snipe »

Thanks a million, it works great.... :D
Post Reply