Is there a way in iText (the java version) to draw a rectangle into a pdf document?
|
|
|
|
|
|
|
You're in luck. There is an example on the iText website of how to do direct rendering. http://itextdocs.lowagie.com/tutorial/directcontent/graphics/index.php |
||
|
|
|
|
Here is the solution. Thanks Dylan McClung.
|
||
|
|
|
|
In the .NET version I just create a table with a border. I know it isn't Java but maybe the following code will help you.
|
||
|
|
