summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
authorTim S <tim-st@users.noreply.github.com>2019-08-15 14:39:41 +0200
committerTim S <tim-st@users.noreply.github.com>2019-08-15 14:39:41 +0200
commit94823924d17ac5bdb913c7c212a82a1ff746356a (patch)
treee062316e4678201d6b545c31699c68874141484f /def.go
parentabb2841fca8cde49264525e891960687315a3908 (diff)
Add method `SetProducer`
This allows changing or removing the PDF producer string in the metadata of the PDF file.
Diffstat (limited to 'def.go')
-rw-r--r--def.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/def.go b/def.go
index efa573e..95da6ba 100644
--- a/def.go
+++ b/def.go
@@ -563,6 +563,7 @@ type Fpdf struct {
zoomMode string // zoom display mode
layoutMode string // layout display mode
xmp []byte // XMP metadata
+ producer string // producer
title string // title
subject string // subject
author string // author