valerybokov commented on pull request #107: URL: https://github.com/apache/pdfbox/pull/107#issuecomment-1042618054
Hi, @THausherr! You use Graphics type for method PageDrawer.drawPage(Graphics, PDRectangle) as first parameter. But inside you always convert it to Graphics2D. Maybe, you will use Graphics2D in parameter? -- 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]
