How to save a TM30 report programatically instead of rendering to screen. #1294
|
How do I save a TM30 report programatically instead of rendering to screen. Regards Alex |
Answered by
thomasmansencal
Sep 13, 2024
Replies: 2 comments
|
Hi Thomas, thx for giving me the right hint. Works like a charm. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ademmler,
Try to pass
filename=/path/to/image.pngas a keyword argument.Cheers,
Thomas