stevieko / purepdf

Automatically exported from code.google.com/p/purepdf
1 stars 0 forks source link

How can I open the generated pdf file with pdf reader file at client side? #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

How can I open the pdf file at client side with acrobatic pdf reader or any 
default pdf reader at client side?

Sincerely

Tyshan

Original issue reported on code.google.com by tyshan...@gmail.com on 9 Aug 2010 at 8:09

GoogleCodeExporter commented 9 years ago
I mean when generate the pdf file, it will open by the pdf reader automately at 
client side!

Tyshan

Original comment by tyshan...@gmail.com on 9 Aug 2010 at 8:10

GoogleCodeExporter commented 9 years ago
Call a Javascript function that runs a PHP script (redirect) to send them the 
file.

Original comment by jason.mi...@gmail.com on 24 Aug 2010 at 2:29

GoogleCodeExporter commented 9 years ago
@Tyshan

Are you developing an Adobe AIR application or a Flex Website? If the latter, 
I'd stick with Jasons approach. If you're developing with AIR you could use the 
openWithDefaultApplication method.

I wouldn't consider this a purepdf issue, but anyway let us know how you're 
doing with your project...

Regards,
Thilo

Original comment by thilo.ra...@gmail.com on 8 Sep 2010 at 10:06