Programmatically creating job tickets for Freeflow 7, 8 and DocuSP

Ian Witham

New member
Hi there,

I am programmatically creating PDF files in Python and Reportlab, each containing several thousand documents, each document with a variable amount of pages.

My problem is that I need to instruct the printer which media type each page should be printed on (pre-printed letterhead for the first page of a document for example). It seems that I need to generate some kind of job ticket which hold this kind of information.

I've had some success with creating JDF job tickets but these only run on my organisation's newest printers which run Xerox Freeflow Server version 8.

Ideally I need a solution which also works with our Freeflow server version 7 and Xerox DocuSP printers. I have tried unsuccessfully to send JDF tickets to these printers.

Is there another type of ticketing system I could use, or a way to get all of our printers recognising JDF files?
 
Xerox MakeReady does exactly what you are looking for however, I don't know what your budget is.
 
I'm not sure that it does. Makeready provides a WYSIWYG environment for creating job tickets, but it doesn't provide the level of automation that I need. I am ideally looking for a way to dynamically create a job ticket with the same Python script that is generating the PDF files, so no further manual processing is necessary.
 

PressWise

A 30-day Fix for Managed Chaos

As any print professional knows, printing can be managed chaos. Software that solves multiple problems and provides measurable and monetizable value has a direct impact on the bottom-line.

“We reduced order entry costs by about 40%.” Significant savings in a shop that turns about 500 jobs a month.


Learn how…….

   
Back
Top