Page 1 of 1

Pickup / Retrieve PDF from URL [SOLVED]

Posted: Tue Apr 24, 2018 9:48 am
by NEOSA
Hi All @Forum,

I have an XML file (this file come from a Web platform), informations about the PDF (asset file) to download is inside :

Code: Select all

<?xml version="1.0" ?>
<order_detail>
    <cpdf_url>http://www.drukzo.nl/upload/xyz.pdf</cpdf_url>
    <cpdf_md5>mymd5sum</cpdf_md5>
</order_detail>
Which setup do you use with Switch to pickup the PDF ?

Switch Server has Configuration Module + Scripting Module + MetaData Module.

Many thanks for clues/ideas ;-)

Regards.

Re: Pickup / Retrieve PDF from URL

Posted: Tue Apr 24, 2018 11:40 am
by jan_suhr
The HTTP Request element will download the file in the URL.

Re: Pickup / Retrieve PDF from URL

Posted: Tue Apr 24, 2018 12:00 pm
by NEOSA
THANKS Jan ;-)

It was so evident, I missed to check with the Tool :-)

A great thanks again.

Have a nice day.