PDA

View Full Version : Catch the filename from software


ExcelGuy
05-15-2008, 12:40 PM
In Excel VBA, you can set PrToFileName as the file name to which you should print. PrimoPDF doesn't use it, it would be nice if it did.

Similar thing in Word.

Jason.Stockett
05-16-2008, 12:38 PM
PrToFileName as I understand it is setup to use the value set when printing to file. Because of how PrimoPDF functions you are not actually printing to file so this property would not be used.

There is an XML file used to store all of the default settings and you can set the default path/filename there.

C:\Documents and Settings\Administrator\Application Data\PrimoPDFSet.xml

shl007
07-03-2008, 07:36 AM
Is this the XML setting?

<Key Name="OutputFileName" Value= ...

zack.schofield
07-07-2008, 07:25 AM
Correct that is the setting.