PDF generation in V12 is not processing bootstrap rows

Currently have installed
ERPNext: v12.14.0 (version-12)
Frappe Framework: v12.12.0 (version-12)
wkhtmltopdf 0.12.6 (with patched qt)

When using the Full Page option after clicking the printer icon on a quotation, the following stylesheet is being used (inspected webpage with the View Page Source option)

<link type="text/css" rel="stylesheet" href="/assets/css/printview.css">

However when selecting the PDF or Print option the “stylesheet” being used is not correct - bootstrap rows are not processed so everything is left justified.

Is this something that needs to be corrected?

This ended up being an issue with the css used in the print format of the doc type.

I was using col-md in the custom css format so once I changed them all to col-xs, printing/pdf generation worked as expected.

1 Like