Re: [iText-questions] OutOfMemoryError when PdfTemplate is used

2009-03-25 Thread Mike Marchywka
> Date: Tue, 24 Mar 2009 21:22:03 -0500 > From: name and address withheld from trolls and spammers > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] OutOfMemoryError when PdfTemplate is used > > Hi Mike, > > Thanks a lot for your valuable

Re: [iText-questions] OutOfMemoryError when PdfTemplate is used

2009-03-24 Thread Pradeep Kumar Badam
] OutOfMemoryError when PdfTemplate is used Get more memory? LOL I'm responding not with a specific answer but because your question unfortunately typifies all the problems I've associated with PDF applications as seen by end users. When an Acrobat Reader ties up my CPU in an infinite lo

Re: [iText-questions] OutOfMemoryError when PdfTemplate is used

2009-03-24 Thread Pradeep Kumar Badam
Hi Paulo, Thanks a lot for your valuable answer. Pradeep -Original Message- From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Tuesday, March 24, 2009 3:50 PM To: Post all your questions about iText here Subject: Re: [iText-questions] OutOfMemoryError when PdfTemplate is used Use

Re: [iText-questions] OutOfMemoryError when PdfTemplate is used

2009-03-24 Thread Mike Marchywka
Get more memory? LOL I'm responding not with a specific answer but because your question unfortunately typifies all the problems I've associated with PDF applications as seen by end users. When an Acrobat Reader ties up my CPU in an infinite loop or even finite but extensive processing, or ta

Re: [iText-questions] OutOfMemoryError when PdfTemplate is used

2009-03-24 Thread Paulo Soares
- > From: Pradeep Kumar Badam [mailto:pradeep.ba...@aptuit.com] > Sent: Tuesday, March 24, 2009 6:06 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] OutOfMemoryError when PdfTemplate is used > > Hi, > > > > My requirement is to create a PDF us

Re: [iText-questions] OutOfMemoryError when PdfTemplate is used (Pradeep Kumar Badam)

2009-03-24 Thread jmueto
> 2. I have to create some PDFs with pages at 90 degree rotation which can > be done by adding pdfTemplate to pdfContentByte. > Try using affine transformation for rotated content. This ist just matrix multiplication - no magic.

[iText-questions] OutOfMemoryError when PdfTemplate is used

2009-03-23 Thread Pradeep Kumar Badam
Hi, My requirement is to create a PDF using iText 2.1.2 which would contain more than 30,000 pages. My application writes data (Text, Rectangle, images etc.) to Graphics2D object. I have created Graphics2D object by using the following: PdfTemplate pdfTemplate = pdfContentByte.creat