The flow downloads pdf-files and xml-files from our ftp and then impose the pdf for our Indigo machines. As the customer has both saddle stitched and perfect bound products I have to handle the files differently depending on the binding style.
The flow looks like this:

and the xml-file looks like this:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<order>
<pof>P55673</pof>
<system>jarocka</system>
<product>
<filename>697_Vit_A4L.pdf</filename>
<artno>JAR-7601</artno>
<binding>perfectbound</binding>
<quantity>1</quantity>
<color>4+4</color>
<width>210</width>
<height>297</height>
<paper>MultiArt Gloss (170g)</paper>
</product>
</order>
This happens even though there is a Hold right after the Sort folder. If I change the width back to 210 and drag the pdf and xml to Incoming files there is no problem.
If I change the value for the height there is no problem, only when I change the value for the width...

Any ideas as to why this might happen?
All I do is to add the XML as Metadata...