For Print Designers & Marketers
If you send a 72 DPI image to a printer, it will look pixelated, blurry, and amateurish. This guide teaches you how to calculate the exact pixel dimensions needed for crystal-clear physical prints every time.
You designed a beautiful, intricate logo in Illustrator or Figma. It looks razor-sharp, crisp, and perfect on your Retina 4K monitor. You export it as a PNG and send it to the print shop for a batch of business cards.
Two days later, you get the box of cards. You open it with excitement, only to find... disaster. The logo is fuzzy. The text is illegible. The edges are jagged staircases.
What happened? You fell victim to the "DPI Gap."
The Science of DPI (Dots Per Inch)
To understand why this happens, you need to understand that Screens and Printers speak different languages.
- Screens usually operate at 72 DPI (legacy standard) or roughly 144-200 PPI for modern Retina phones. They use light (pixels) to blend colors.
- Printers operate at a minimum of 300 DPI (Dots Per Inch). They use physical ink dots (CMYK) to create images.
This means a printer needs roughly 4x more data per inch than a standard screen does. If you take a 1-inch icon from your screen (which is 72 pixels wide) and print it at 1 inch size, the printer has to "guess" the missing data spots, resulting in blur.
The Math: How to Calculate Target Pixels
Since SVGs are "Scalable Vector Graphics," they have no inherent resolution. They are mathematical formulas describing curves and lines. You can scale them to the size of a billboard or a postage stamp without losing quality.
However, when you convert them to PNG (Raster), you "bake" the resolution in. You must decide the pixel count at the moment of conversion. Once it is a PNG, you cannot scale it up again without pixelation.
The Golden Formula:
Target Pixels = Desired Physical Inches × 300
Example 1: Business Card Logo
- You want the logo to be 2 inches wide on the paper.
- Target Print Quality: 300 DPI.
- Calculation: 2 inches × 300 = 600 Pixels.
- Action: You must export your PNG at 600px width.
Example 2: Full Page Flyer (Letter Size)
- Width: 8.5 inches.
- Target Print Quality: 300 DPI.
- Calculation: 8.5 × 300 = 2550 Pixels.
- Action: Your full-page background image needs to be 2550px wide, minimum.
If you just hit "Export" in a standard web tool, it often defaults to the SVG's viewbox size (e.g., 24px or 100px). That defaults to a microscopic dot on paper. Always do the math.
Using the RapidDoc SVG Converter for Print
We built our SVG Converter specifically to solve this math for you. We include two powerful modes to handle "High Res" exports.
Method 1: The "Scale Factor" Approach
Use this if you just want a "better" image but don't have exact dimensions.
If you know your base SVG is defined as 100x100 (you can check the file properties), and you set the Scale slider to 4x, you get a 400x400 PNG.
This is great for quick upscaling to ensure logos look sharp on Retina websites or high-res monitors.
Method 2: The "Target DPI" Slider (Pro Mode)
This is the exact method for print shops. In our tool:
- Select "Custom Scale / DPI" in the Resize Mode dropdown.
- Move the DPI slider to 300 (or type it in).
- Load your SVG.
Our engine automatically recalculates the pixel density required to make that image print-ready at its natural size definition. We essentially perform the Inches * 300 math behind the scenes for you.
Transparency: The Print Shop's Best Friend
Never send a logo with a white background unless it's intended as a box. White boxes look terrible on colored paper or off-white cardstock.
Always ensure "Transparent Background" is checked when exporting to PNG.
Warning: The JPG format does not support transparency. It will inherently turn transparent areas white (or black). For professional print workflows involving logos, PNG-24 or PNG-32 is the standard. Only use JPG for rectangular photographs.
Common Print Mistakes to Avoid
1. Converting to JPG for Text
JPG uses "lossy" compression. It saves space by discarding some color data. This creates tiny artifacts (noise) around sharp lines like text or geometric shapes. For a logo with text, always use PNG. Those artifacts are invisible on a phone screen but scream "low quality" on a printed brochure.
2. CMYK vs RGB
Most web converters (including ours) work in RGB color space because web browsers are RGB engines.
For high-end offset printing (magazines, packaging), you may need to convert your PNG to CMYK in Photoshop or InDesign later to ensure color accuracy. However, for digital printing (Kinko's, Vistaprint, Office Depot), high-res RGB PNGs are perfectly acceptable and often converted automatically by their machines.
3. "Upsizing" a Raster
Do NOT convert an SVG to a small PNG, and then try to make that PNG bigger in Photoshop. That's called "upsampling," and it creates blur. You must export the SVG at the final size you need from the start. That is the whole point of using a Vector source.
Summary Checklist for Perfect Prints
Before you send that file to the printer, run through this checklist:
- Source: Is your source file a true Vector SVG (not just a JPG inside an SVG wrapper)?
- Math: Did you decide your physical size (inches) and multiply by 300?
- Tool: Did you use RapidDoc Converter to hit that pixel target?
- Format: Is it a PNG? Is transparency active?
- Check: Open the file and zoom in to 100%. If it looks crisp on your screen, it will look crisp on paper.
Conclusion
Print is unforgiving. Unlike a website where you can push a fix in 5 minutes, once the ink is dry, it's permanent (and expensive) to fix. Thousands of brochures can be ruined by a single 72 DPI image.
Take control of your resolution. Stop letting default settings ruin your work. Use the right tools and the right math, and your physical brand assets will look just as premium as your digital ones.