Print PDF from ASP.Net without preview

前端 未结 5 1300
伪装坚强ぢ
伪装坚强ぢ 2020-12-08 01:33

I\'ve generated a pdf using iTextSharp and I can preview it very well in ASP.Net but I need to send it directly to printer without a preview. I want the user to click the pr

5条回答
  •  悲哀的现实
    2020-12-08 02:06

    ALso, try this gem:

    
    

    I havent tested it, but what I have read about it, it can be used in this way to let the mypdf.pdf be printed instead of page content whatever method you are using to print the page.

    Search for media="print" to check out more.

提交回复
热议问题