Hello,
I want to trigger an action that pick up an PDF from a Folder every time an XML arrives,
that PDF should also be renamed with the XML Filename that triggered that action.
Is that possible without scripting? We have a scripting module but Im not (yet) familiar with it.
Thank you for your help.
Trigger action to creat or pick up PDF
-
- Member
- Posts: 20
- Joined: Mon Jun 01, 2015 8:05 am
- Location: Switzerland
Re: Trigger action to creat or pick up PDF
You want to pickup the same pdf every time?
If not, is the name of the pdf in the xml file?
Both can be done without scripting
If not, is the name of the pdf in the xml file?
Both can be done without scripting

-
- Member
- Posts: 20
- Joined: Mon Jun 01, 2015 8:05 am
- Location: Switzerland
Re: Trigger action to creat or pick up PDF
sander wrote:You want to pickup the same pdf every time?
If not, is the name of the pdf in the xml file?
Both can be done without scripting
Hello Sander,
I want to pick up the same PDF file every time.
How do I do it?
Re: Trigger action to creat or pick up PDF
If I get you right this would work:


Re: Trigger action to creat or pick up PDF
With one slight addition: if the injected file keeps its own name, then there is no problem, but if it is named after the incoming job the injected PDF will also have the extension of the incoming job, in this case xml. That is not what you want. Add a rename after the inject to change the extension to pdf again and you are done.
Re: Trigger action to creat or pick up PDF
Hence... That's true! I use that after a lot of my injects haha.
Thanks for the addition Freddy!
Thanks for the addition Freddy!
-
- Member
- Posts: 20
- Joined: Mon Jun 01, 2015 8:05 am
- Location: Switzerland
Re: Trigger action to creat or pick up PDF
sander wrote:If I get you right this would work:
Thanks too you both, it works.