cancel
Showing results for 
Search instead for 
Did you mean: 
7 Replies
r.blake
Frequent Member
Frequent Member

Re: vatriable stock size

I am also trying to use variable stock size, but instead via modifying XPIF which is generated by FFCore itself.

And so far it doesn't work.

The resulting XPIF after External node looks correct, containing a section like this:

<media-col syntax="collection">
    <media-size syntax="collection">
        <x-dimension syntax="integer">32000</x-dimension>
        <y-dimension syntax="integer">45000</y-dimension>
    </media-size>
</media-col>

However, its not being used in Imposition node for some reason. Why?

Impose node sets media dimensions of the PDF file to trim box+bleed size, instead of what is specified in XPIF.

My settings for Impose node are the same as in the first post here.

I did the following test: took the source PDF file, took XPIF which was generated by FFCore after passing through the workflow, dropped them both into the exact same workflow - and now I got the properly imposed file. This proves both the XPIF file and Impose settings were correct.

Seems like Impose node ignores changes made in XPIF via External node.

 

0 Kudos
DavidU54339-XRX
FreeFlow Production Workflow Moderator
FreeFlow Production Workflow Moderator

Re: vatriable stock size

There is an example xpif 'atlanta.pdf.xpf" in one of the previous posts for this case -- within a zip file.

0 Kudos
CHIEN TRAN
Frequent Member
Frequent Member

Re: vatriable stock size

Dear,
I tried to read & searching everything to understand about this topic but the problem still exist. Please help me to answer these question:
1: how can i create the job ticket xpif file ?
2: i have to make a xpif file for each job ? // so if i have 100 job, that mean i have to create 100 xpif files ? And have to submit it with pdf file ? => it so complicate !!! //
3: do you have another solution for variable stock size (can we using .csv file ?)

Thank you !
0 Kudos
barwapk
Valued Member
Valued Member

Re: vatriable stock size

OK, all clear now, my file was also OK, the x dimension has to be smaller than the y dimension :)

 

The massage is "The value '40000' for attribute 'media-size.x-dimension' is outside the allowable range" is should be the same as in Impose node. 

Thank You for Your help :)

0 Kudos
DavidU54339-XRX
FreeFlow Production Workflow Moderator
FreeFlow Production Workflow Moderator

Re: vatriable stock size

You can/must submit them together. You should see the two purple icons in the Submit GUI on the upper left. The xpf needs to have the same name as the pdf with an addtional extension of .xpf. For example:

atlanta.pdf

atlanta.pdf.xpf

xpf.png 

0 Kudos
barwapk
Valued Member
Valued Member

Re: vatriable stock size

Meaby Im doing something wrong? I have workflow with external in python that changes walues of stock size and then save node to hotfolder with saveing XPIF.

Can I drag and drop PDF and XPIF togehter?

0 Kudos
DavidU54339-XRX
FreeFlow Production Workflow Moderator
FreeFlow Production Workflow Moderator

Re: vatriable stock size

I am using FFCore 6.1.1 (just became available). I am not seeing the problem. The xpif I used is attached. The press sheet size setup I used is:

size.png

0 Kudos
barwapk
Valued Member
Valued Member

vatriable stock size

Hello,

Im trying to make workflow with variable stock size to use it in impose node, im setting it like this:

https://ibb.co/XZnt8YZ

I update stock size by editing XPIF.

And get error:

The value '9400' for attribute 'media-size.x-dimension' is outside the allowable range.

 

0 Kudos