Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Using Python to render (without the Render Tool)

cycyg
7 - Meteor

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.

1 REPLY 1
aduval
6 - Meteoroid

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. 

Labels