需要专家开放:这个网站使用什么插件?

发布于 2024-12-08 10:56:24 字数 459 浏览 0 评论 0原文

我需要知道网站“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离不开的别离 2024-12-15 10:56:24

这通常无需插件即可完成,只需使用提供的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文