Using an alternative to Chrome for PDF creation

I have an installation of AtroPIM running on a local environment which is Ubuntu in a VM on an ARM based Mac. I would like to use it to test the PDF creation module but it appears this requires Google Chrome to be installed but I don’t believe this is available for Linux on ARM.
Does anyone know of a way to instead use Chromium which is available for Linux on ARM?

You are right, now it requires Chrome. PDF is generated via headless usage of chrome. Technically pdf generation CLI command for chrome and chromium is the same. So we will add support for chromium in next days. System will automatically determine what is installed – chrome or chromium.

This sounds like a good outcome. It also removes the reliance on Google’s proprietary software. Thanks.