> 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
] 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
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
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
-
> 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
> 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.
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