react-native-pdf-lib
react-native-pdf-lib copied to clipboard
Preview a pdf before modifying it
Hello, I couldn't find out how to preview a pdf before modifying it. Use case: A user can insert a digital signature (png) by tapping the screen, and I need to let him view the result, and preferably manipulate the signature (resize, drag&drop) before confirming and saving the new pdf. Is it possible ?
You could do this using a separate way of drawing the PDF and your signature component, then writing the image on it using this library.
I know I'm late, but did you get any further with this? I'm trying to do the same thing but didn't find a suitable lib, yet.