沈乾坤:
通过javascript实现PDF自动打印(2009-05-0815:06:05)protectedvoidPage_Load(objectsender,EventArgse){if(!IsPostBack){stringpdffile=createpdf(false);iframe1.Attributes.Add("src",pdffile);}}privatestringcreatepdf(boolprint){try{stringfilename="Chap0106.pdf";iTextS....