Relorer / HTMLToQPDF

HTMLToQPDF is an extension for QuestPDF that allows to generate PDF from HTML
MIT License
80 stars 26 forks source link

Debug ul error #14

Closed jbennie closed 3 weeks ago

jbennie commented 6 months ago

v1.1.0 fails when used with QuestPDF 2023.12.5 when encountering UL tags in the data.
Investigation of the breaks suggested they are due to changes to ListsContainer Types in QuestPDF.

On upgrade of QuestPDF to (2023.12.5) the following fixes were also applied.

mjefim commented 6 months ago

I would really need this fix, is there any way to help the process of a release?

MarcinZiabek commented 6 months ago

@jbennie Would you please share more details of how the generation process fails after upgrading to the latest QuestPDF version? Maybe I will be able to help somehow - having exception messages and screenshots would be fantastic 😄

jbennie commented 6 months ago

It unfortunately fails silently. There are multiple causes of failure which. They are listed on my pr notes. its very easy to observe the problem, just update  QuestPdf to version 2023.12 .5 (of the top of my head its the latest)build and run with very simple html that includes a ul li fragment. the immediate problem is the type change in Unit Definition.   I can expand further if needed after you’ve had a look at the pr diffs Sent from my iPhoneOn 22 Feb 2024, at 09:13, Marcin Ziąbek @.***> wrote: @jbennie Would you please share more details of how the generation process fails after upgrading to the latest QuestPDF version? Maybe I will be able to help somehow - having exception messages and screenshots would be fantastic 😄

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

sebbii17 commented 3 months ago

Any news on this?