Setting Output Filename

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
mdmorpeth
Posts: 1
Joined: Wed Jun 23, 2010 4:29 pm

Setting Output Filename

Post by mdmorpeth »

Hello I am using the commandline to create a filename for a print using config /s output c:\filename.pdf, when I then print a file I am getting a filename with c:\document and settings....my documents\filename.pdf, can I remove the c:\document and settings etc and just have c:\filename.pdf, any help greatfully received, cheers.
jr
Site Admin
Posts: 500
Joined: Sun Mar 26, 2006 12:28 pm

Re: Setting Output Filename

Post by jr »

By default it remembers the last used folder. Try changing the RememberLastFolderName as described at http://www.biopdf.com/guide/settings.php

config /s RememberLastFolderName no

Regards,
Jacob
eljainc
Posts: 9
Joined: Tue Mar 02, 2010 7:19 pm

Re: Setting Output Filename

Post by eljainc »

Which of the INI files should I be working with? (user.ini / settings.ini) I tried using the global.ini file and have the following:

[Global]
Output=c:\jdip.pdf
Lastfoldername=c:\
ShowSaveAS=never
ConfirmOverwrite=no
ShowPDF=no
RememberLastFolderName=no

This file is located in the following folder:
I:\documents and settings\all users\Application Data\PDF Writer\Bullzip PDF Printer


I only will have one user account on the system, so I do not need to worry about multiple accounts/users.




I also set RememberLastFolderName to No in gui.exe (Options).

However it still does not save the specific filename which is set in global.ini


Can someone please help me with this?
Thanks
Mike
Post Reply