[JAVA2D] DocPrintJob doesn' work with Zebra printer

2008-06-26 Thread java2d
Hi, here's my problem. My aim is printing a PDF file by DocPrintJob, instead of PrintJob and Printable class. Here's a code fragment: [..] DocFlavor flavor = DocFlavor.BYTE_ARRAY.AUTOSENSE; HashPrintServiceAttributeSet serviceAttributeSet = new HashPrintServiceAttributeSet();

Re: [JAVA2D] DocPrintJob doesn' work with Zebra printer

2008-06-26 Thread Phil Race
Sending the raw bytes of a PDF file to a printer will work only if the printer itself can interpret PDF. I'd be surprised if this ZDesigner LP 2824 is capable of this. https://www.cdw.com/shop/products/default.aspx?EDC=1444344 -phil. [EMAIL PROTECTED] wrote: Hi, here's my problem. My aim is