Re: [iText-questions] Some help with doing watermarking in a servlet.

2005-11-01 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Liles wrote: > > So I have hacked up the servlet example from the website to get my pdf > looking how I want it to. I would like to add a watermark. The example for > the watermarking uses a PdfContentByte object. From looking at the other >

[iText-questions] Some help with doing watermarking in a servlet.

2005-11-01 Thread Chris Liles
So I have hacked up the servlet example from the website to get my pdf looking how I want it to. I would like to add a watermark. The example for the watermarking uses a PdfContentByte object. From looking at the other examples, to get a PdfContentByte I need to "writer.getDirectContent()" wi