This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Other JSE/JEE APIs and the fly likes iText library Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "iText library" Watch "iText library" New topic
Author

iText library

james evangelisti
Greenhorn

Joined: Sep 11, 2004
Posts: 6
I'm using iText library ti create reports in the pdf format and I've got a problem:
I must create tables with the double border, just like HTML tables with the Border attibute set to 1. But I didn't find the way to it. Does anyone know if it is possible? Thanks
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26138
    
  66

James,
I haven't tried this, but you should be able to put a table within a table and configure both borders appropriately.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Dror Guzman
Greenhorn

Joined: Mar 07, 2005
Posts: 5
check the itext website
go to
http://itextdocs.lowagie.com/tutorial/objects/tables/

they have an example how to solve your problem.

Dror Guzman
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: iText library
 
Similar Threads
Jsp with pdf
PDF with java
java to msword
Base16Format to pdf in jsp?
IReport and Barcode on PDF Output