mattcoz commented on PR #371: URL: https://github.com/apache/pdfbox/pull/371#issuecomment-3621779320
Yeah, that seems to be the case, although I check `getMatrix().getScalex()` right before I print and it's not zero. So I looked at the code for `PDFPageable` and noticed it mentioning that Java has trouble with landscape pages, and that happens to be the case with the document I'm trying to print. I change it to use a standard portrait paper size and it prints fine. So it seems that it could be related to [PDFBOX-2922](https://issues.apache.org/jira/browse/PDFBOX-2922). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
