react-pdf-editor
react-pdf-editor copied to clipboard
Pdf editor react component
1. Make it one row after insert 2. Delete adding row possibility 3. Delete deleting possibility from row
Make it as simple as possible, so every cell should have only controllable text field
Elements like stack or listblock should be automatically expanded after adding
So user can select other font for the document/element
Add undo on `Ctrl/Cmd + Z` and redo on `Ctrl/Cmd + Shift + Z` to do that we need to hold PDF state Array Somewhere
```jsx { // Do something with PDF from state here }) /> ```