1 Reply Latest reply on Jan 7, 2010 11:20 PM by jeanchastain.wjchastain.gmail.com

    help with pdf and iText

    dax1
      Hi,

      I am trying to generate pdf using iText. I am using the table tag:

          <p:table columns="7" headerRows="1" widthPercentage="100" horizontalAlignment="left">
               <p:cell><p:paragraph>1</p:paragraph></p:cell>
               <p:cell><p:paragraph>1</p:paragraph></p:cell>
               <p:cell><p:paragraph>1</p:paragraph></p:cell>
               <p:cell><p:paragraph>1</p:paragraph></p:cell>
               <p:cell><p:paragraph>1</p:paragraph></p:cell>
               <p:cell><p:paragraph>1</p:paragraph></p:cell>
               <p:cell><p:paragraph>1</p:paragraph></p:cell>
               <p:cell><p:paragraph>1</p:paragraph></p:cell>
               <p:cell><p:paragraph>1</p:paragraph></p:cell>
               <p:cell><p:paragraph>1</p:paragraph></p:cell>
          </p:table>

      But somehow the table does not get output into the generated PDF.

      Will appreciate any help with regards the same.