4
Views
1
Comments
Get Pdf print in Landscape mode?
Question
Hi,
i have one html page, to which i am converting into the PDF format but my point is,
i want that pdf page in landscape mode while printing .
how to achive that?

i have one extension file HtmlConverToPDF in which there is one Action GetPDF which has 3 arguments
1) URL of HTML page
2) GetProxy()
3) OtherArguments 
in Other Arguments i am not passing anything.

2019-11-12 17-31-26
Justin James
 
MVP
JD -

That component is built on a well-documented item from Google (https://code.google.com/p/wkhtmltopdf/). Use the "Other Arguments" and pass in what you need to make things work as you need them to. I've been able to do a lot of really good things with that extension with little work like this.

J.Ja
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.