1 | initial version |
Regarding animations, you can save your animation as an animated gif or an avi video, and import them into your document:
a.save('<filename>.gif')
a.save('<filename>.avi')
2 | No.2 Revision |
Regarding animations, you can save your animation as an animated gif or an avi video, and import them into your document:
a.save('<filename>.gif')
a.save('<filename>.avi')
Note that if you use convert
from imagemagick in a terminal, each frame will become its own page, which might be interesting as well :
convert <filename>.gif <filename>.pdf
3 | No.3 Revision |
Regarding animations, you can save your animation as an animated gif or an avi or mov video, and import them into your document:
a.save('<filename>.gif')
a.save('<filename>.avi')
a.save('<filename>.mov')
Note that if you use convert
from imagemagick in a terminal, each frame will become its own page, which might be interesting as well :
convert <filename>.gif <filename>.pdf
Note also, that most pdf reader won't show the animation.