I am using pdfkit
in Python to convert my Django template to PDF.
I am going to generate a pdf with 3 pages and I need my last page size should be landscape
.
I tried with options
parameter but couldn't find how to apply page_size
for a specific page.
Note: Please comment if you are unclear with the question rather down voting, losing interest in this platform.