Add Background THEN Print

I've set the following settings:
- Auto-save
Actions:
- Add Background (PDF)
- Print Document (on default printer)

BUT...

- The printed Document is WITHOUT Background
- The saved Document is WITH Background

How can I make sure that the printed Document is printed WITH the background?

Thank You

Hi,


the print action uses the postscript file (the file from the actual printjob), the background is added to the created PDF later. You can work around this by using the script action instead of the print action. You will need a PDF viewer capable of command line printing, a free lightweigt on is SumatraPDF. Then you tell the script action to call the sumatra.exe and add the parameters needed for printing to to parameters field.

best regards,