该文被密码保护。 Read More
posted @ 2012-05-03 15:11 庚武 Views(1) Comments(0) Diggs(0) Edit
private static string CreatePdf(string fileName){ string command = "gswin32c -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=\"" + fileName + ".pdf\" -fc:\\output.ps"; Console.WriteLine(command); Process p = new Process(); StreamWriter sw; StreamReader sr; ProcessStartI... Read More
posted @ 2012-05-03 11:41 庚武 Views(779) Comments(0) Diggs(0) Edit
http://code.google.com/p/wkhtmltopdf/DescriptionSimple shell utility to convert html to pdf using the webkit rendering engine, and qt.IntroductionSearching the web, I have found several command line tools that allow you to convert a HTML-document to a PDF-document, however they all seem to use their Read More
posted @ 2012-05-03 11:40 庚武 Views(436) Comments(0) Diggs(0) Edit