Vector PDF against image PDF, and why it matters
Same extension, two entirely different things inside. How to tell which you have, and why one of them is the right one for drawings.
PDF is a container, and the extension does not tell you what is inside. The same .pdf can hold a photograph of a page or the mathematical description of every line on it. For drawings, that distinction decides whether the file is useful at all.
What each one stores
| Image (raster) PDF | Vector PDF | |
|---|---|---|
| Content | A grid of pixels | Line, arc and curve definitions |
| Zooming | Blurs past a certain point | Sharp at any scale |
| Text | Baked into the picture, not selectable | Real text: selectable, searchable, copyable |
| File size | Grows with resolution | Grows with the amount of geometry |
| Measuring | Unreliable | Correct, given the scale |
Telling which one you have
- Open the PDF and zoom to 400%. Sharp edges mean vector; visible square pixels mean an image.
- Double-click on a label. If it can be selected, it is real text.
- Search the document (Ctrl/Cmd + F). If the project name in the title block is found, it is vector.
Why drawings need vector
The detail stays readable
On a floor plan at 1:100, level annotations 2 mm high are nearly invisible on screen. In a vector PDF you can zoom to 800% and read them. In an image PDF, the same label is a smudge beyond the resolution it was rendered at.
Print quality follows the device
A vector PDF is drawn at the resolution of whatever prints it: 600 dpi on a laser printer, 2400 dpi on a plotter. An image PDF is limited to the resolution baked into the file, and a better device will not improve it.
File size stays sane
Storing a large sheet as a raster at readable quality means an image tens of thousands of pixels across — hundreds of megabytes. The same sheet as vector fits in a few.
How to get vector
Your source has to be vector already: a DWG, a DXF, or a PDF produced directly from CAD. Turning a photograph or a scanned sheet back into vector is a separate and laborious job. If you have the DWG or DXF, you can produce vector PDF directly.
Try it with your own drawing
Drop a DWG or DXF and take away a true-scale vector PDF. Nothing to install.
Related reading
How to convert a DWG file to PDF properly
Turning a drawing into a PDF is easy. Doing it without losing the scale, the colours and the hatches is not. Step by step.
Opening a DWG file without AutoCAD
You have no licence but you need to read the drawing. The options, what each is good for, and where each falls short.
DWG vs DXF: what differs and which one to send
Both are drawing files, but they are not the same thing. One is binary, the other readable text — and that difference sometimes saves a project.