Alteryx Designer Desktop Discussions

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

Modify editable PDF and send it by email

SofiaLastiri
6 - Meteoroid

Hello,

 

I would like to modify some information for an editable PDF with information that I have in a data base, and then, send the PDF to the email that is contained into the data base. I need to do this with multiple records. Do someone knows how to do it?

 

For example, I have an excel with Name and email fields, and I need to modify the name into the PDF and then send it to the email reported.

 

I hope you can help me, thanks in advance (:

1 REPLY 1
danilang
19 - Altair
19 - Altair

Hi @SofiaLastiri 

 

You can't modify existing pdfs with Alteryx.  You can only create new ones.  If you're familiar with Python, there's an example here.    You can use Alteryx to query the list of values to fill and pass these to a Python tool to do the actual filling. 

 

Dan

Labels
Top Solution Authors