Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

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