John Kostaras wrote:

1. Should I perform it in the client is OK, but then
the client has to download the 1+ Mb itext.jar file
along with my applet jar which means that the applet
takes too much time to load.
Have you considered JWS instead of applets? In that case the client will only need to download the jar once (or only if the jar is updated on server side).

2. Should I perform it in the server, I have to
duplicate all shape drawing classes to the server side
to do the drawing to the pdf using Graphics2D, which
is not good either 'cause I have the same classes
twice.
If you do the PDF generation on the serverside, you need to serialize the drawing on the client and send it to the server. I think there's more than one way to do this. I don't think this is a problem for simple drawings.
br,
Bruno


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to