Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~238 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ferdzjorge

How to print pdf directly to printer from published site. It works fine in development environment but not in production. Heres my code using pdfSharp. PdfFilePrinter.AdobeReaderPath = "C:\<AdobeReaderPath>\Reader\AcroRd32.exe" Dim printer As New PdfFilePrinter With printer .PdfFileName = <FileName> .PrinterName = <PrinterName> .Print() End With Thanks!

Member Avatar for john.knapp
0
238