react-pdf-editor
react-pdf-editor copied to clipboard
Provide onChange function to ReactPDF component as ReactPDFEditor prop
<ReactPDFEditor onChange={(PDF) =>{
// Do something with PDF from state here
}) />