Re: [iText-questions] StampReader, ZipOutputStream and ServletOutputStream

2007-06-01 Thread Paulo Soares
What's in myPdfPattern? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jérôme Leytier > Sent: Friday, June 01, 2007 3:58 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] StampReader,ZipOutputStream and > Servl

[iText-questions] StampReader, ZipOutputStream and ServletOutputStream

2007-06-01 Thread Jérôme Leytier
Hi, i'm generating PDF documents from a PDF document pattern, passing it through a ZipOutStream. The ZipOutStream is passed through the myServletOutputStream. The problem is : instanciating a new PdfReader ( i = 1 ), i've got the exception : *PDF header signature not found.* Result : a ZIP

Re: [iText-questions] [SPAM] Positioning an SVG image

2007-06-01 Thread Bruno Lowagie (iText)
Jason wrote: > I am trying to create an PDF with several SVG images. Is there a way to > individually position each image in the PDF (i.e. position image via x,y > coordinates)? Write the SVG to a PdfTemplate object using Apache Batik as described in the book 'iText in Action'. Once you have a

[iText-questions] Positioning an SVG image

2007-06-01 Thread Jason
I am trying to create an PDF with several SVG images. Is there a way to individually position each image in the PDF (i.e. position image via x,y coordinates)? Thanks for your help. - This SF.net email is sponsored by DB2

Re: [iText-questions] Split table with respect to columns

2007-06-01 Thread Bruno Lowagie (iText)
David Sharp wrote: > Maybe I'm being simplistic, but the obvious answer is to not create a > 100-column table and to instead create five 20-column tables with a page > break between each table. That would work, if each cell of a specific row has the same height. This isn't always the case. br, B

Re: [iText-questions] Split table with respect to columns

2007-06-01 Thread David Sharp
Maybe I'm being simplistic, but the obvious answer is to not create a 100-column table and to instead create five 20-column tables with a page break between each table. Dave - This SF.net email is sponsored by DB2 Express Dow

Re: [iText-questions] pdf to rtf

2007-06-01 Thread Leonard Rosenthol
On Jun 1, 2007, at 7:32 AM, Henry Lu wrote: > Is there a way to convert pdf to rtf file? > Yes, there are many of them. Though none involve iText. Leonard - This SF.net email is sponsored by DB2 Express Do

[iText-questions] Split table with respect to columns

2007-06-01 Thread ashok
Hi I am new to itext. I have a PdfPTable with 100 columns. I need to display the PdfPTable with 20 columns in each page. How to split a table based on the number of columns? Please help Regards Ashok - This SF.net email

[iText-questions] pdf to rtf

2007-06-01 Thread Henry Lu
Is there a way to convert pdf to rtf file? -Henry - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it no

Re: [iText-questions] Splitting PdfPTable with w.r.t columns

2007-06-01 Thread Paulo Soares
See the example SplitTable at http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.htm l. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of ashok > Sent: Friday, June 01, 2007 11:55 AM > To: itext-questions@lists.sourceforge

Re: [iText-questions] Splitting PdfPTable with w.r.t columns

2007-06-01 Thread Bruno Lowagie (iText)
ashok wrote: > Hi > > I am new to itext. > > I have a PdfPTable with 100 columns. > I need to display the PdfPTable with 20 columns in each page. > > How to split a table based on the number of columns? Have a look at the different flavors of method writeSelectedRows. You can pass the parameter

[iText-questions] Splitting PdfPTable with w.r.t columns

2007-06-01 Thread ashok
Hi I am new to itext. I have a PdfPTable with 100 columns. I need to display the PdfPTable with 20 columns in each page. How to split a table based on the number of columns? Please help Regards Ashok - T

Re: [iText-questions] java.lang.StackOverflowError Exception, please help

2007-06-01 Thread Paulo Soares
You need more memory. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of nguyet minh > Sent: Friday, June 01, 2007 10:16 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] java.lang.StackOverflowError > Exception,pl

[iText-questions] java.lang.StackOverflowError Exception, please help

2007-06-01 Thread nguyet minh
Hello, I'm working with Document class and many of methods add( Element object) are used. But after some succesful "add" method, I got the follow exception when add a PdfPTable, or a Paragraph. At first, I seem that my program loop at the "OnEndPage" event. But after commenting out the event, i

Re: [iText-questions] pdf sign problem

2007-06-01 Thread Paulo Soares
No, no one has an example. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of noesidoyo > Sent: Friday, June 01, 2007 9:50 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] pdf sign problem > > > Hi, i have a sign

[iText-questions] pdf sign problem

2007-06-01 Thread noesidoyo
Hi, i have a sign in base64 and i want to add to a exist pdf file. I prove to sign but the process no work . someone has a example code for do it? Thanks. -- View this message in context: http://www.nabble.com/pdf-sign-problem-tf3851104.html#a10909086 Sent from the iText - General mailing list