Xml Pickup File Patterns
Posted: Thu Dec 01, 2016 9:06 am
Hi,
We use an external imposition tool which automatically impositions pdf files. We place the pdf files in a folder and they get processed.
To report back to the client about the imposition the imposition tool modifies the pdf file name slightly so that the user gets informed about the imposition quantity. Before this we export meta data.
e.g. :
The pdf filename that will be send to the imposition tool looks like this:
The filename that will be outputted looks likes this (We can modify this when needed).
To (re)import the job we use the XmlPickup plugin. How can I specify the filename pattern so that the xml gets picked up?
Thanks in advance,
Peter
We use an external imposition tool which automatically impositions pdf files. We place the pdf files in a folder and they get processed.
To report back to the client about the imposition the imposition tool modifies the pdf file name slightly so that the user gets informed about the imposition quantity. Before this we export meta data.
e.g. :
The pdf filename that will be send to the imposition tool looks like this:
Code: Select all
i_m04605856_i1_w210_h297_bst.pdf
Code: Select all
i_m04605856_i1_w210_h297_bst_2.pdf //!note the added "_2".
Thanks in advance,
Peter