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
This error raise when I try to convert HTML like this one:
<div><pstyle="text-align:center"><span><spanstyle="font-size:medium"><strong>TEXTO DE PRUEBA</strong></span></span></p></div>
PDFMake throws an error Uncaught Error: unsupported number: NaN because the component translate style="font-size:medium" to "fontSize":"medium" and PDFMake waits for a number.
The text was updated successfully, but these errors were encountered:
Zkamoth
changed the title
Uncaught Error: unsupported number: NaN when converting html width font-size:medium
Uncaught Error: unsupported number: NaN when converting html with font-size:medium
Jan 4, 2025
This error raise when I try to convert HTML like this one:
PDFMake throws an error Uncaught Error: unsupported number: NaN because the component translate style="font-size:medium" to "fontSize":"medium" and PDFMake waits for a number.
The text was updated successfully, but these errors were encountered: