Closed sinclairjaza closed 3 months ago
@sinclairjaza But you have font-size: 0px;
in the html.
According to chatgpt,
font-size: 0 is not a valid value for displaying readable text
using font-size: 0 is generally not recommended if the goal is to hide content. Other CSS properties like visibility: hidden, display: none, or opacity: 0 might be more appropriate depending on the context.
I have this error when I try to convert my html template to pdf.
Java Error:
I use Java 17 and Spring boot 3.1.0 and flying-saucer-pdf: 9.9.0
My Java Code:
My HTML file:
Thanks for your support.