You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by Maruan Sahyoun <sa...@fileaffairs.de> on 2010/03/31 15:52:20 UTC

PageDrawer renders page twice

Hi,

during my debugging of PrintPDF I saw that text is printed twice e.g. all strings are printed by writeFont from the top of the page to the end and then again. Is that by design or should I start to look into why that is happening? An initial debugging showed that the processing already starts repeating in PageDrawer.processTextPosition()

Kind regards

Maruan Sahyoun