I've got a web page enrolment form that we need to email to our customers. The form has been divided into 2 columns using the column-count
css property.
Unfortunately, when NReco.PdfGenerator generates the Pdf, these columns are rendered as a single column, breaking the flow of the form.
As an example, using the Online Pdf Generator on the NReco web page and the example for column-count
from W3Schools (yes, I know!), we can see only a single column generated.
Does anyone have any idea how to get NReco.PdfGenerator to honour the column-count
property, or of another library that can successfully transform some large (9 page) web forms?
Update
Looks like this is an issue with the underlying wkhtmltopdf library (which has now been archived)
Anyone know of a fork of this that is being updated?