← Back to Product Feed

Hacker News Show HN: ReflowPDF – browser PDF editor where tables reflow

A browser PDF editor where tables and content reflow like a document, not fixed text boxes. Targets translators and organizations with accessibility requirements (EAA, ADA Title II) needing tagged PDFs, featuring a custom PHP renderer and embedded editable HTML source for round-trip editing.

2
Traction Score
0
Discussions
Jun 25, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
A browser PDF editor where tables and content reflow like a document, not fixed text boxes. Targets translators and organizations with accessibility requirements (EAA, ADA Title II) needing tagged PDFs, featuring a custom PHP renderer and embedded editable HTML source for round-trip editing.
ReflowPDF tackles a fundamental limitation in existing browser-based PDF editors: the inability to reflow content dynamically. Current solutions treat PDFs as fixed layouts, making editing cumbersome and breaking document integrity. ReflowPDF's core innovation is its semantic HTML rendering engine, enabling true document-like editing where tables and paragraphs reflow naturally. This directly addresses critical pain points for professional translators, who face variable text lengths, and organizations requiring accessible, tagged PDFs (EAA, ADA Title II). The custom PHP renderer, supporting modern CSS and achieving robust PDF/UA-1 and PDF/A-3a compliance, demonstrates significant technical depth. The embedded HTML source for round-trip editing is a compelling differentiator, ensuring fidelity and eliminating account dependencies. This product targets a clear market need for advanced, compliant PDF editing, moving beyond basic annotation to true content manipulation.
posted an early version of this here a while back when it was just a waitlist. it's fully live now, and i wanted to show the part that's actually hard.reflowpdf edits pdfs in the browser. almost every other browser pdf tool edits by dropping absolutely positioned text boxes on top of the page. fine until you touch anything. delete a row and the rows under it just sit there, because there's no table, there's a stack of boxes at fixed coordinates.i wanted editing a pdf to feel like editing a document. so under the hood it's real semantic html. tables are actual //, so when you add rows the table can run off the page, break onto the next one and repeat the header. make a paragraph longer and the stuff below it moves down like you'd expect.turns out the people this matters most for are translators (the same sentence is a different length in every language, so a fixed layout falls apart the second you edit) and people who got handed an accessibility requirement, eaa in europe or ada title ii in the us, and need tagged pdfs without remediating by hand in acrobat.the renderer is what i actually spent two years on. php, written from scratch, no dependencies, around 3300 tests. it does flexbox, grid and most modern css. i couldn't find another php engine that does that (dompdf is basically css 2.1, and the chrome based tools print a page fine but don't give you reliable tagged output). exports pass verapdf for pdf/ua-1 and pdf/a-3a with zero failures on native and template exports. i won't say "certified accessible", that's a human call, but the machine checkable structure comes out clean.one thing i'm happy with: the exported pdf carries its own source. the editable html sits inside the file as an encrypted attachment, embedded so the file stays pdf/a-3 valid. the pdf you download is the same file you reopen to edit, and the engine parses it back into the exact same layout, spacing and positions you had. no account needed, and i don't keep your files.the tagged pdf/ua-1 export is in the free demo, so you can edit something, export it and check the tags yourself without paying. the pdf/a-3a archival export, the one with the source embedded for the round-trip, is on the paid tier. the file i'm attaching is a real export that passes both ua-1 and a-3a, so you can drop it into verapdf to check either one, and reopen it in the editor to see the round-trip come back: https://reflowpdf.com/files/reflow-field-report.pdfthat pdf is generated from this html, if you want to see what the engine actually emits: https://reflowpdf.com/files/reflow-field-report.htmlimporting an arbitrary third party pdf and turning it into this editable structure is a separate, ai assisted path. it's in beta and works well enough on simple documents, but it's not what the demo runs on, so i'm not leaning on it here. the demo and the round-trip are pure engine, no ai.demo, no signup: https://demo.reflowpdf.comi built a template just for this thread so the reflow is obvious. add or delete some rows and watch the table break across pages, the grid section under it reflows too: https://demo.reflowpdf.com/?template=custom-reflow-field-rep...honestly i mostly want to put this in front of people who get what it took. parity between the editor and the final pdf means everything lines up at once, font metrics, nested elements, style inheritance, pagination, splitting a block across a page boundary. editor equals pdf, and it actually holds. stuff breaks sometimes, but because it's my own engine i can trace any glitch down to the coordinate and fix it fast. curious what people think.
browser PDF editor tables reflow absolutely positioned text boxes semantic html <table><tr><td> flexbox grid modern css

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is ReflowPDF – browser PDF editor where tables reflow?
ReflowPDF – browser PDF editor where tables reflow is analyzed by our AI as: A browser PDF editor where tables and content reflow like a document, not fixed text boxes. Targets translators and organizations with accessibility requirements (EAA, ADA Title II) needing tagged PDFs, featuring a custom PHP renderer and embedded editable HTML source for round-trip editing.. It focuses on ReflowPDF tackles a fundamental limitation in existing browser-based PDF editors: the inability to reflow content dynamically. Current solutions tr...
Where did ReflowPDF – browser PDF editor where tables reflow originate?
Data for ReflowPDF – browser PDF editor where tables reflow was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was ReflowPDF – browser PDF editor where tables reflow publicly launched?
The initial public indexing or launch date for ReflowPDF – browser PDF editor where tables reflow within our tracked developer communities was recorded on June 25, 2026.
How popular is ReflowPDF – browser PDF editor where tables reflow?
ReflowPDF – browser PDF editor where tables reflow has achieved measurable traction, logging over 2 traction score and facilitating 0 recorded discussions or engagements.
Which technical categories define ReflowPDF – browser PDF editor where tables reflow?
Based on metadata extraction, ReflowPDF – browser PDF editor where tables reflow is categorized under topics such as: browser PDF editor, tables reflow, absolutely positioned text boxes, semantic html.
What are some commercial alternatives to ReflowPDF – browser PDF editor where tables reflow?
Our semantic intelligence engine identifies potential commercial alternatives in the SaaS space, such as WX , which offers overlapping value propositions.
How does the creator describe ReflowPDF – browser PDF editor where tables reflow?
The original author or development team describes the product as follows: "posted an early version of this here a while back when it was just a waitlist. it's fully live now, and i wanted to show the part that's actually hard.reflowpdf edits pdfs in the browser. almost ev..."

Community Voice & Feedback

No active discussions extracted yet.

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.