Novexa Studio
100% Free & Private — Zero Server Uploads

Convert an Image to 300 DPI

Re-tag a JPG or PNG as 300 DPI without touching a single pixel — and see, before you send it, whether the file really covers the paper.

Image DPI Converter (72 to 300 DPI)

Set the DPI your print shop asked for, and see the size the file will actually print at.

Novexa Studio runs entirely in your browser; no file you open here is ever transferred to or stored on our servers. Using these tools to forge documents, commit fraud or infringe copyright is prohibited. You are responsible for how you use them.

PRIVACY

Photo Metadata & Privacy Cleaner

See the GPS location, device details and hidden EXIF/C2PA data in your photo — then strip it in one click.

0 Server UploadOpen
FAST

Image Compressor & Format Converter

Cut file size without visibly hurting quality (WebP / JPG / PNG).

Canvas + PNG EncoderOpen
PRINT

Image DPI Converter (72 to 300 DPI)

Set the DPI your print shop asked for, and see the size the file will actually print at.

Header RewriteOpen
PRIVACY

MP3 Metadata & ID3 Tag Remover

Strip the studio, software and personal details from an audio file, keeping title and artist.

ID3 SurgeryOpen
DESIGN

Image Color Palette Extractor

Pull the HEX and RGB codes of the dominant colors out of any photo.

Pixel AnalysisOpen
BATCH

Images to PDF Creator

Collect several photos into one PDF, in exactly the order you choose.

jsPDF EngineOpen
POPULAR

Word (.docx) to PDF Converter

Turn Word documents into PDF in your browser, with zero data leaving your device.

Mammoth + jsPDFOpen
EDITABLE

PDF to Word (.docx) Converter

Turn the text in your PDF into an editable Word document.

PDF.js + docxOpen
POPULAR

PDF Merger (Combine PDFs)

Combine several PDFs into a single document, in the order you set.

PDF-Lib EngineOpen
POPULAR

PDF Page Splitter / Extractor

Pick pages by clicking their thumbnails, or type a range like 1-3, 5.

PDF-Lib EngineOpen
HANDY

PDF Page Rotator

Turn sideways or upside-down scans by 90°, 180° or 270° — page by page or all at once.

Instant RotateOpen
HIGH-RES

PDF to PNG / JPG Converter

Turn the pages you pick — or the whole document — into high-resolution PNG or JPG.

PDF.js RenderOpen
CUSTOM

Custom QR Code Generator

Create colored QR codes with custom dot styles and an icon in the middle.

Canvas QROpen
SECURITY

Strong Password Generator & Entropy Meter

Produce cryptographically secure random passwords with high entropy.

Crypto Random APIOpen
LIVE

Word & Character Counter

Live text analysis: words, characters, sentences, paragraphs and reading time.

Live AnalysisOpen
DEVELOPER

JSON Formatter & Validator

Make tangled JSON readable and catch syntax errors instantly.

Native ParserOpen
DEVELOPER

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text.

Native EncoderOpen

Last updated:

What a print shop means by “300 DPI”

DPI is a number written in the file’s header, not a property of the pixels. A 3000 × 2000 photo has 3000 × 2000 pixels whether it is tagged 72 or 300. What the tag decides is the physical size the file claims when it is placed into a print layout: at 72 DPI those 3000 pixels ask for 105 cm of paper, at 300 DPI they ask for 25 cm.

So when a print shop, a marketplace or a journal rejects your file for “not being 300 DPI”, one of two completely different things is happening. Usually it is the first, and it takes five seconds to fix:

  • The tag is wrong. Your pixels were always sufficient; the file just says 72, because phones, screenshots and most web tools write 72 by default. This is what this page fixes.
  • The pixels are genuinely too few for the size you want printed. No tool can fix that — re-tagging a small image as 300 DPI makes it claim to be print-ready while printing at the size of a stamp.

The tool below tells you which of the two you have, before you send the file back.

How many pixels 300 DPI actually needs

This is the table the argument is usually about. If your image has at least this many pixels, tagging it 300 DPI is honest and your file will print at that size properly.

Pixels required to print at 300 DPI
Printed sizeMillimetresPixels needed at 300 DPI
A3297 × 4203508 × 4961
A4210 × 2972480 × 3508
A5148 × 2101748 × 2480
US Letter216 × 2792550 × 3300
Photo 10 × 15 cm100 × 1501181 × 1772
Business card85 × 551004 × 650

A 12-megapixel phone photo is roughly 4000 × 3000 pixels, which comfortably covers A4 at 300 DPI. A screenshot from a laptop is often 1440 × 900, which does not — it covers about 12 × 7.6 cm. Re-tagging it will not change that, and the tool says so rather than letting you find out at the counter.

What this tool does to the file

It rewrites the density field and copies every other byte through untouched. There is no re-encode, so a JPEG does not lose another generation of quality and a PNG stays pixel-identical. The file that comes back is the file you put in, with a corrected label.

For JPEGs it writes the value in both places a JPEG can declare one — the JFIF header and the EXIF resolution tags. Skipping the second is the classic bug in DPI converters: the JFIF header says 300, Photoshop reads EXIF, still shows 72, and the file gets rejected a second time.

Nothing is uploaded. The file is read into memory by this page, edited there, and handed back as a download — disconnect from the network after the page has loaded and it still works.

What it does not do

It does not add pixels, sharpen, upscale or “enhance”. Any tool promising to raise the DPI and the quality of an existing photo is either resampling — inventing pixels that were never photographed — or describing the tag change in flattering language. This one changes the tag and tells you exactly what that is worth.

How to convert an image to 300 DPI

The target is already set to 300 on this page, so there is nothing to configure.

  1. Step 1: Drop your JPG or PNG in

    Drag the file onto the box above, or click to pick it. Several files at once are fine — they come back as a ZIP.

  2. Step 2: Read what the file currently declares

    The panel shows the density the file claims today, its pixel dimensions, and the size it will print at 300 DPI. If those pixels do not cover the paper you need, it warns you here rather than after printing.

  3. Step 3: Convert and download

    Press the button. The file is rewritten in your browser and downloads immediately, named with a `_300dpi` suffix so you can tell it from the original.

Frequently Asked Questions

Will converting to 300 DPI make my photo look better?

No. The pixels are identical before and after — only the file’s claim about its own print size changes. If a photo looks soft on screen it will look soft on paper, at any DPI tag.

My print shop still says the file is low resolution. Why?

Because it is: the tag is now right but the pixel count is genuinely too low for the size you asked for. Check your pixels against the table above. The only real fixes are re-shooting, re-scanning at a higher setting, or printing smaller.

Does this work on PNG as well as JPG?

Yes. PNGs store density in a `pHYs` chunk, which is written the same way. WebP and AVIF have no comparable field, so they are not accepted rather than silently ignored.

Is 300 DPI always the right number?

For photographs printed on paper, almost always — commercial presses screen at 150–175 lines per inch and 300 is the conventional double. Line art, scans and engraving often want 600; see the 600 DPI page. Anything shown only on a screen ignores the tag completely.

Are my files uploaded anywhere?

No. This project contains no API route that accepts a file. Everything runs in your browser, and nothing about the file — not its name, not its size — is sent anywhere.

Related Tools

We built this

Need something like it?

17 tools, three languages, 93 pages — and a $0 server bill. We build corporate sites and browser-based systems for other people too.

What we build