[iText-questions] Does iText Create Temp File ?

2004-08-22 Thread amit . m
Hi, I am creating a pdf file using iText and sending the response to the Http Servlet Response output stream so that the file is available as download to the user .  I am successfully able to do so. My query is - does iText create any temporary file on the server while generating the pdf file ?

[iText-questions] Add more Form Field

2004-08-22 Thread wang yun
Dear Support, Can I add more Form filed on existing form? Thanks, yun --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & T

Re: [iText-questions] Form fields disappear when using PdfStamper & ByteArrayOutputStream

2004-08-22 Thread Paulo Soares
- Original Message - From: "mark evertz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 22, 2004 13:12 Subject: [iText-questions] Form fields disappear when using PdfStamper & ByteArrayOutputStream > Hello everybody, > I got the following problem and maybe somebody wit

Re: [iText-questions] Vertical text in PdfPCell

2004-08-22 Thread Paulo Soares
You can call pdfPCell.getPhrase() to get the text. Best Regards, Paulo Soares - Original Message - From: "Philip Petrescu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 21, 2004 13:04 Subject: [iText-questions] Vertical text in PdfPCell > Hi everyone, > > I know th

[iText-questions] Form fields disappear when using PdfStamper & ByteArrayOutputStream

2004-08-22 Thread mark evertz
Hello everybody, I got the following problem and maybe somebody with deeper understanding has any idea what I'm doing wrong. I need to read a pdf file, change the values of form fields and send them via email. I'm using the PdfStamper as well as a ByteArrayOutputStream therefore. Everything seems t

[iText-questions] Form fields disappear when using PdfStamper & ByteArrayOutputStream

2004-08-22 Thread mark evertz
Hello everybody, I got the following problem and maybe somebody with deeper understanding has any idea what I'm doing wrong. I need to read a pdf file, change the values of form fields and send them via email. I'm using the PdfStamper as well as a ByteArrayOutputStream therefore. Everything seems t