Greetings *,

My Problem:
if I use the following Code to create a document

######################################################################################
        com.lowagie.text.Rectangle pageSize = PageSize.A4;
        pageSize.setBackgroundColor(lightGreen);
        com.lowagie.text.Document pdfDokument = new com.lowagie.text.Document(pageSize, 0, 0, 0, 20);
######################################################################################

an create a Table with black Boders within this document then the Borders of the Table are not drawn.
Can anybody tell me why or has anybody a solution or workaround for this problem?

best regards,
Marco

PS. sorry for my english...

Reply via email to