ribald
ribald

Reputation: 335

Printing PDFs on Commercial Printer

I recently started a project to move reports to be generated as PDFs. I generate many reports into many PDFs. At the end of the Process, I use PDFSharp to combine the results into a single PDF. This has all worked fine.

However, the Printer has 6 different trays. It pulls certain paper for different paper types (Letter, A4, ect...).

My combined PDF and single document PDFs all print on plain white paper. I need invoices to print on perforated paper sources, but I have no way to tell the printer that this paper type is different.

The printer is a KODAK NEXPRESS SX Platform.

http://graphics.kodak.com/US/en/product/printers_presses/comm_sheet/digital_color/nexpress/sx/support/drivers/default.htm

How can I make the PDF be recognized as a different Paper Type?

Any advice would be appreciated.

Upvotes: 1

Views: 278

Answers (1)

Kurt Pfeifle
Kurt Pfeifle

Reputation: 90193

The Kodak Nexpress Printers all support the JDF job ticketing format.

You have to embed a valid JDF file into the PDF. The JDF will hold the job description (including which PDF page should print on which paper type).

If you don't know how to create a valid JDF for the Nexpress, ask your friendly vendor sales person for a copy of the respective documentation. It's free for an expensive printer like that.... ;)

Upvotes: 1

Related Questions