Is this possible?
How do I convert graphic objects to byte to send across an HttpFormData?
Will Graphic.object-serialize be of any help?
Is any sample code present with us for this?
2.Re: sending graphics to server-side Apr 25, 2008 4:26 AM
in response to: friedger
Hi Friedger,
My basic requirement was to print screen-shot of an applet an interactive curl report to PDF, for which, the PDF writer is installed at the server-side. I wanted to avoid calling the {print-graphic} from client-side curl as this would require PDF writers for each client machine.
I believe an image of the graphic object would suffice.
Thanks