laravel-pdf-merger
laravel-pdf-merger copied to clipboard
Combine PDFs without changing orientation?
Is it possible to combine 2 PDFs but it keeps its original orientation?
So the end merged PDF has a combo of Portrait and Landscape?
When I run the command as null it still overrides to portrait.
https://github.com/laraben/laravel-pdfmerger
This package do auto orientation of the pages
@laraben Thanks for the information. I had the same problem, so I will try
@laraben Thanks for the great package! Completely solved my problem!