Re: [iText-questions] I would like to dynamically produce a PDF file using iText

2008-03-03 Thread 1T3XT info
Matthews Estrice wrote: > Dear ... > > I would like to find out how can I code the following code in iText to > produce a PDF file? That's JSP? iText doesn't interpret JSP. -- This answer is provided by 1T3XT BVBA - This SF

[iText-questions] I would like to dynamically produce a PDF file using iText

2008-02-27 Thread Matthews Estrice
Dear ... I would like to find out how can I code the following code in iText to produce a PDF file? Scriptlet <%! /**getRandom Color function returns a hexadecimal color**/ String getRandomColor () { int red, green , blue; red = (int)(Math.random() * 255); gree