Question

I'm using wicked_pdf with ruby on rails and am able to generate a pdf with images and texts, but no videos. Is it possible to do it? If so, how?

Was it helpful?

Solution

wicked_pdf is basically just a wrapper around wkhtmltopdf which uses the WebKit engine to convert HTML to PDF. If I understand this post correctly, wkhtmltopdf relies on a specific version of WebKit built for QT which currently doesn't support that tag. So the short answer is no, the long answer is to start asking the wkhtmltopdf people when the video tag will be supported.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top