| Author |
iText PDF export
|
Vijay Ramasamy
Greenhorn
Joined: May 10, 2010
Posts: 5
|
|
Hi, I am trying to export PDF using iText. I am having difficulties in setting up the line width for the header and footer. I am creating objects of PDFTemplate, it draws up the line, but when i make the zoom to 100% I see that the Header line is thicker than the Footer line.
Not sure how iText manages the line thickness. Even i tried setting up the setLineWidth() method, but no use. Any help is much appreciated.
Vijay.
|
 |
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3268
|
|
Hi Vijay and welcome to Javaranch!
Can you tell us what version you are using and show a snippet of your code?
|
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
|
 |
Vijay Ramasamy
Greenhorn
Joined: May 10, 2010
Posts: 5
|
|
Hi Martijn,
Thanks!
I am using iText 2.1.0 and following is my code snippet:
Following code has NO effect on both the handlers (Header & Footer):
xxxxxx.setLineWidth(1);
|
 |
Vijay Ramasamy
Greenhorn
Joined: May 10, 2010
Posts: 5
|
|
|
Any help is much appreciated. Thanks.
|
 |
 |
|
|
subject: iText PDF export
|
|
|