Ask HN: What made you move back to HTML-to-PDF in production?6 points·by gokulsiva·6 เดือนที่ผ่านมา·7 comments
Show HN: Pdfn – React-based PDF generation with Chromiumpdfn.dev3 points·by gokulsiva·6 เดือนที่ผ่านมา·0 comments
gokulsiva·6 เดือนที่ผ่านมา·discussThis looks very compelling from a DX perspective — especially the “local JSON that just syncs” mental model.Just curious - What conflict resolution model are you using (CRDTs / OT / something else), and how deterministic is it under concurrent offline edits?
gokulsiva·6 เดือนที่ผ่านมา·discussYeah, that matches my experience too — Chrome gets you ~80% there, but the missing pagination primitives push you into extra layers like paged.js.I’ve also hit issues with tables and page breaks.Curious if TOC was the main blocker for you, or if there were other cases where Chrome alone didn’t hold up.
gokulsiva·6 เดือนที่ผ่านมา·discussThat makes sense. Have you run into any pain points once documents got large or more structured (tables, headers/footers, multi-page), or has HTML held up fine for you so far?
Just curious - What conflict resolution model are you using (CRDTs / OT / something else), and how deterministic is it under concurrent offline edits?