Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace video tag with an image #4

Closed
hadim opened this issue Jul 2, 2015 · 6 comments
Closed

Replace video tag with an image #4

hadim opened this issue Jul 2, 2015 · 6 comments

Comments

@hadim
Copy link
Contributor

hadim commented Jul 2, 2015

In Chromium and Firefox when you print the page <video> tag are replaced by the current image display by the tag.

Would it be possible to do the same in decktape ?

@astefanutti
Copy link
Owner

Yes, that sounds logical and I guess this could be done at the level of Qt WebKit. DeckTape currently depends on a forked version of PhantomJS (https://github.com/astefanutti/phantomjs) so that it can be given a try.

That being said, there might be a way to embed video directly in PDF as documented in the multimedia features of the PDF specification.

@astefanutti astefanutti changed the title replace videao tag with an image Replace video tag with an image Jul 2, 2015
@hadim
Copy link
Contributor Author

hadim commented Jul 2, 2015

So there is no way to add that directly in decktape.

Should I open an issue in https://github.com/ariya/phantomjs

@hadim
Copy link
Contributor Author

hadim commented Jul 2, 2015

And embed video in PDF are kind of a mess because Linux pdf viewer does not support it...

@astefanutti
Copy link
Owner

You can create an issue in PhantomJS though from my recent experience, Qt related issues tend to be overlooked. That may be more effective to directly report these points in Qt issue tracker directly:

https://bugreports.qt.io/browse/QTBUG

@hadim
Copy link
Contributor Author

hadim commented Jul 2, 2015

@hadim
Copy link
Contributor Author

hadim commented Jul 8, 2015

I close since it depends on QtWebkit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants