You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Harshini Madurapperuma <ha...@ifs.lk> on 2007/03/20 10:14:58 UTC

How to get the PDF in fop

Hi All;

I want to add a WATERMARK to pdf document usinf iText. To do that I have to
find out the created PFD before it displays. 

Can any of u give a clue from where to find out?? Because I need the PDF to
give as one of the parameters like 

PdfReader reader = new PdfReader(newFileName);
PdfStamper stamp = new PdfStamper(reader, new FileOutputStream(fileName));

Regards
harshini

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org