How can I exclude the text "Vor der Einzahlung abzutrennen"
pnussbaumer opened this issue · 2 comments
pnussbaumer commented
I have new Forms for Printing and there exist the Text "Vor der Einzahlung abzutrennen" and so it does overprinting the text.
kohlerdominik commented
AFAIK it should be ->setPrintable(true)
on the output.
pnussbaumer commented
Many Thanks for this tip, it works fine.