Output PDF reports with a password
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello !
I was wondering if it's possible to output PDF reports files with a password on it.
I've read that only Calgary Database could be encrypted, but not sure if it's still of actuality.
If it's not possible via Alteryx, then what would be the best way to output data and keep it protected? Else then zip if that exist
Thanks
Solved! Go to Solution.
- Labels:
- Best Practices
- Common Use Cases
- Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Alteryx does not have any native support to add a password to a PDF it creates. However, you may still be able to do with the Run Command.
Coherent PDF Command Line Tools looks like it has an option to encrypt a PDF document so, in theory, after PDF is created, use the Run Command tool to create a .BAT file that contains a CMD script that'll perform the encryption.
Again, this is theoretical and it's not something I've attempted before. This post reviews parsing a PDF to txt using a command tool so you could probably follow the directions here to get you started.
Hope this helps!
Jimmy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks @jrgo
This should give me something where to start an experiment. I should start working on this next week as my clients want me to output PDF report with a password.
I'll post here any updates if I ever find a solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I finally made it work with cpdf.
Apparantly there is no need to parse your PDF.
You simply generate a PDF report via Alteryx, then, in a second worfklow you use cpdf via the Command tool, and you end up with a encrypted PDF of your choice x)
More info post can be found here on my second post :
Cheers and thanks again @jrgo !
