Jump to content

tou

Registered Users - Approved
  • Posts

    112
  • Joined

Everything posted by tou

  1. Thanks. We were testing a test license on new hardware and found out that it worked there. It appears that the user account on the old machine did not have access rights to the working folder and was not able to access the resources. Thanks!
  2. If I don't check "use fusionpro producer on scheduler" I get my desired results. My results from server is blank pages when "use fusionpro producer on scheduler" is check? My cover page is being called via this rule: Pic = CreateResource("j:/masked path/BundleSlipSheet-Output.pdf", "graphic", true); //Pic = CreateResource("//masked UNC path/BundleSlipSheet-Output.pdf", "graphic", true); Pic.pagenumber = Field("ID"); return Pic; My insert pages are the 25 pages in their respective rules (pagenumber increments for the other 24 pages) Pic = CreateResource("J:/masked path/Production/Job 46759 OH8201011-Output"+Field("ID")+".pdf", "graphic", true); //Pic = CreateResource("//masked path/Production/Job 46759 OH8201011-Output"+Field("ID")+".pdf", "graphic", true); Pic.pagenumber = 1; return Pic; What am I doing wrong, I have the path correct in advance composition screen. Thanks in advance for your help.
  3. ok, I will try it out. Just to clarify, I have a data table of 400,000 with serialized data and need the following. 1 cover page every 25 records. then they get imposed 4 up onto 13x19 sheet size for digital printing. thanks for your suggestion.
  4. Oh, I see. My problem is that they are serialized individual sheets of 25 sheets per pad. I will figure something out, maybe traversing data or something like so. I thought that composed 1 ups results will then get Imposed, so setting the stacks to 26 in this case (or steps of 26) would yield the same results. Thanks for the tips. Its tough when you're Printnet spoiled and try complex programming via scripting.
  5. FushionPro VDP Creator 9.3.21 I'm trying to create pads with a cover sheet for every 1st record out of 25 records....so record 1 would utilize the following: cover, pad page record 2 would utilize the following: pad page .... .... record 25 would utilize the following: pad page record 26 would utilize the following: cover, pad page record 27 would utilize the following: pad page .... .... record 28 would utilize the following: pad page and so on pattern wise. my problem is that when I compose it with out FusionPro Imposer I get a nice 1-up document that looks ok, but if I multi-up the document using FusionPro Imposer, I'm getting blank pages. I see that my log file says the following also: Composing record #1, input record 1 Sheet #1, record #1 Composing record #2, input record 26 Sheet #1, record #2 Composing record #3, input record 2 Sheet #3, record #1 The number of pages in this record does not match the imposition signature: 1 blank pages will be added. Composing record #4, input record 27 Sheet #3, record #2 1 blank pages will be added. .....and so on Attached are the 1-up and 2-up documents. I've set my first page as unused and in my onRecordStart I have the following code: var a = FusionPro.Composition.inputRecordNumber; if (FusionPro.Composition.inputRecordNumber % 25 == 1) { FusionPro.Composition.SetBodyPageUsage('Body_1', true) } Thank in advance! Output.pdf Output - 2up.pdf
  6. How do I start a new thread? I'm running FP VDP Creator 9.3.21 I see the FPExpression folder in the installed directory. How do we utilize it? Are there some examples on Expression?
  7. If our creative dept is saving resources (fonts, images, etc) to a separate folder and is accessible, can't we just point to that font without installing them into our c:\windows\fonts directory, reloading in FP Acrobat, restarting FP Acrobat?
×
×
  • Create New...