From 0e5c39bf5495154aa9dfd140db18db7345d7b824 Mon Sep 17 00:00:00 2001 From: Alexander Eichhorn Date: Wed, 30 Aug 2017 15:12:34 +0200 Subject: add xmp metadata output --- def.go | 1 + 1 file changed, 1 insertion(+) (limited to 'def.go') diff --git a/def.go b/def.go index 552415f..fd6ef81 100644 --- a/def.go +++ b/def.go @@ -224,6 +224,7 @@ type Fpdf struct { footerFncLpi func(bool) // function provided by app and called to write footer with last page flag zoomMode string // zoom display mode layoutMode string // layout display mode + xmp []byte // XMP metadata title string // title subject string // subject author string // author -- cgit v1.2.1-24-ge1ad