react-pdf-editor icon indicating copy to clipboard operation
react-pdf-editor copied to clipboard

Provide onChange function to ReactPDF component as ReactPDFEditor prop

Open aexol opened this issue 5 years ago • 0 comments

<ReactPDFEditor onChange={(PDF) =>{
  // Do something with PDF from state here
}) />

aexol avatar Jan 30 '20 11:01 aexol