0

I want to capture the Splunk dashboard to a pdf for sending a periodic email. The inbuilt pdf generator doesn't creates a good pdf in Splunk. Is there any open source tools that can be used like CutyCapt which can capture the screen via linux commands for pages with authentication.

Sibish
  • 908
  • 1
  • 13
  • 20

1 Answers1

0

You probably could try phantomjs.

It uses WebKit internally and has a screen capture capability allowing you to export web page to PNG/JPEG/PDF.

nybon
  • 8,894
  • 9
  • 59
  • 67