https://issues.apache.org/bugzilla/show_bug.cgi?id=51977
--- Comment #5 from [email protected] 2012-03-12 07:56:15 UTC --- I solved the problem by down scaling the pdf size to 5080mm. With the following 2 lines the pdf is scaled down to 5080mm trans.addTranscodingHint(PDFTranscoder.KEY_MAX_WIDTH, new Float(14400)); trans.addTranscodingHint(PDFTranscoder.KEY_MAX_HEIGHT, new Float(14400)); The problem is that fop doesn't support the pdf version 1.6. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
