Breaking: #35 - Extract writing document to FileWriterService
See Issue 135
Description
To enable the PDF content to be written using a separate file name, writing the rendered content should be moved to a separate service.
Your own service can then be integrated via dependency injection.
Affected Installations
All installations which overwrite
\Extcode\ and
\Extcode\
are affected.
These methods were removed. The functionality was
moved to \Extcode\
and return the pdf content as string. Saving the file was
handed over to the new
\Extcode\.
Migration
Move the logic to an own implementation of the
\Extcode\ and
inject this own service to the
\Extcode\.