I'm trying to get BullZip to append a PDF that I am printing to the end of an existing PDF file (one that I previously created using BullZip). The MergeFile setting sounds exactly like what I want, but it seems not to work.
I have successfully gotten the Output setting to work, so I believe that I am using MergeFile correctly as well.
My settings.ini file looks like this:
*********** settings.ini ***********
[PDF Printer]
Output=c:\TempFile.pdf
MergeFile=C:\TempFile.pdf
MergePosition=Bottom
ShowPDF=no
SettingsProgram=
AfterPrintProgram=
********************************
The first time I print with this configuration, BullZip does what I want (creates a new PDF file named TempFile.pdf). The next time, the file appears to print (I see the printing progress dialog), but then I get the error: "The generated PDF Document was not found.", and the existing TempFile.pdf is not updated.
Omitting the Output line the 2ND time does not change the behavior.
Omitting the Output line the 1st time (when the TempFile.pdf has not yet been created) causes the Save As dialog to pop up. That this means the behavior is DIFFERENT if TempFile.pdf exists or not.
Anybody solve this problem before or have ideas?
Thanks!
MergeFile setting seems buggy
Moderator: jr
-
- Posts: 3
- Joined: Sat Dec 09, 2006 11:40 am
I have also tried removing the Output parameter...
Jacob, thanks for the quick response!
I believe I have already tried a workaround for the limitation you mentioned, and it still didn't work:
1) Include "Output=TempFile.pdf", omit "MergeFile=TempFile.pdf"
2) Print the first document.
3) Remove "Output=TempFile.pdf", Add "MergeFile=TempFile.pdf"
4) Print second document.
I still get the same error when I follow those steps.
Any other ideas?
I believe I have already tried a workaround for the limitation you mentioned, and it still didn't work:
1) Include "Output=TempFile.pdf", omit "MergeFile=TempFile.pdf"
2) Print the first document.
3) Remove "Output=TempFile.pdf", Add "MergeFile=TempFile.pdf"
4) Print second document.
I still get the same error when I follow those steps.
Any other ideas?
-
- Posts: 3
- Joined: Sat Dec 09, 2006 11:40 am