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.
我想将 Splunk 仪表板捕获为 pdf 以发送定期电子邮件。内置的 pdf 生成器不会在 Splunk 中创建好的 pdf。是否有任何可以使用的开源工具,例如 CutyCapt,它可以通过 linux 命令捕获具有身份验证的页面的屏幕。
您可能可以尝试phantomjs。
它在内部使用 WebKit 并具有屏幕捕获功能,允许您将网页导出为 PNG/JPEG/PDF。