Closed robinson2 closed 1 year ago
@robinson2 As part of the next major release we removed the TCPDF and FPDI source files from the repository. I want however to make sure the TER releases still include them, just haven't fully tested it yet:
If you would like to use the unreleased version already, you can manually download the sources and place them in Resources/Private/PHP/tcpdf
and Resources/Private/PHP/fpdi
respectively. The download links you find in the code snippet above. I think the implementation in the main branch should be pretty stable already.
@maechler thank you very much. It worked flawlessly on the first try. And now I also know how to fix such problems myself in the future.
Environment TYPO3 version(s): 12.4.4 non-composer pdfviewhelpers version: github master 2023/08/07
I tried the example https://docs.typo3.org/p/bithost-gmbh/pdfviewhelpers/main/en-us/Examples/BasicUsage/Index.html and got the error "file /html/typo3/typo3conf/ext/pdfviewhelpers/Classes/Model/BasePDF.php, line 41: Class "setasign\Fpdi\Tcpdf\Fpdi" not found".
The TypoScript Template is inculded.