Hi,
i'm using wkhtmltopdf in my c# project which is converting html file into pdf. everything is working well, the only issue i faced is that i need mixed orientation in single pdf file. i.e first 5 pages are portrait and 6 and 7 are landscape and rest of all again portrait.
i can see in
documentation there is one orientation for complete pdf file.
is there any way to have mixed orientation in wkhtmltopdf. please help me.