I'm writing the bardoce onto an existing pdf with this
code:

PdfStamper stamp = new PdfStamper(reader, new
FileOutputStream(TOPDF));
....
over = stamp.getOverContent(i);
....
Rectangle rect = code128.placeBarcode(under, null,
null);


Now how can I get the: 
PdfContentByte cb = writer.getDirectContentUnder(); 

Thanks.


> You could use the information in this object
> to draw a white rectangle to the
> 'directContentUnder'.


Chiacchiera con i tuoi amici in tempo reale! 
 http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 


_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to