Closed klabarge closed 7 years ago
Confirmed however PDFRenderer doesn't offer an easy way to honor PDF rotation, so we'll have to close this as wontfix
.
The recommended workaround is to use landscape via:
qz.setPaperSize("4in", "6in")
qz.setOrientation("landscape");
Closing as wontfix
. Please use landscape
orientation instead.
Tested using the applet version 1.9.7
When using
setRotation
a NullPointerException is thrown.Code snippet
Stacktrace