tuub / kitodo-mediaserver

Kitodo Mediaserver
GNU General Public License v3.0
7 stars 6 forks source link

Add PDF/A and Metadata #261

Closed ponchofiesta closed 5 years ago

ponchofiesta commented 5 years ago

For a Kitodo.Production task we need PDF/A generation and embedded metadata like author, title and date of production. This could be done by default.

ponchofiesta commented 5 years ago

PdfboxDocument now adds PDF/A info and metadata, if provided. In this implementation the convert action does not provide metadata. It only writes PDF/A. I extracted PdfboxDocument and PdfboxPage to their dedicated files.

For PDF/A a ICC color profile is needed. The user may specify their own profile file. The default is the sRGB profile from icc-profiles-free package from Ubuntu.