Combine PDFs via Code Snippet

Questions about and code samples for automation process code snippets within Select.
Post Reply
elimalone19
Posts: 23
Joined: Mon Jan 31, 2022 2:26 pm

Combine PDFs via Code Snippet

Post by elimalone19 »

This is a long shot, but is there any way to combine PDFs in the attachments folder of an order via a python code snippet?
BobRichards
Posts: 1377
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Combine PDFs via Code Snippet

Post by BobRichards »

You can read and write order attachments but as far as I know, there is no built-in way to combine the PDF attachments together in Python.

It can be done, though. If you want to find a third-party application with a .NET interface, write the code to pass it the attachments, retrieve the merged document then attach it to the order and clean up - then you are free to do that. Sounds fun! :)
Bob Richards, Senior Software Developer, SoftPro
Post Reply