ng2-pdfjs-viewer
ng2-pdfjs-viewer copied to clipboard
Is there any way to open a JPEG file on the PDF?
I'm trying to use drag and drop an image on my PDF. I've found a way to import images via options, and it'd work perfectly if I could do the same thing dragging and dropping.
As you can see, the QR Code number one, I did drag and drop, however, I cannot attach it to my PDF and get the coordinates. The QR Code number two I used the import option, where I imported the image to my PDF and I could get the coordinates from there.
Is there any way to drop my image on the PDF and get the coordinates of its position?