Closed mantielero closed 3 years ago
For the export.pdf
function, pageList
should be a list of Page objects. (The documentation doesn't state this clearly.) You can get the list of all Page objects in a View using view.pageLayout()[:]
.
I think I should add a View.pages()
method which is more clear.
closing, I added View.pages()
and explained the question :-)
I am trying to use pdf, but I don't know how to provide the
pageList
from a View.