A React component for PDFObject .
npm install react-pdfobject
import * as React from 'react'
import { PDFObject } from 'react-pdfobject'
<PDFObject url="path/to/example.pdf" />
interface Props {
url: string;
containerId?: string;
containerProps?: React.HTMLProps<HTMLDivElement>;
width?: string;
height?: string;
page?: string | number;
id?: string;
fallbackLink?: string | false;
}
ref: https://pdfobject.com/#api
© sugarshin