You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
form.getTextField('property_appointment').setText(`lorem ipsum dolor sit amet lorem ipsum dolor sit amet lorem ipsum dolor sit amet ${jsonData?.property?.appointment} lorem ipsum dolor sit amet lorem ipsum dolor sit amet ${jsonData?.property?.appointment} lorem ipsum dolor sit amet lorem ipsum dolor sit amet ${jsonData?.property?.appointment} lorem ipsum dolor sit amet`);
What actually happened?
setLineHeight() doesn't work
What did you expect to happen?
I want to set custom line height
How can we reproduce the issue?
Version
1.17.1
What environment are you running pdf-lib in?
Node
Checklist
My report includes a Short, Self Contained, Correct (Compilable) Example.
I have attached all PDFs, images, and other files needed to run my SSCCE.
Additional Notes
No response
The text was updated successfully, but these errors were encountered:
Someone found a solution for this? I can't seem to figure out how to set it in either Adobe Acrobat nor setting it programmatically using PDF-Lib, so that pdfDoc.getForm().getTextField('my-field').setText('Value') has a bigger line-height.
What were you trying to do?
How to set line height in text field?
How did you attempt to do it?
What actually happened?
setLineHeight() doesn't work
What did you expect to happen?
I want to set custom line height
How can we reproduce the issue?
Version
1.17.1
What environment are you running pdf-lib in?
Node
Checklist
Additional Notes
No response
The text was updated successfully, but these errors were encountered: