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'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