I am just using the app engine python file conversion api for the first time. I am converting html to PDF. It seems to work well, and pretty fast too, but even though the html page is set to 960px width the resulting PDF crops off the content, because the PDF seems to be formatted to output portrait in A4 size.
Looking at the docs I can't see any options for this. If I could make it landscape it should fit.
Am I missing something obvious or is it always A4 portrait?