OPUS4 / opus4-pdf

PDF support in OPUS 4 for instance to generate cover sheets or validate files.
Other
0 stars 0 forks source link

`CoverGeneratorFactory` & nötige Interface(s) nach Common verschieben #65

Closed extracts closed 1 year ago

extracts commented 1 year ago

Die Verwendung des PDF-Pakets sollte in "application" optional sein.

Die in "application" von DeliverController->getCoverGenerator() verwendete CoverGeneratorFactory Klasse soll (inkl. notwendiger Interfaces) nach "opus4-common" verschoben werden. Damit sind diese Klassen verfügbar, unabhängig davon ob das PDF Paket verfügbar ist oder nicht.

Siehe auch: https://github.com/OPUS4/opus4-common/issues/95 & https://github.com/OPUS4/application/issues/1088