1

is there a way to use a table in onFirstPage in SimpleDocTemplate. It is a flowable object and is supposed to be the first argument. But i want to display data that should be displayed on all pages.

doc.build(flowables, onFirstPage=myFirstPage, onLaterPages=myFirstPage)
4

1 に答える 1

1

That's not really possible.

What are you trying to accomplish? You should be able to get a table on the first page using frames in the PageLayout to place it wherever you want.

于 2012-06-16T17:56:23.973 に答える