I saved some plots from matplotlib into a pdf format because it seems to offer a better quality. How do I include the PDF image into a PDF document using ReportLab? The convenience method Image(filepath) does not work for this format.
Thank you.
|
feedback
|
|
According to ReportLab's FAQ this is only possible with ReportLab PLUS:
| |||
|
feedback
|
|
Use from reportlab.graphics import renderPDF | |||||
feedback
|