[iText-questions] Andrew S Moy/CHI/NTRS is out of the office.

2007-12-28 Thread Andrew S Moy
I will be out of the office starting December 28, 2007 and will not return until January 2, 2008. Hello, Please contact Carl Groebe (312) 557-5454 if you need any assistance during this time, thanks. - This SF.net email is

Re: [iText-questions] [itext-questions] Does iTextSharp support extended AcroField attributes?

2007-12-28 Thread Stewart Meyers
Anyone have any idea about this? Bruno? Paulo? _ From: Stewart Meyers [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 8:14 PM To: 'itext-questions@lists.sourceforge.net' Subject: Does iTextSharp support extended AcroField attributes? I need to be able to retri

Re: [iText-questions] Problem with splitting cells

2007-12-28 Thread Dominic Maricic
No problem, I know the feeling!! What's a vacation? Dominic - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___

Re: [iText-questions] Problem with splitting cells

2007-12-28 Thread Bruno Lowagie
Dominic Maricic wrote: Hi Bruno, What are the chances of the setSplitLate being adding to cells in the next release? I tried rewriting my code to use all tables and I still run into problems as there are certain tables that I have to make sure run together. It becomes quite a mess when trying to

Re: [iText-questions] Problem with splitting cells

2007-12-28 Thread Dominic Maricic
Hi Bruno, What are the chances of the setSplitLate being adding to cells in the next release? I tried rewriting my code to use all tables and I still run into problems as there are certain tables that I have to make sure run together. It becomes quite a mess when trying to accomplish this with nes

Re: [iText-questions] FONT inconsistencies when creating PDFs

2007-12-28 Thread ayeen
hi bruno, thanks for replying... - basically this is what my code has: PdfReader reader = new PdfReader("template.pdf"); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream("output.pdf")); Acrofields form = stamp.getAcroFields(); //some stuff to iterate thru resultset (while rs.ne

Re: [iText-questions] How can I rotate the text to 90 degrees in a table cell?

2007-12-28 Thread Bruno Lowagie
Saleem, Shaukat wrote: Hi, I am using iTextSharp dll in my project to export to pdf format. I have a requirement where I need to change the text in the cell from down to top, in other words I need to rotate the text in the cell to 90 degrees. What does the iText book say about rotating cells

[iText-questions] How can I rotate the text to 90 degrees in a table cell?

2007-12-28 Thread Saleem, Shaukat
Hi, I am using iTextSharp dll in my project to export to pdf format. I have a requirement where I need to change the text in the cell from down to top, in other words I need to rotate the text in the cell to 90 degrees. I have seen all the examples, all I could find is the absolute positioning o

Re: [iText-questions] open source Java PDF library: iText

2007-12-28 Thread Rodolfo Langostino
Maybe i didn't explaint it well, so i'll explain all my process: 1º - I have created my original pdf with Adobe Acrobat 7 ( Professional, of course), with one httpSubmitButton and some fields. 2º - Web client make request to servlet, wich catch the original pdf, fill some fields from database da

Re: [iText-questions] open source Java PDF library: iText

2007-12-28 Thread Bruno Lowagie
Rodolfo Langostino wrote: Maybe i didn't explaint it well, so i'll explain all my process: 1º - I have created my original pdf with Adobe Acrobat 7 ( Professional, of course), with one httpSubmitButton and some fields. AcroForm or XFA form? The difference is huge!!! 2º - Web client make req

Re: [iText-questions] re trieving values

2007-12-28 Thread Bruno Lowagie
mrsjoo wrote: hi.. i am implementing itext in jmatter... the pdf successfully appear when i press a button but.. Where does it appear? In Adobe Reader? i am stuck as to what codes can be used to retrieve the values input by the user... Note that Adobe Reader doesn't allow you to save fille

[iText-questions] re trieving values

2007-12-28 Thread mrsjoo
hi.. i am implementing itext in jmatter... the pdf successfully appear when i press a button but.. i am stuck as to what codes can be used to retrieve the values input by the user... hope someone can help me ... thx alot~~ -- View this message in context: http://www.nabble.com/retrieving-value

Re: [iText-questions] FONT inconsistencies when creating PDFs

2007-12-28 Thread Bruno Lowagie
ayeen wrote: hi experts! how do you solve font inconsistencies in PDF using iText? i am writing a code that would get data from the database (MS SQL) and would output a PDF file using iText. there's another person in my team who designs the PDF template (let's call this template.pdf) and he mad