The practical difference
In the traditional PDF Document Information dictionary, Creator is intended for the application that created the original document when the file was converted from another format. Producer is intended for the application that converted or generated the PDF.
Where the source document was authored
Examples can include Microsoft Word, Adobe InDesign, LibreOffice, a reporting application, or another program that created the document before it became a PDF.
What generated the PDF
Examples can include Adobe PDF Library, a browser PDF engine, a print-to-PDF driver, Ghostscript, or a software library used by an application or web service.
Why a PDF can show both
A document often passes through more than one application. Imagine a report authored in Microsoft Word and then exported through a separate PDF conversion engine. The Creator field can describe Word while the Producer field describes the PDF-generating component. Seeing two different products is therefore not inherently suspicious — it can simply describe two stages of the same workflow.
Creator and Producer can also appear in XMP
PDF metadata is not limited to the Info dictionary. XMP can carry related properties as well. For example, Adobe defines pdf:Producer for the tool that created the PDF document, while XMP commonly uses xmp:CreatorTool for the creating application.
A PDF can contain both Info-dictionary and XMP values, and they do not always agree. Files that have been edited, converted, incrementally updated or processed by different applications can accumulate metadata from multiple stages of their history.
These fields survive more than you would expect
Because Creator and Producer are ordinary string values, it is easy to assume any cleaning step clears them. Often it does. What is less obvious is that a value can appear to be gone and still be in the file.
The most repeated advice for stripping PDF metadata is exiftool -all=. On a PDF that command writes an *incremental update*: a new revision that hides the previous values while leaving the original bytes in place. ExifTool says so on every run — Deleted tags may be recovered! — and one further command brings the old Producer and Author back. We measured that behaviour alongside six online tools, and it is the reason a field reading as empty in one viewer is not evidence the value has left the document.
So when Creator and Producer disagree, or when one of them is blank, treat it as a question rather than an answer. A blank Producer can mean the field was never set, that a converter cleared it, or that something wrote a newer revision over the top of a value still sitting further down the file.
Do Creator and Producer prove where a PDF came from?
No. They are ordinary metadata fields, not cryptographic evidence. Software can set, replace or remove them. A trustworthy investigation should compare them with other context: Author, timestamps, XMP identifiers, digital signatures, the visible document, and the source from which the file was obtained.
A useful rule: use Creator and Producer to generate hypotheses about a document's workflow, not to prove that workflow by themselves.
How to check Creator and Producer
Lyonite's PDF Metadata Viewer reads supported metadata locally in the browser and reports Creator and Producer alongside Author, dates, XMP information and other document properties. This makes it easier to compare the fields instead of interpreting one value in isolation.
Check Creator and Producer in a PDF →