i used wkhtmltopdf for over 10 years or maybe more.
i just tested my application on big sur 11.0.1 on my macbook pro with M1 chip and generate my application as a universal build.
when the wkhtmltopdf is open and generate the pdf, i can see on the activity monitor showing the wkhtmltopdf as unknown instead of intel or apple on the architecture column.
and the pdf did get generate without any problem
i am using the latest wkhtmltopdf which dated june 2020.
Like any other tool WKHtmlToPDF needs to be updated to AS. I’m not sure if there is much work done for WKHtmlToPDF anymore. See the bottom of https://wkhtmltopdf.org/status.html .
I’m also using wkhtmltopdf, tested on the M1 and it works fine. Longer term, we may need to find a newer solution that is capable of running as an arm binary, but for now it’s working under Rosetta2. Likely we’ll have at least a few years of Rosetta2 being available before it’ll stop working. Hopefully another solution becomes available by then.
is there anything better than wkhtmltopdf that is cross platform and also free and using command line and does need to install separately and need to do html to pdf but supporting all the new css like css grid and flexbox etc???
I found something in Javascript called jsPDF. But there support for unicode is unclear. The best looking tool I found is called dompdf in php.
The rest of the PDF tools are > 1000 bucks. There are even some jokesters which want to be paid by document. My software does thousands of PDFs per day.
Christian, if you’re able to sell something that has similar functionality to wkhtmltopdf but more actively supported for the Xojo developers like us who depend on it, that would go down very well indeed.
Yes. I’ve made an example project for next version.
Works fine here on several computers with macOS Mojave and
So we may have fixed the issue with newer plugins.
How is everyone who was using wkhtmltopdf as a cross-platform method of creating a PDF from HTML in Xojo getting on? Has anyone found a cross-platform solution that supports the same versions of macOS and Windows that the current version of Xojo supports?