lokeshj / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Exception in thread "Thread-11" java.lang.NullPointerException #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to print PDF, using versions 1.3.1+, I am receiving the following error:
Exception in thread "Thread-11" java.lang.NullPointerException
    at jzebra.PrintPostScript.print(PrintPostScript.java:58)
    at jzebra.PrintApplet.logAndPrint(PrintApplet.java:840)
    at jzebra.PrintApplet.startJavaScriptListener(PrintApplet.java:181)
    at jzebra.PrintApplet.access$000(PrintApplet.java:32)
    at jzebra.PrintApplet$1.run(PrintApplet.java:84)
    at java.security.AccessController.doPrivileged(Native Method)
    at jzebra.PrintApplet.run(PrintApplet.java:79)
    at java.lang.Thread.run(Unknown Source)
Version 1.2.3 and under that support printing PDF actually print the same PDF 
just the margins are incorrect.

Original issue reported on code.google.com by rvtecrv...@gmail.com on 13 Mar 2012 at 1:41

GoogleCodeExporter commented 9 years ago
Thanks for bringing this to my attention.

This issue has now been addressed in 1.3.4.

http://code.google.com/p/jzebra/downloads/detail?name=jZebra%201.3.4.zip&can=2&q
=

-Tres

Original comment by tres.fin...@gmail.com on 13 Mar 2012 at 6:12