Create directly when the document is short, final and layout-driven: a cover sheet, a signed note, a label, a one-page form.
Author elsewhere and export when it has flowing text or will be revised. PDFs do not reflow, so every edit means repositioning things by hand.
Most PDFs are exported rather than authored, and that is usually correct. The format is a destination. Working directly in it makes sense in the specific cases where you want absolute control over placement and are not going to rewrite anything.
When direct creation makes sense
The common factor is that position matters more than text, and the document is not going to change much.
- Cover sheetsA few fixed elements
- Signed notes and authorisationsOne page, then done
- Labels and cardsPrecise placement matters
- Simple one-page formsFields at fixed positions
- CertificatesFixed layout, variable name
- Separator pagesText on an empty sheet
For all of these, opening a word processor means fighting its layout engine to place things where you want them. Working on a blank PDF page, where everything sits exactly where you put it, is genuinely quicker.
When it is the wrong choice
As soon as the document has real prose in it, the balance flips completely.
A PDF has no paragraphs. Text is glyphs at coordinates, and nothing reflows. Add a sentence in the middle of a page and everything below it stays exactly where it was, overlapping the new text. In a word processor that same edit takes a second and the rest of the document rearranges itself.
Building one
The process is closer to page layout than to writing, and it rewards deciding the structure before adding anything.
Set the page size first
A4 or Letter for anything printed, and match the destination if it is something else. Changing page size later means repositioning everything, since content is placed at absolute coordinates.
Place the fixed elements
Logo, title, any lines or boxes. These anchor the layout, and getting them right before adding detail saves moving the detail later.
Add text and images last
Working from the largest, most structural elements down to the smallest gives you a layout that holds together, and avoids the repositioning that comes from building detail before structure.
The alternatives, briefly
Three other routes cover most of what people reach for a blank PDF to do.
For documents with text
- Word, Docs or Pages, then export to PDF
- Text reflows properly through every revision
- Structure, links and headings carry across
- Better for anything longer than a page
- Keeps an editable source for next time
For documents made of pieces
- Build from images, scans or existing pages
- Merge and reorder rather than draw
- Right for reports made of exported sections
- No layout work at all
- Each part stays independently replaceable
Making it fillable
If the document is a form, the fields are a separate layer added after the page is designed. Draw the form first, with its lines, labels and boxes, then place interactive fields over the blanks.
Keep the field positions aligned with the printed lines underneath, since a field that sits slightly above its line looks wrong when filled and prints worse. And give each field a clear, distinct name, because name collisions are what break forms when documents are later merged.
Build a PDF in your browser
Start from a blank page, add text, images and shapes, and download the result.
Common questions
Choosing where to build it.
01Should I create a PDF directly or export from Word?
Export from Word for anything with flowing text or anything that will be revised. Create directly for short, final, layout-driven documents such as cover sheets, labels and one-page forms, where precise placement matters more than editability.
02Why is editing text in a PDF so awkward?
Because a PDF stores glyphs at fixed coordinates rather than paragraphs. Nothing reflows, so inserting text does not push the following content out of the way. That is the format holding its layout, which is what it exists to do.
03What page size should I use?
A4 or US Letter for anything that will be printed, matching the paper used where you are. Set it before adding content, because changing it afterwards means repositioning everything on the page.
04Can I add form fields to a PDF I created?
Yes. Design the page first with its lines and labels, then place interactive fields over the blanks. Align each field with the printed line beneath it and give it a distinct name to avoid collisions later.
05How do I avoid content being cut off when printing?
Keep everything at least a centimetre from the page edge. Printers cannot print into a band of 3 to 5 millimetres where the paper is gripped, and a blank canvas gives you no margin guides to warn you.
06Is there any downside to building a PDF directly?
You end up with no editable source. The PDF is the only version, so every future change means editing the PDF itself, with all the repositioning that implies. For anything recurring, build it somewhere that keeps a source document.