Home All Groups Group Topic Archive Search About
Author
24 Nov 2006 5:10 PM
Arne Beruldsen
Is there a way to load a PDF file and allow for printing?

Thanks

Author
24 Nov 2006 5:31 PM
Ken Tucker [MVP]
Hi,

         Maybe this will help
http://www.codeproject.com/showcase/pdfrasterizer.asp

Ken
--------------------------

Show quoteHide quote
"Arne Beruldsen" wrote:

> Is there a way to load a PDF file and allow for printing?
>
> Thanks
Author
27 Nov 2006 9:30 AM
The Frog
This was pointed out to me a short while ago. Free .Net assembly and
very capable.

Cheers

The Frog

http://sharppdf.sourceforge.net/
Author
24 Nov 2006 7:16 PM
Scott M.
system.debug.processes.start("some.pdf")

Then the user can just hit print.


Show quoteHide quote
"Arne Beruldsen" <ArneBeruld***@discussions.microsoft.com> wrote in message
news:F82204DE-4AF9-4460-B16E-C24E6D32E27F@microsoft.com...
> Is there a way to load a PDF file and allow for printing?
>
> Thanks