需要专家开放:这个网站使用什么插件?
我需要知道网站“www.gotresumebuilder.com”使用了什么插件。它是显示为图像的打印预览。我需要为我的项目克隆相同的内容,其中 HTML 将显示为图像,然后保存为 PDF、文本或 Word。
当您登录网站时 www.gotresumebuilder.com
用户名: [电子邮件受保护]
密码:演示
单击链接(选项卡)“格式”。简历图像将根据您在“模板”下拉列表中选择的选项显示。
I need to know what plugin is used in the site "www.gotresumebuilder.com". Its a print-preview displayed as image. I need to clone the same for a project of mine, where HTML will be displayed as image then will be saved as PDF, Text or Word.
When you login the site www.gotresumebuilder.com
UserName: [email protected]
Pwd: demo
Click on link (tab) "Format". A resume image is displayed fromated with options you select in "Template" dropdown.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这通常无需插件即可完成,只需使用提供的 URL 在服务器上加载浏览器,然后执行外部进程来捕获屏幕截图,然后返回图像即可。您可以使用小型可执行文件和一些本机 .NET 功能在 .NET 中执行此操作。这篇博文解释了更多: http://www.codegod .de/WebAppCodeGod/screenshot-of-webpage-with-aspnet-AID398.aspx 围绕图像捕获过程。
对网站进行 PDF 处理更为常见,各种博客文章概述了此过程:http://www. codeproject.com/KB/aspnet/HTML2PDF.aspx
This is usually done without a plug-in, but simply loading up a browser on the server with the provided URL, and executing an external process to capture a screen shot, and returning an image. You can do this in .NET using a small executable, and some native .NET features. This blog post explains more: http://www.codegod.de/WebAppCodeGod/screenshot-of-webpage-with-aspnet-AID398.aspx around the image capture process.
PDFing a website is more common place with various blog posts outlining this process: http://www.codeproject.com/KB/aspnet/HTML2PDF.aspx