[EMAIL PROTECTED] wrote:
Hello,
I've just tried to position a Rectangle within a PdfDirectContent at an
absolute position using the following code:
I understand your confusion.
You have changed the BorderWidth, but the Rectangle object doesn't know
which borders you mean. Do you want a box:
rect
Hello,
I've just tried to position a Rectangle within a PdfDirectContent at an
absolute position using the following code:
try {
PdfWriter writer = PdfWriter.getInstance(document, new
FileOutputStream("pdf/RectangleTest.pdf"));
document.open();
PdfContentByte cb = writer.getDirect