Hi, I am new to itext . My requirement is - based on user input i have to save the data in a pdf file or send it directly to the printer. The printer output should be in pdf format.
I wrote a method that passes ByteArrayOutputStream to PdfWriter.getInstance() method , creates a document and returns a byte array of that. I am able to save this byte array in a pdf file. But I want to pass the same byte array to a printer. Is it possible?? Thanks, Nalini -- View this message in context: http://www.nabble.com/How-to-print----tf4691137.html#a13407635 Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
