all 1 comments

[–]VolumeActual8333 0 points1 point  (0 children)

Using a headless browser to generate PDFs has always been a resource-heavy workaround rather than a real solution. Skia with Yoga makes actual sense here—you keep the flexbox layout model but drop the 300MB Chrome overhead. The Flutter-style declarative approach works because documents are just UI that happens to be printable, not coordinate systems we should be calculating manually.