Re: [iText-questions] Cell Events sans Java

2008-05-24 Thread Jonathan Logue
>Use this 'color' as background color for the cells and the image used to >create the pattern will be tiled in the background. Interesting... that might do the trick. I will try that out next week and see if I can make it work. No threats of violence if it does not ;-) -Jonathan --

Re: [iText-questions] PdfAnnotation.createMarkup

2008-05-24 Thread 1T3XT info
[EMAIL PROTECTED] wrote: In com.lowagie.text.pdf there is a method PdfAnnotation.createMarkup which could possibly be helpful. I did some grocery shopping between writing the code sample in my previous post and this mail. While waiting in the queue I figured out that the annotation rectangle s

Re: [iText-questions] PdfAnnotation.createMarkup

2008-05-24 Thread 1T3XT info
[EMAIL PROTECTED] wrote: Hi folks, my task is to highlight/mark text passages in pdf files. The coordinates/rectangles of the lines in user space coordinates are known. You have given two interesting ways to solve this: I did not figure out the semantic difference of the parameters rectangl

Re: [iText-questions] Cell Events sans Java

2008-05-24 Thread 1T3XT info
Jonathan Logue wrote: > So, it sounds like there is not another way to pull it off. Oh, wait. Maybe there IS!!! Something just came to mind, but I didn't test it yet, so don't shoot me if it doesn't work. You can set the background color of a PdfPCell. What if you use 'special paint' for this co

Re: [iText-questions] Cell Events sans Java

2008-05-24 Thread Jonathan Logue
So, it sounds like there is not another way to pull it off. I was just trying to avoid adding any unneccesary complexity. Thanks for the help! Message: 7 Date: Sat, 24 May 2008 08:14:04 +0200 From: 1T3XT info <[EMAIL PROTECTED]> Subject: Re: [iText-questions] Cell Events sans Java To: Post a