react-native-pdf-lib icon indicating copy to clipboard operation
react-native-pdf-lib copied to clipboard

Preview a pdf before modifying it

Open meliodev opened this issue 4 years ago • 2 comments

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 ?

meliodev avatar Nov 22 '20 22:11 meliodev

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.

thekevinbrown avatar Jun 26 '21 02:06 thekevinbrown

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.

7adidaz avatar Mar 18 '24 08:03 7adidaz