Search code examples
codeigniterhtml-to-pdf

Convert pdf in landscape mode using pdfcrowd API


I have been using pdfCrowd API to convert HTML to PDF, but the default page orientation set for conversion is portrait. So, is there any way to set the page orientation to landscape.


Solution

  • This is the code try it

    header("Content-Type: application/pdf");
    header("Cache-Control: max-age=0");
    header("Landscape-mode: 3pdf,'L'");