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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
I'm evaluating ILPDFKit with its sample app. I added a form which contains text fields with two different font sizes: 34 for the "label_title" field, while 16 for the others.
However, after filling out the form with the following code, and save it as static PDF, the resulting font sizes look different from the original ones.
Is there any way to make it follows the original font sizes? Alternatively, is there any way to set the font size problematically when filling out the form?
I'm evaluating ILPDFKit with its sample app. I added a form which contains text fields with two different font sizes: 34 for the "label_title" field, while 16 for the others.
However, after filling out the form with the following code, and save it as static PDF, the resulting font sizes look different from the original ones.
Is there any way to make it follows the original font sizes? Alternatively, is there any way to set the font size problematically when filling out the form?
My form filling code:
`
`
sample_form.pdf
Expected_Filled_Form.pdf
Thanks!
The text was updated successfully, but these errors were encountered: