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

Implement the display of pdf media type #54

Open
tommybuonomo opened this issue Jun 14, 2016 · 2 comments
Open

Implement the display of pdf media type #54

tommybuonomo opened this issue Jun 14, 2016 · 2 comments

Comments

@tommybuonomo
Copy link
Contributor

tommybuonomo commented Jun 14, 2016

Currently there is ImageDisplayable, VideoDisplayable, and WebDisplayable. Requires implementation of a PdfDisplayable

@loicortola
Copy link
Collaborator

loicortola commented Jun 14, 2016

Proposal:
consider a pdf as a multi-page media. Every pdf should be considered as a "slideshow".
How about DisplayTime? should be for one slide? or for the whole slideshow? (meaning displayTimePerSlide = displayTime / slideCount ?)

@loicortola
Copy link
Collaborator

Suggestion:
As a quick fix, might just consider swapping the content every displayTimePerSlide within the same fragment with the following page.

@tommybuonomo tommybuonomo changed the title Display .pdf type of media Implement the display of pdf media type Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants