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.
我需要导出一些 pdf,有时会在页面上显示图表数据。我们正在使用 phantomjs 拥有一个无头浏览器,然后将图像从 phantom 获取到 PDF,但这种方法有时很慢。我们正在寻求创建一个更快的解决方案,而无需无头浏览器。
我们的后端是用 C# 构建的。
谁能帮我?