Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我搜索了一种从 html 页面创建 pdf 的免费方式。
html页面包含iframe、图片、列表、静态的东西。
我只能在.net 中编码。所以它的 .net 代码或兼容库。
我尝试使用 itextsharp、wkhtmltopdf、pdfSharp。不是很大的成功。
保护你
wkhtmltopdf 有什么问题?我用它来将 html 转换为 pdf 并且发现它非常好。
例如,使用 iframe 进行测试效果很好,请自己尝试以下命令:
wkhtmltopdf.exe http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe test.pdf
这可以很好地加载和转换 iframe,但只能作为图像。