i´m modifying one application in laravel-5.6 and i have a problem when i created my pdf with barryvdh
library.
i need that this pdf show in vertical but only can show so:
i think that his size it´s letter... only i can show in landscape... This error, before it did not happen one day, my application start to generate pdf so...
This is configuration in jobs:
pdf = PDF::loadView('pdf.precontrato', ['precontrato' => $this->precontrato])
->setPaper('A4', 'Portrait')
->setOption('zoom', 1.2)
->setOption('footer-center', 'x')
->setOption('footer-font-size', 5);
i don´t know if i have any problem with cache... but if i change this configuration always i show how in pictures.
this is configuration for config/snappy.php
Thanks for help me and readme.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire