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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
videotag will be supported.