[iText-questions] How to add a (HTML) submit button to an existing PDF file?

2006-10-07 Thread philip89
Hi there, Want to have a small piece of code showing the way I can add a (HTML) submit button to an existing PDF file? Thanks In advanced! P Upgrade your account today for increased storage; mail forwarding or POP enabled e-mail with automatic virus scan

Re: [iText-questions] need help

2006-10-07 Thread Paulo Soares
- Original Message - From: "Sumit Kumar Gupta,Gurgaon" <[EMAIL PROTECTED]> To: Sent: Saturday, October 07, 2006 1:25 PM Subject: [iText-questions] need help > My tables gets break when goes to next page.Can you provide the solutions > for that. > Use a PdfPTable if you're using Table.

[iText-questions] How to rotate cells in Rtf

2006-10-07 Thread Sudheendra N Singh
Hi All,     Please could some let me know how to rotate cells in a Rtf document. I can do it in Pdf using PdfPCell. Regards,Sudheendra N SinghCell - 9880015753** Nous Infosystems This e-mail transmission may contain confi

Re: [iText-questions] RTF: table size

2006-10-07 Thread Bruno Lowagie
Henry Lu wrote: > I have difficulties to set the table size correctly. Here is mycode: > > Table t = new Table(2, table_contents.length); > t.setAlignment("LEFT"); > t.setBorderWidth(0); > t.setWidths(new int[] {800,80}); I'm more into PDF than RTF,

Re: [iText-questions] embedding PowerPoint presentation.

2006-10-07 Thread Bruno Lowagie
Antoine wrote: > On 06/10/06, Henry Lu <[EMAIL PROTECTED]> wrote: >> Mr. Lowagie, is it possible to sent me your draft book in e-format? I >> realy need to read the book right now. That's a question for the publisher, not the author ;-) I see Mr. Lu works for the University of Michigan. You should

Re: [iText-questions] Cover page with Detail Page

2006-10-07 Thread Bruno Lowagie
Steve Murphy wrote: > Hi, > > I need to generate a Pdf document with a dynamic cover > page (with customer data) and at least one detail page > with order detail lines. The detail pages need to have > a consistent header, which I am able to do, but the > cover page can't have this header. I'm not