该文被密码保护。 Read More
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
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