NanoMichael / MicroTeX

A dynamic, cross-platform, and embeddable LaTeX rendering library
MIT License
399 stars 66 forks source link

Qt: Save as PDF #169

Open peteschaefer opened 3 months ago

peteschaefer commented 3 months ago

With little effort, Qt can write perfectly nice PDF files. Fonts are embedded automatically. I think this is a neat alternative to SVG printing.


(there is also a class called QSvgGenerator, but it is less useful because it can not embed fonts, or convert text into paths).


(btw, I didn't manage Skia integration. Latest Skia code seems to have diverged too far).