montessori-ressources / web

Montessori Ressources full stack webapp based on PHP Symfony
MIT License
2 stars 0 forks source link

Feature/pdf fix #82

Closed StaudenmannM closed 4 years ago

StaudenmannM commented 4 years ago

Fix the PDF format with extra line and put 2 images per page

julbrs commented 4 years ago

Hello

Some remarks:

Thanks !

StaudenmannM commented 4 years ago

Hi, Regarding formats, yes we will have to define another format for printed version (when a user will be able to choose between them :)). Regarding the import, I used dom directly because I didn't know how to change the settings (i.e. A4 landing space) but if there is an option to do it in wrapper I will be happy to use it :)

julbrs commented 4 years ago

Hello

I have added a small commit to use the wrapper and set the defaultOrientation to "paysage". The PR is OK for me I let you merge if my commit is OK for you ;)