[iText-questions] adding image size problem

2003-03-23 Thread allam badshah
Hi, I have a image of width 710 pixels(java.awt.image generating dynamically )and i add it todocument with pageSize of A4 the image gets clipped on the right. The width of A4 page is 842 butthe document.right() shows 595.0 I have used this constructor new Document(PageSize.A4,0,0,0,0); What may be

[iText-questions] Graphics into pdf

2003-03-23 Thread Dimitri Vettenburg
Hi, I am new to iText, an have a basic question : I have written programs that implement the Printable interface. As such, the text is drawn into a Graphics canvas. What I am having problems with is to have the graphics2D object create by the template.createGraphics to point to the same

Re: [iText-questions] adding image size problem

2003-03-23 Thread Paulo Soares
The width of an A4 page is 595 unless you rotate it. Best Regards, Paulo Soares - Original Message - From: allam badshah [EMAIL PROTECTED] To: Bruno [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 9:50 Subject: [iText-questions] adding image size

Re: [iText-questions] Graphics into pdf

2003-03-23 Thread Paulo Soares
I don't see where the problem is. The Graphics2D created by iText is always a rectangle with some dimensions with the origin at 0,0. You use the dimensions and eventually an affine transform from the PageFormat. Best Regards, Paulo Soares - Original Message - From: Dimitri Vettenburg

Re: [iText-questions] adding image size problem

2003-03-23 Thread allam badshah
OH! My requirement,as already mailed is that i have to fit an image of of A4 width/A4 height. What approach should i take?? thx Paulo Soares [EMAIL PROTECTED] wrote: The width of an A4 page is 595 unless you rotate it.Best Regards,Paulo Soares- Original Message - From: "allam badshah"

[iText-questions] PDF Forms Support

2003-03-23 Thread Percy M. Wegmann
Hello, Are there currently any intentions to add PDF forms support to iText? I've been interested in learning about PDF forms and have time to contribute if the authors feel that there is a need/possibility for supporting forms functionality in iText.