Is your feature request related to a problem? Please describe.
HtmlWriter was deprecated in #1344.
This breaks workflows where people need a PDF to go into an archive, and HTML that can be imported into Excel etc, and where both are rendered by the identical code, and therefore will never, ever, diverge from one another.
Describe the solution you'd like
HtmlWriter fully supported.
Describe alternatives you've considered
The recommended alternative is an enormous amount of work to somehow create HTML that will make a PDF that will look the same as existing code, which will terrify end users.
Your real name
Graham Leggett
Additional context
Happy to fix anything that needs breaking, as it will be far far less work than rewriting everything with another tool.
Is your feature request related to a problem? Please describe.
HtmlWriter was deprecated in #1344.
This breaks workflows where people need a PDF to go into an archive, and HTML that can be imported into Excel etc, and where both are rendered by the identical code, and therefore will never, ever, diverge from one another.
Describe the solution you'd like
HtmlWriter fully supported.
Describe alternatives you've considered
The recommended alternative is an enormous amount of work to somehow create HTML that will make a PDF that will look the same as existing code, which will terrify end users.
Your real name
Graham Leggett
Additional context
Happy to fix anything that needs breaking, as it will be far far less work than rewriting everything with another tool.