Use of mergefile setting in setting.ini
Posted: Thu Oct 04, 2007 6:53 pm
Hi,
I'm trying to create, then append to a PDF file.
I start with the following in settings.ini:
[PDF Printer]
Output = c:\filename.PDF
ShowPDF=no
ShowSaveAs = never
ConfirmOverwrite = no
SettingsProgram=
AfterPrintProgram=
...and printing works fine. Then I write the following to settings ini:
[PDF Printer]
Output = c:\filename.PDF
MergeFile = c:\filename.PDF
ShowPDF=no
ShowSaveAs = never
ConfirmOverwrite = no
SettingsProgram=
AfterPrintProgram=
... and print again in an attempt to merge with the file first file.
All that happens is that the file is overwritten - I would expect a sceond page.
If I omit the 'Output...' line, I get a saveas dialogue box despite having showsaveas set to never.
What am I doing wrong?
I'm trying to create, then append to a PDF file.
I start with the following in settings.ini:
[PDF Printer]
Output = c:\filename.PDF
ShowPDF=no
ShowSaveAs = never
ConfirmOverwrite = no
SettingsProgram=
AfterPrintProgram=
...and printing works fine. Then I write the following to settings ini:
[PDF Printer]
Output = c:\filename.PDF
MergeFile = c:\filename.PDF
ShowPDF=no
ShowSaveAs = never
ConfirmOverwrite = no
SettingsProgram=
AfterPrintProgram=
... and print again in an attempt to merge with the file first file.
All that happens is that the file is overwritten - I would expect a sceond page.
If I omit the 'Output...' line, I get a saveas dialogue box despite having showsaveas set to never.
What am I doing wrong?