Concatenating 2 print jobs into the same PDF file.

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
Norm Smith
Posts: 8
Joined: Wed Apr 23 2003
Location: Calgary, Canada

Concatenating 2 print jobs into the same PDF file.

Post by Norm Smith »

Hi, I'm currently evaluating the PDF Converter Developer Pro version. I have one issue I cannot resolve.

The DLLs are version 2107

This is the general flow of my program.

Code: Select all

PDFDriverInit ( ... )
EnablePrinter ( ... )
SetOrientation ( ... )
SetPaperSize ( ... )
SetResolution ( iv_hPrinter, 600 )
SetFontEmbedding ( iv_hPrinter, 1 )
SetDefaultConfig ( iv_hPrinter )

SetDefaultPrinter ( iv_hPrinter )

SetFileNameOptions ( ... )
SetDefaultFileName ( iv_hPrinter, lv_file )

Print Job 1
Print Job 2

SetFileNameOptions ( iv_hPrinter, 0 )
RestoreDefaultPrinter ( iv_hPrinter )
	
DriverEnd ( iv_hPrinter )
I want to make the 2 print jobs appear in the same PDF file.

I've tried every combination of SetFilenameOptions with no success. With some combinations the driver is producing a second file (same name as specified file with an additional ".cat" on the end). This file does contain the contents of the second job, however I want the contents combined.

Any help you can offer would be appreciated. We are about to purchase your product and would like to get this resolved before proceeding.

Thanks for your help.

Norm Smith
Norm Smith
Norm Smith
Posts: 8
Joined: Wed Apr 23 2003
Location: Calgary, Canada

Post by Norm Smith »

Oops, I found the problem.

I copied cdintf.dll to cdintf210.dll and all is OK.

I hope no one wasted any time on this.
Norm Smith
Post Reply