Export or Print a Finished PDF
Export writes a new PDF with your answers drawn into the page. Printing is a different operation with a different result, and here is how they differ.
Written against the Aug 8, 2026 release·what has changed since
At the end of a form there are two buttons, and they are not two routes to the same result. Export builds a new PDF and hands it to you. Print builds the same PDF and hands it to your browser's print dialog, after which what happens is between you, that dialog and whatever you select in it. Knowing which one to press, and what each leaves you holding, is the difference between sending a clean document and sending a slightly worse copy of one.
What export bakes in
Export rebuilds the document in your browser. The original pages are copied with their structure intact, and everything you added is drawn onto them as real PDF content rather than as a picture of it.
- Typed answers become selectable text in one of the three standard typefaces that every PDF reader can render identically.
- Ticks and crosses become vector lines drawn where the box was, sharp at any zoom.
- Signatures are exported as vector strokes, so a signature scales without the softness of a pasted image.
- Highlights are drawn so the text underneath stays readable, the way a real marker behaves.
- Erase areas depend on the mode you chose, which is the one item on this list that deserves a paragraph of its own.
The file arrives in your downloads with the original name plus a suffix marking it as the edited copy. That is not decoration: it means an export can never quietly overwrite the document you started from, and it leaves you with both versions when an answer has to change later. Rename it after the download if a portal insists on a particular filename.
The report that tells you what you got
After an export the editor reads the file it just produced and reports what is actually in it. The numbers are parsed from the finished bytes rather than predicted from the settings you used, which is the only version of this feature worth having.
- Pages, and how many of them still carry selectable text, with a character count.
- Form fields and annotations, so you can see whether the original form survived.
- Signature ink, distinguishing vector strokes from an older stored image.
- Encryption, saying whether protection was preserved, removed, added or could not be verified.
- Rebuilt pages, naming any page that had to become an image, with warnings for anything that degraded.
One thing the report does not claim is accessibility. The exporter does not write a tagged structure tree, so the file is not a tagged PDF and the report says so rather than staying quiet about it.
Why printing is a different operation
Print generates exactly the same document as export and then opens your browser's print dialog on it. If you send it to a printer, you get the document on paper and nothing has been lost. The interesting case is the one people actually use most: choosing Save as PDF inside that dialog.
That is not a copy of the file. It is a new document produced by the print pipeline, and the result is decided by your browser and your printer driver rather than by this editor. Expect it to be laid out for the paper size selected in the dialog rather than the page size of the original, to arrive without the form fields the original still carried, and to be a different size on disk. It also arrives with no export report, because nothing in this tab produced it.
On a phone the print path has one more quirk. Some browsers cannot print from within a page, so the document opens in a new tab instead and you print from the viewer there. Same file, one extra step.
Checking it before you send it
- 1
Open the exported copy
Read it in a PDF viewer rather than in the editor that made it. Anything misaligned is easier to see in a fresh window.
- 2
Try to select the text
If your answers highlight, they are real text. If nothing selects, that page was rebuilt as an image and you should know why before it goes anywhere.
- 3
Read every answer once
Values on the wrong line, a mark in the wrong option, and an empty required box are all obvious on a read through and invisible while you are typing.
- 4
Decide whether it needs flattening
If the recipient is a person, the document is already correct. If it is a system that reads field values, flatten first so what it reads matches what it shows.
Everything above happens on your own machine. The export is assembled in the tab, the report is read from the bytes in memory, and the file lands in your downloads folder without a round trip to anyone's server. That is also why closing the tab discards the working document: there is no other copy, which is the point of how this works.
The short version
- Export writes a new PDF with your answers as real text and your marks as vector lines.
- Cover mode erases leave the content in the file; only remove mode deletes it, and it costs that page's text layer.
- The export report is parsed from the finished file, not predicted from your settings.
- Printing to PDF is a different operation whose result your browser and driver decide.
- Open the exported copy, select some text, read every answer, and flatten only if a system will parse it.
Flatten PDF form fields
Bake current AcroForm values into the page before sharing a non-editable copy.
Was this article helpful?
Your answer stays in this browser. Nothing is sent to us. See how it works.
Keep reading
Reviewed and maintained by
Novus Stream Solutions Editorial Team
The Novus Stream Solutions Editorial Team maintains Novus PDF Studio's product documentation, tutorials and PDF explainers. The team checks product claims against the current browser-local implementation and tests, prefers primary specifications and vendor documentation, and corrects material errors openly. The byline identifies the responsible organization; it does not imply a named expert or professional adviser.
Privacy note: every tool mentioned in this article runs entirely in your browser. Nothing is uploaded or queued on a server. A PDF stays in the tab unless you explicitly use Save on this device, which stores that session in this browser without storing passwords. More on the how it works page.