Set the Producer for PDF to PDF
The PDF to PDF converter now has its own PdfProducer parameter for the producer metadata field. Until now the producer was wired to PdfTitle, so setting a document title silently overwrote the producer as well. The two fields are independent from this release on.
Highlights
PdfProducersets the producer metadata field on the output PDF.- Leave the parameter out and the document keeps the default producer.
- Pass a single-quoted space (
' ') to strip the producer from the output altogether.
Parameters
PdfProducer(string) - the value written to the PDF producer metadata field. Defaults to the standard document producer. Use' 'to remove it.
Fixes
- PDF to PDF - the producer field took its value from
PdfTitle, so setting a title also replaced the producer. Each metadata field now reads its own parameter.
Try it out
- PDF to PDF
- API sandbox: pdf-to-pdf