A paper size chart can be safe to use online as long as the tool runs entirely in your browser without uploading, signing in, or storing your inputs. The only thing a paper size chart needs from you is a number — a size name like A4 or Letter, and a DPI value — so any chart that asks you to log in, share your file, or accept a tracking script is doing more than the task requires. A safe paper size chart is essentially a public reference table: it lists the published dimensions of every standard sheet (A series, B series, US Letter, Legal, Tabloid) in millimetres, centimetres, and inches, then offers a converter that turns those dimensions into pixels at whatever DPI you type. Nothing in that workflow needs a server, an account, or an upload, which is why a browser-based chart can answer your question in a fraction of a second and leave no trace when you close the tab.

What "safe" really means for a paper size chart
Most readers who type "is paper sizes chart safe to use online" are not worried about a hacker stealing their A4 measurement. They are worried about three more practical things: whether the page uploads anything, whether it sets tracking cookies, and whether it asks for information that the answer does not need.
An online paper size chart is genuinely safe when it meets four simple conditions:
- Runs client-side. The whole tool — the table, the converter, the math — executes in your browser tab. Closing the tab is the same as discarding your input.
- Makes no network request after the page loads. No API call, no telemetry beacon, no "phone home" pinging your IP address.
- Collects no account information. No email, no sign-in, no profile, no usage quota tied to your identity.
- Returns the answer immediately. The result is just text on the screen. There is nothing to "save" or "sync".
If any of those conditions fail — the page wants you to upload a file, asks for an email, or gates the lookup behind a sign-up wall — the chart is no longer a chart. It is a data-collection product that happens to display numbers, and the safety calculation changes.
How the Paper Sizes Chart handles your data
The Paper Sizes Chart is built to satisfy every condition above. It loads as a single page in your browser, the reference table sits in the HTML, and the converter runs the millimetre-to-pixel math locally in JavaScript. Nothing leaves your device. There is no upload form, no account prompt, no cookie banner asking you to consent to tracking, and no server-side processing queue holding your request.
The only thing the chart asks for is what it needs to give you a number: the size you want and the DPI you want it in. Because the dimensions are tied to published international standards (ISO 216 for the A and B series, ANSI and US conventions for Letter, Legal, and Tabloid), the chart never has to "look anything up" against a private database. The numbers are fixed, public, and reproduced faithfully. Even when you swap between millimetres, centimetres, inches, and pixels, every conversion is performed on your machine with the constant one inch equals 25.4 millimetres exactly, and the formula width-in-inches times DPI rounded to a whole pixel.
How to look up a paper size and convert it to pixels
- Scan the reference table to find your paper size in the A series, B series, or US group, with dimensions shown in millimetres, centimetres, and inches.
- In the converter, choose a paper size from the dropdown to load its exact dimensions.
- Type the resolution you need in the DPI field (300 is standard for print, 72 for screen) to see the pixel width and height instantly.
- Read off the pixel result alongside the millimetre, centimetre, and inch values to set up your canvas or export.
The whole flow takes a few seconds and works whether you are sizing an image for a print shop, a poster for an online preview, or a PDF page for a design tool. Because everything runs locally, nothing is stored between visits, so you can close the tab and reopen it tomorrow with no trace.
The standards behind every dimension on the chart
Paper sizes come from two main systems, and the chart covers both. The international standard is ISO 216, which defines the A and B series used almost everywhere outside North America. Its defining trick is the aspect ratio: every sheet has a height-to-width ratio of the square root of two, about 1.414. Because of that ratio, folding a sheet in half across its longer side produces two sheets of the next size down, each keeping the same proportions. The series is anchored by A0, which has an area of almost exactly one square metre and measures 841 by 1189 millimetres. Halving A0 gives A1 (594 by 841 mm), then A2, A3, and the everyday A4 at 210 by 297 mm, continuing down to A10.
The B series (B0 at 1000 by 1414 mm, B1, B2, and so on) sits between the A sizes and is used for posters, books, and envelopes when an in-between dimension is needed. North America uses its own ANSI and US conventions instead. US Letter is 8.5 by 11 inches (215.9 by 279.4 mm), US Legal is 8.5 by 14 inches (215.9 by 355.6 mm), and Tabloid, also called Ledger, is 11 by 17 inches (279.4 by 431.8 mm). Because these are defined in inches, their millimetre values are exact conversions rather than round numbers, which is why Letter and A4 are close in size but never identical: A4 is a little narrower and a little taller.
| Standard | Region | Anchor size | Aspect ratio | Defining property |
|---|---|---|---|---|
| ISO 216 A series | International (except North America) | A0 — 841 x 1189 mm | sqrt(2) | Halving preserves proportions; area ~1 square metre for A0 |
| ISO 216 B series | International | B0 — 1000 x 1414 mm | sqrt(2) | Sits between A sizes; used for posters and envelopes |
| ANSI / US | United States, Canada | Letter — 8.5 x 11 in | 1.294 | Defined in inches; sizes do not stack by halving |
Knowing which system your output targets matters more than it looks. A document formatted for US Letter will not centre on an A4 sheet without margins, and an A4 design will clip if you print it on Letter at full bleed.
Picking the right DPI for the job
Pixels are different from millimetres because a physical sheet has no fixed pixel count until you pick a resolution. DPI — dots per inch — is the bridge between the physical and digital worlds, and the right value depends entirely on what you intend to do with the file. The chart lets you type any DPI you want, but a few common targets cover most everyday work.
| Typical DPI | Common use | A4 pixel result | Trade-off |
|---|---|---|---|
| 72 | Screen, on-screen previews, web hero images | 595 x 842 | Lightest file, sharp at typical screen viewing distance |
| 150 | Draft prints, office documents, internal review | 1240 x 1754 | Reasonable quality, modest file size |
| 300 | Standard commercial and home print | 2480 x 3508 | Industry baseline for crisp text and photos |
| 600 | Fine art, large-format posters, archival reproduction | 4961 x 7016 | Heaviest files; reserve for high-end output |
For a worked example, take A4 at 300 DPI for the width. The formula is width in inches times DPI, rounded to a whole pixel. A4 is 210 mm wide, so 210 divided by 25.4 gives 8.2677 inches. Multiplying by 300 DPI gives 2480.31, which rounds to 2480 pixels. The height follows the same path: 297 mm divided by 25.4 is 11.6929 inches, times 300 is 3507.87, which rounds to 3508 pixels. So A4 at 300 DPI is 2480 by 3508 pixels — exactly the dimensions a print shop expects for full-resolution artwork.
Before you send a file to a printer
Once the chart has given you the right pixel canvas, the safety question shifts from the lookup tool to your export pipeline. The pixels you set in your design software are the pixels that will arrive at the printer — no upload, no account, no resampling happens during the lookup itself. The risk to watch for is not the chart, but the DPI you typed: a 72 DPI image sent to a print shop will look soft no matter how perfect the size is, and a 600 DPI image uploaded to a web page will load slowly for no visible gain. Match the DPI to the destination, then trust the pixels the chart returned.
If you also need to assemble the final file — for instance, a PDF sized to A4 or Letter from a folder of images, or one normalised to a single page size — a matching in-browser tool such as the Resize PDF page lets you set every page to the exact canvas you just calculated, again without uploading anything or signing in. The same browser-only, no-tracking principle applies across the workflow.
For a deeper look, see Split a PDF by Size: A Local Browser Method.