We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, we evaluated openhtmltopdf for PDF/UA creation and ran into two issues, which caused NPE.
Our test.html was converted just fine with builder.usePdfUaAccessbility(false);. Setting this attribute to true, I narrowed down two problems:
builder.usePdfUaAccessbility(false);
true
Forced pagebreaks result in NPE (Example line of html: <div style="page-break-before: always">Test pagebreak before</div>
<div style="page-break-before: always">Test pagebreak before</div>
Inputs like checkboxes and textInputs result NPE
Thank you for your work! Florian
The text was updated successfully, but these errors were encountered:
Hi @Schwarzarbeiter could you provide some minimal complete html that trigger the npe.
Thank you :)
(It may be a duplicate of #594 / #527 / #401 )
Sorry, something went wrong.
danfickle
No branches or pull requests
Hi,
we evaluated openhtmltopdf for PDF/UA creation and ran into two issues, which caused NPE.
Our test.html was converted just fine with
builder.usePdfUaAccessbility(false);
. Setting this attribute totrue
, I narrowed down two problems:Forced pagebreaks result in NPE (Example line of html:
<div style="page-break-before: always">Test pagebreak before</div>
Inputs like checkboxes and textInputs result NPE
Thank you for your work!
Florian
The text was updated successfully, but these errors were encountered: