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.
This is the code try it
header("Content-Type: application/pdf");
header("Cache-Control: max-age=0");
header("Landscape-mode: 3pdf,'L'");