Re: Is it possible to split pdf rendering into boiler plate and greeting, for example?

That is possible with a PDF processing tool such as
iText (http://www.lowagie.com/iText/). There is also
a GUI that uses that library:
http://www.lowagie.com/itextwiki/doku.php/jpdftweak

Werner.

daleg wrote:
> Our application can create a lot of pdfs, each with a common boiler plate
> content and differing only by a greeting. But each pdf is created from
> scratch, so it takes a very long time to render a batch if you have dozens
> of them.
> 
> Is it possible to render the boiler plate once, render the several greetings
> separately and then merge them to create the separate pdfs? And if this is
> possible, would it be any faster than separately rendering each one?
> 

-- 
Werner Donné  --  Re                                     http://www.pincette.biz
Engelbeekstraat 8                                               http://www.re.be
BE-3300 Tienen
tel: (+32) 486 425803	e-mail: werner.donne@re.be

Received on Tuesday, 4 December 2007 08:18:47 UTC