Search found 40 matches

by automation
Fri Oct 11, 2019 1:53 pm
Forum: Flows
Topic: Update pdf metadata from XML? XMP Inject?
Replies: 6
Views: 8234

Re: Update pdf metadata from XML? XMP Inject?

Thanks for your flow. I have tested many times but can't get it to work if I drop one XML and one pdf and insert the data from the XML as metadata in the pdf. It works fine if I only drop a pdf and set static values in XMP update. How can get it to work with pdf and XML and pick the values from the ...
by automation
Mon Oct 07, 2019 11:32 am
Forum: Flows
Topic: Update pdf metadata from XML? XMP Inject?
Replies: 6
Views: 8234

Update pdf metadata from XML? XMP Inject?

I can pickup data from an XML and now I want to add that data as metadata to a pdf-file in the same job.

How can I do that? I have tested XML Pickup and write to the pdf fil XMP Inject but can't see where I define where I want the metadata in pdf and get an error.
by automation
Fri Aug 23, 2019 2:56 pm
Forum: Flows
Topic: How can I delete Mac OS hidden files in Switch on Windows?
Replies: 3
Views: 4794

Re: How can I delete Mac OS hidden files in Switch on Windows?

Can this folder delete files that are not visible inside Switch (hidden mac files)?
by automation
Fri Aug 23, 2019 8:39 am
Forum: Flows
Topic: How can I delete Mac OS hidden files in Switch on Windows?
Replies: 3
Views: 4794

How can I delete Mac OS hidden files in Switch on Windows?

We download a zip file in Switch on Windows and uncompress it. The files are compressed on a Mac and when we unpack them they look like this in Windows Explorer. ._Filename_1.pdf ._ExcelFile_1.xls ._Filename_2.pdf ._Filename_3.pdf ._Filename_4.pdf ._Filename_5.pdf Filename_1.pdf ExcelFile_1.xls File...
by automation
Wed Jul 10, 2019 2:47 pm
Forum: Flows
Topic: XSD validation on XML in Switch?
Replies: 3
Views: 5132

Re: XSD validation on XML in Switch?

Hi I believe you can do this using the Saxonica Configurator using XQuery https://www.saxonica.com/html/documentation/schema-processing/commandline.html Description This configurator allows performing XSLT 2.0 and 3.0 transformations and XQuery queries using the Saxon XSLT and XQuery Processor from...
by automation
Tue Jul 09, 2019 1:10 pm
Forum: Flows
Topic: XSD validation on XML in Switch?
Replies: 3
Views: 5132

XSD validation on XML in Switch?

We have Switch 2018/2019. Is there a way to validate XML against XSD? We have a XSD file from but don't know how we can validate XML-files against it in Switch and I don't find anything in the Enfocus Appstore when we search.
by automation
Tue Apr 09, 2019 4:30 pm
Forum: LEGACY scripting
Topic: Don't send Login and password in plain text within the url to web service?
Replies: 6
Views: 8192

Re: Don't send Login and password in plain text within the url to web service?

The web service expect me to use POST but when I change to this I get an error theHTTP.url = apiUrl + "/order/latest"; theHTTP.localFilePath = job.createPathWithName("latest.xml", false); job.log(1,theHTTP.localFilePath, false); theHTTP.post() The log don't display the password i...
by automation
Tue Apr 09, 2019 10:26 am
Forum: LEGACY scripting
Topic: Don't send Login and password in plain text within the url to web service?
Replies: 6
Views: 8192

Re: Don't send Login and password in plain text within the url to web service?

Does it matter if I use "Basic Authentication" or other authScheme?
by automation
Mon Apr 08, 2019 4:24 pm
Forum: LEGACY scripting
Topic: Don't send Login and password in plain text within the url to web service?
Replies: 6
Views: 8192

Don't send Login and password in plain text within the url to web service?

I'am using the code below to connect to a web service and then download content. They say I'am sending Login and password in plain text within the url to web service. How can I solve to not send in plain text? The url is https. //Some vars defined first var apiUrl = s.getPropertyValue('apiUrl'); var...
by automation
Tue Jan 15, 2019 10:26 pm
Forum: Flows
Topic: Get all pdf from a folder with name from a XML file?
Replies: 1
Views: 2937

Get all pdf from a folder with name from a XML file?

I have a folder with pdf like this name_1.pdf name_2.pdf name_3.pdf name_4.pdf name_5.pdf If I for an example have a XML with this tags <ProdID>1123</ProdID> <ProdName>name_3<ProdName> <ProdID>124</ProdID> <ProdName>name_5<ProdName> I want to pick up the ProdName from the XML (name_3 and name_5) and...