sumatrapdf icon indicating copy to clipboard operation
sumatrapdf copied to clipboard

Animation support

Open GitHubRulesOK opened this issue 5 years ago • 1 comments

Currently one selling feature of SumatraPDF is the lack of automated features such as running SWF JavaScript etc.

Generally the only animated image support (reading GIF and MultipageTiff) is restricted to static images thus the user has to press the space bar and in order to loop need to manually return to start.

This principly emulates the old fashioned thumbook / flipbook / flickbook feature that works across many formats thus ideal for stepped presentations (but does not need to be confined to full screen)

Animation of sorts is ONLY supported by the CHM format in ChmUI Extract the sample from this zip to see potential Animations.zip

It would be nice if SumatraPDF could step through standard GIF and TIFF and all others such as mobi epub etc etc. (where one frame is on each page) with an optional return to start (Loop) and a variable timer for page transitions.

Likewise the same step and repeat on a timer would be very useful for LaTeX beamer.PDF presentations for a sample file see https://github.com/cfiandra/Beamer2Thesis/raw/master/doc/basic_guide/beamer2thesis.pdf

GitHubRulesOK avatar Dec 21 '19 18:12 GitHubRulesOK

http://www.eprg.org/pdfcorner/pdfdoodles/ Animated Logo and Progress Monitor here also don't work in SumatraPDF, they just skip to the last one.

VFDan avatar Jun 24 '22 06:06 VFDan

Oh well since I suggested it be done this way for others I answered my own question the issue is simply how to set a small timer in the caller such as VBS vba or any other language your using. image

GitHubRulesOK avatar Feb 12 '24 22:02 GitHubRulesOK

@VFDan

The progress bar and book are possibly based on very slow showing overlays and they open so fast in modern slow acrobat, there is no real difference between that and superfast in a blink SumatraPDF. the Radial works just as well in both by zoom in.

Even the noughts and crosses xox.pdf functions in SumatraPDF since all of those use page replacements as does my GIF above

image

GitHubRulesOK avatar Feb 12 '24 23:02 GitHubRulesOK