...nFirstPage=_footer, onLaterPages=_footer) File "D:\Splunk\Python-2.7\Lib\site-packages\reportlab\platypus\doctemplate.py", line 1129, in build
BaseDocTemplate.build(self,flowables, canvasmaker=c...
Hi,
I am generating a PDF from a dashboard. A table has cell values with multiple lines, making the rows large. Other values in that row are aligned at the bottom of the row.
Is there a way to ...
PDFs waste a lot of margin space that could be better used for actual data. Are there ways, either documented or undocumented, where we can tweak the PDF output to use more real-estate on the pages?
I have a requirement to add static text to panels, and would like the text to show up in printouts and PDFs too.
This text needs to be on all dashboard panels, so I'd like to set it globally, then ...