The complaint that 'the editing feature does not maintain the original font style when editing documents on a phone' points to a specific, underserved workflow: field workers, sales reps, and operations staff who need to make real text edits to documents on a phone or tablet — not annotations, not signatures, but actual content changes — and send them back without the file looking corrupted.

Mobile PDF and document editors have historically treated the phone as a signing or annotation device, not an editing device. When they do support text editing, they rely on the mobile OS's text rendering engine, which doesn't have access to embedded fonts or precise typographic metrics. The result is that replacing a word on mobile silently substitutes a system font, breaks the line spacing, or causes the paragraph to reflow — matching every complaint in this dataset about 'fonts and spacing appearing differently between devices.'

The incumbent vendors have no structural incentive to fix this deeply. Their mobile apps are primarily acquisition tools — they get users into the ecosystem on mobile, then upsell to desktop. Deep fidelity text editing on mobile would require shipping their own text layout engine for iOS and Android, which is expensive engineering work that doesn't appear in a feature comparison chart.

The business case is clearest for industries where documents travel into the field and come back edited: logistics (bill of lading corrections), field services (work order updates), real estate (offer letter changes). In each case, the alternative to reliable mobile editing is printing, handwriting changes, scanning, or waiting to get back to a desk — all of which have a real time cost. The need recurs on every field document that requires a text correction, not just a signature.

What to build

Build a mobile-first iOS and Android document editor that, when opening a PDF or DOCX for text editing, extracts and caches the exact font metrics and paragraph styles of every editable text block, and constrains the mobile text input to render replacements using those metrics — shipping its own lightweight text layout layer rather than delegating to the OS renderer.

Where to start

Start with real estate transaction coordinators who edit offer letters and disclosures on mobile — a narrow document type with predictable fonts, high edit frequency, and a concrete cost (a delayed or rejected offer) when the document looks wrong.

The hard part

Shipping a custom text layout engine for both iOS and Android that handles the full range of embedded PDF fonts accurately is a significant engineering investment — cutting corners here produces exactly the problem you're trying to solve, so there's no cheap MVP path that doesn't risk replicating the bug.

How it makes money

Monthly per-seat subscription with a free tier limited to read-only and annotation, charging only when a user saves a text edit — so the cost is directly tied to the value delivered.

See the evidence. The complaints behind this idea, the products they came from, and similar ideas in Document Creation.

More ideas in Document Creation