Chromium install was patched in a while back: https://github.com/frappe/print_designer/pull/449 However the `pdf_generator` option is **only** added on install: https://github.com/frappe/print_designer/blob/f22650f531c61ec32c9822c2a1b279c9587bada9/print_designer/install.py#L39-L42
Chromium install was patched in a while back: #449
However the
pdf_generatoroption is only added on install:print_designer/print_designer/install.py
Lines 39 to 42 in f22650f