View previous topic :: View next topic |
Author |
Message |
p0w4p0ty
Joined: 27 Nov 2008 Posts: 1
|
Posted: Thu Nov 27, 2008 10:23 am Post subject: How to print a pdf file at client side web |
|
|
Hi!
I am trying to print a generated pdf at the client side in an asp web site, is that possible?
Thank you! |
|
Back to top |
|
 |
erik_buchanan@yahoo.com
Joined: 20 Feb 2009 Posts: 8
|
Posted: Mon May 18, 2009 2:38 pm Post subject: Also trying to print at the client browser. |
|
|
Did you come with an answer to this?
I have a similar problem needing to cycle through and print several hundred pdf files on a daily basis from a client working through a browser. |
|
Back to top |
|
 |
nwebster
Joined: 04 May 2009 Posts: 13
|
Posted: Mon May 18, 2009 3:38 pm Post subject: |
|
|
If they are using Acrobat, you can use some javascript to call the distiller, to tell it to print the displayed pdfs. |
|
Back to top |
|
 |
erik_buchanan@yahoo.com
Joined: 20 Feb 2009 Posts: 8
|
Posted: Mon May 18, 2009 3:56 pm Post subject: |
|
|
More than likely they'll only have acrobat reader and be accessing the pdfs through IE or Firefox. |
|
Back to top |
|
 |
nwebster
Joined: 04 May 2009 Posts: 13
|
Posted: Mon May 18, 2009 7:08 pm Post subject: |
|
|
Then I don't believe you can do that automatically on the client side. They will have to hit the print button themselves. I researched a similar need, and never did find anything. |
|
Back to top |
|
 |
|