Having problem with PDF generation in OXID eShop v6.0.0 Beta2

Hello Team,
While working on modules in OXID eShop v6.0.0 Beta2, I had a requirement to generate PDF’s, unexpectdly oxpdf and tcpdf classes are not found in OXID v6.0 Beta2.
But our module is dependent on those(oxpdf and tcpdf) classes, until oxid4.10 this is working fine.
Is there any changes/added classes instead of (oxpdf and tcpdf) classes or are they deprecated from OXID v6.0 Beta2.
Could you please help us to proceed.?

Thank you.

Hi @d29,

I reckon, the module PDF invoice is not configured in the vagrant files to be used with v6 beta (as it is intended to be used by developers). If you want to include this module, you have to configure it in the yaml files.

Regards

but i suggest using your own pdf library,
so you always can have an up to date version instead of 10 years old version included in oxid
and use whatever fits your needs

Right, and post it as a GPL module on GitHub :wink: