Replies: 1 comment 1 reply
-
@nafism05 did you find any solution for this issue.? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm still working on a web app project to add signatures to PDFs
for the backend I use pdf-lib
for the frontend I use pdf.js by mozilla to display the pdf, and interact.js to move the signature image
I have a problem with the pdf-lib coordinates in placing the signature image in the pdf
I have read several issues and already know that x y in pdf-lib uses 1\72 inch units
then I tried using 1/72 inch units in the CSS in interact.js
but when I use it in pdf-lib, the units in the css don't match the units in pdf-lib
any ideas?
Beta Was this translation helpful? Give feedback.
All reactions