>> >> >I am tasked with adding some client side printing functionallity to a
>> >> > web app. At present Jasper is used serverside to create a pdf which
[quoted text clipped - 20 lines]
>
> No, I think it will have to be an applet solution?
I only see two ways of proceeding, both of which are difficult:
(1) Sign your applet. Do a screen capture, and use AI to determine where
on the screen (i.e. what pixel coordinates) Adobe Acrobat Reader is running
and where the print button is, and use Robot to generate a mouse click on
the Print button.
(2) Write your own PDF parser and viewer applet, and add printing
functionality.
- Oliver
VisionSet - 14 Jun 2006 15:34 GMT
> > No, I think it will have to be an applet solution?
>
[quoted text clipped - 9 lines]
>
> - Oliver
Well the applet can easily get the pdf from the url (applet parameter),
and Jasper I'm hoping can print pdf's.
Do you see anything I might have overlooked with this seemingly simple
solution?
--
Mike W
Oliver Wong - 14 Jun 2006 16:03 GMT
>> > No, I think it will have to be an applet solution?
>>
[quoted text clipped - 16 lines]
> Do you see anything I might have overlooked with this seemingly simple
> solution?
I thought Jasper could only export PDF, not import it as well.
- Oliver