Im hoping someone can point me in the right direction
I need to create complete boolets with tabs, variable stocks from a selection of pdf's that are supplied to me.
Im curently using pdfp and have set each virtual printer to do a particular task.
ie Printer1 is simplex, paper tray 1,stocktype heavy paper
ie Printer2 is duplex, paper try 2
ie Printer3 is interposer 1, tabbed stock
pdfp -p Printer1 "**0.pdf"
pdfp -p Printer2 "**1.pdf"
pdfp -p Printer3 "**2.pdf"
pdfp -p Printer1 "**3.pdf"
this method although working means the machine is "tied" to that tast for however long the batch file runs and opens a new instance of Adobe etc. Doing 5000 copies of a 100 page document takes hours to process.
Is there a way to send each pdf effectively "wrapped in" or preceded by a set of pcl commands that sets the printer to how I would like it for that pdf?
Thank you
I need to create complete boolets with tabs, variable stocks from a selection of pdf's that are supplied to me.
Im curently using pdfp and have set each virtual printer to do a particular task.
ie Printer1 is simplex, paper tray 1,stocktype heavy paper
ie Printer2 is duplex, paper try 2
ie Printer3 is interposer 1, tabbed stock
pdfp -p Printer1 "**0.pdf"
pdfp -p Printer2 "**1.pdf"
pdfp -p Printer3 "**2.pdf"
pdfp -p Printer1 "**3.pdf"
this method although working means the machine is "tied" to that tast for however long the batch file runs and opens a new instance of Adobe etc. Doing 5000 copies of a 100 page document takes hours to process.
Is there a way to send each pdf effectively "wrapped in" or preceded by a set of pcl commands that sets the printer to how I would like it for that pdf?
Thank you