Skip to content

Commit

Permalink
Adding a page before the tables, to make sure they don't go over the …
Browse files Browse the repository at this point in the history
…tables
  • Loading branch information
boazhaim committed Nov 19, 2024
1 parent 5dd3c9e commit 9f2c24d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def create_pdf(self, data_frames_with_titles, lists_to_add):
self.set_display_mode("fullpage")
self.add_page()
self.add_images()
self.add_page()

for title, df in data_frames_with_titles:
self.add_dataframe_as_text(data_frame=df, title=title)
Expand Down

0 comments on commit 9f2c24d

Please sign in to comment.