Hi all,
Did anybody try to render to PDF using python and not the render tool?
I am trying to create a python code to replicate what the render tool does in order to be able to add some additional layouts that are not found in Alteryx.
Would appreciate your help in this.
Hi @cycyg this is possible using PyPDF2. You could also output a formatted docx or xlsx using one of the various libraries for those formats and save those as pdfs.