Mark up, measure and edit drawings in the browser
Hongbi is a markup tool that runs the moment you open the page. Draw boxes, write notes, set a drawing scale and measure real dimensions — then export a PDF or an image with a numbered comment list attached.
Everything happens inside your browser. There is no server that could hold your files — this isn't a promise not to look, it's that the file technically never leaves the device. It works with the network off.
No install, no signup, free. Works with PDF, JPG and PNG.
This is the biggest difference from a general PDF tool. Set the drawing scale (1:100, 1:150, whatever it is) and you can measure distances directly on the sheet — the numbers come back as real centimetres or metres, not screen pixels.
A client sends a PDF floor plan and asks how thick that wall is, or how wide the opening is. A normal PDF reader can't tell you the real size, and opening AutoCAD means having both the source file and a licence. Hongbi just needs the scale — and it works on a phone.
Pull the vector linework out of a PDF and write it to DXF so CAD can open it. You can also explode just one region — draw a box, and the lines inside become editable polylines you can move, trim and delete, then merge back into the sheet.
The exported PDF contains real PDF annotations — the recipient can click and reply to them in Acrobat. They are not flattened into a picture.
Beyond markup there is a set of CAD-style editing commands. You can type the shortcut straight into the command line:
| Command | What it does |
|---|---|
| M · Move | Move the selection somewhere else |
| CO · Copy | Place a copy at a point you pick |
| MI · Mirror | Mirror across an axis |
| RO · Rotate | Rotate about a point |
| SC · Scale | Scale uniformly |
| TR · Trim | Cut the segment between two intersections |
| EX · Extend | Extend to the nearest boundary |
| O · Offset | Parallel copy at a distance you give |
| AR · Array | One item becomes a row |
| FI · Fillet | Round the corner between two lines |
18 everyday PDF tools, all running in the browser:
In most tools "redact" just paints a black rectangle on top — the text is still in the file, and copy-paste brings it back. Hongbi re-renders those pages, so the text objects no longer exist.
Neither. Open the URL and use it. No account, no trial period, no watermark.
No. There is no server that processes files — all of it runs in your browser. Open the network tab in developer tools and watch, or simply turn the network off and keep working.
Yes. The interface is laid out for phones, and you can "Add to Home Screen" to use it like an app. Drawing with an Apple Pencil records pressure.
Yes. After the first visit it's cached — you can open it, mark up and export with no connection at all.
In this device's browser storage (IndexedDB). They don't sync to other devices — that's deliberate, because syncing would require a server.
Reads PDF, JPG and PNG. Exports PDF (with real annotations), JPG, PNG and DXF.
Yes. The interface follows your browser language, and you can switch it manually under Settings. The tool was originally written in Traditional Chinese.
I'm a designer working at an architecture practice in Taiwan. I wrote Hongbi because I mark up and measure construction drawings every day, and the available tools either wanted my files uploaded or couldn't give me a real dimension.
Open source components used: pdf.js (Apache-2.0), pdf-lib (MIT), jsPDF (MIT), KDBush (ISC).