PDF Won't Print? A Triage Guide to Find the Real Cause
The symptom looks the same no matter what causes it: you press print, the dialog closes, and nothing happens. Sometimes the job appears in the print queue and sits there forever. Sometimes the reader freezes for thirty seconds and then quietly gives up. Sometimes a page comes out but it is blank or half rendered. Because the visible behaviour is identical across very different root causes, guessing is a waste of time. What you need first is not a fix but a diagnosis that splits the problem into two halves: the printing path, or the document itself.
Run this test sequence in order, and stop at the first step that fails. First, print a plain text file or a simple one page document from any other application. If that also fails, the problem is the printer, the driver, or the spooler, and the PDF is innocent. Second, if other documents print fine, open your problem PDF in a different reader, such as your browser instead of a desktop app, and print from there. If it now works, the reader is at fault. Third, print a single page rather than the whole file. If page seven is the only one that fails, you have isolated a corrupted object rather than a broken document.
Fixes, ordered by how often they actually work. Clear the print queue and restart the spooler, because a single stuck job blocks every job behind it and this accounts for a surprising share of cases. Next, in your reader's print dialog, enable the option usually labelled print as image. This rasterises each page before sending it, bypassing fonts and vector operators the driver cannot interpret. It is slower and slightly softer in quality, but it succeeds where normal printing fails. Third, update or reinstall the printer driver, especially after an operating system upgrade.
If the file itself is the culprit, work on the document. Run it through repair, which rebuilds the internal structure and cross reference table so readers stop choking on malformed objects. If only certain pages fail, use split to extract the good range and print that, then handle the bad pages separately. Converting the pages with PDF to JPG and then rebuilding with Image to PDF is a heavier hammer, but it flattens everything into plain pictures that any driver can handle. A pass through compress can also help when the file is enormous and the printer simply runs out of memory.
Sometimes there is no fix, and it is better to know early. A PDF protected with an owner password can carry a printing restriction, and if you do not know that password, no legitimate tool will remove it. Our unlock tool requires the password you already have. Files that were truncated during download, where the final bytes never arrived, may be beyond repair because the missing content genuinely does not exist. In both cases the correct move is to go back to whoever produced the document and request a clean copy rather than spending an afternoon on recovery attempts.