Is it possible to embed animated GIFs in PDFs?

I haven’t tested it but apparently you can add quicktime animations to a pdf (no idea why). So the solution would be to export the animated gif to quicktime and add it to the pdf. Here the solution that apparently works: Open the GIF in Quicktime and save as MOV (Apparently it works with other … Read more

Recommended way to embed PDF in HTML?

Probably the best approach is to use the PDF.JS library. It’s a pure HTML5/JavaScript renderer for PDF documents without any third-party plugins. Online demo: https://mozilla.github.io/pdf.js/web/viewer.html GitHub: https://github.com/mozilla/pdf.js

tech