Dash component to display PDFs

Hi all!

I recently worked with a client who needed to display inline PDFs in a Dash app; since they didn’t have any issues with me building this as an open-source component, here it is!

Live demo: dash-pdf.ploomberapp.io

It allows you to render a PDF inside your Dash app, displays a label with the current page, and previous/next buttons.

dash-pdf-small

7 Likes

This is a great component, used it within my latest project. Had to create a .pdf container window. This is a demo of how I designed a canvas to support a .pdf window:

demo-honeycombspdf