Pickup / Retrieve PDF from URL [SOLVED]

Post Reply
NEOSA
Member
Posts: 39
Joined: Thu Mar 10, 2016 6:31 pm

Pickup / Retrieve PDF from URL [SOLVED]

Post 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.
Last edited by NEOSA on Tue Apr 24, 2018 1:26 pm, edited 1 time in total.
jan_suhr
Advanced member
Posts: 586
Joined: Fri Nov 04, 2011 1:12 pm
Location: Nyköping, Sweden

Re: Pickup / Retrieve PDF from URL

Post by jan_suhr »

The HTTP Request element will download the file in the URL.
Jan Suhr
Color Consult AB
Sweden
=============
Check out my apps
NEOSA
Member
Posts: 39
Joined: Thu Mar 10, 2016 6:31 pm

Re: Pickup / Retrieve PDF from URL

Post by NEOSA »

THANKS Jan ;-)

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

A great thanks again.

Have a nice day.
Post Reply