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.
是否可以使用 winnovative HTML 到 PDF 转换器从 Windows 应用程序中的面板创建 pdf?我发现如果使用 WebBrowser 控制它可以工作,但是我在面板中有需要 pdf 的数据网格。
您可以在 WebBrowser 控件中看到它的原因是它依赖于 IE 的上下文菜单处理。Winnovative 的软件将上下文菜单项注入到 IE 中,以便您可以快速生成 PDF。这不适用于您的 DataGridView,但您可以通过生成 HTML 表格并将其写入临时 WebBrowser 控件来执行解决方法。