Re: [iText-questions] I would like to dynamically produce a PDF file using iText
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
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