Re: [iText-questions] Watermarking a PDF converted from TIff

2006-12-12 Thread robert engels
Image.setTransparency(). On Dec 12, 2006, at 12:37 PM, MCC wrote: Thanks Robert, Are these options supported with iText? Mike On 12/12/06, robert engels <[EMAIL PROTECTED]> wrote: You need to make sure the background on the TIFF is transparent - otherwise the watermark will not show through.

Re: [iText-questions] Watermarking a PDF converted from TIff

2006-12-12 Thread MCC
Thanks Robert, Are these options supported with iText? Mike On 12/12/06, robert engels <[EMAIL PROTECTED]> wrote: You need to make sure the background on the TIFF is transparent - otherwise the watermark will not show through. I think a simpler and better performing result would be to use a s

Re: [iText-questions] Watermarking a PDF converted from TIff

2006-12-12 Thread robert engels
You need to make sure the background on the TIFF is transparent - otherwise the watermark will not show through. I think a simpler and better performing result would be to use a somewhat transparent watermark, and print the watermark on top. On Dec 12, 2006, at 11:57 AM, MCC wrote: > > > I

[iText-questions] Watermarking a PDF converted from TIff

2006-12-12 Thread MCC
I have converted a Tiff document into a PDF document. I am then tring to watermark the PDF document. I am using PdfContentByte getUnderContent() so that watermark will be under the PDF content. However, The watermark does not show on the document. If I use getOverContent() the watermark is then v