Is it possible to create a PDF document with differing page sizes in reportlab?
I would like to create a document where the first page has a different size then the other pages. Can anyone help?
|
feedback
|
|
Yes, this should be possible, since PDF supports this, it's just a question of how to make it happen in ReportLab. I've never done this, but the following should work:
And your document should now have two pages, one with a default size page and one with a page of size 700 pt by 500 pt. If you are using PLATYPUS you should be able to achieve the same sort of thing, but will probably require getting fancy in a | |||
feedback
|