2 Replies Latest reply on Aug 13, 2010 6:20 AM by adamk

    PDF with iText and '\t' (tab space)

    adamk
      hi,

      i would like to use tab space inside of a paragraph in a

      <p:document>...</p:document>.

      I tried to emulate it with spacingAfter
      <p:paragraph spacingAfter="  ">...

      but i receive only an exception

      java.lang.NumberFormatException: empty String

      Merci for any suggestions