printing - Print pdf in applet using itext -


I have an issue of printing a PDF file in the applet. I have got input from HTTP and stream consutructed using PDFStapper is. The problem is that I want to send the resulting stream to the printer, but I do not know how to do it.

Unless the printer supports PDF, you can not send it directly to the printer. You have to be customized it I wrote a blog article on printing PDF from Java on

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -