PdfImg A React component to render pdf documents as images. Installation Install it as any other npm module: $ npm install pdf-img Usage <PdfImg src={testPdf} page="1" style={{ width: 300 }} /> Example Interactive Example