What is the measurement unit used in PDFKit (Node.js)? For example we use:
doc.text(20, 20, 'Message')
What does 20(x)
and 20(x)
stand for? Is it centimeter, millimeter, inch? Can I change it to any familiar format like cm
, mm
, or inch
?
Any ideas?
from PDFKit Node.js measurement unit
No comments:
Post a Comment