Jump to content

Search the Community

Showing results for tags 'numbering'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Start Here!
    • News
  • Software-Related Talk
    • Documentation
    • Getting Started
    • The JavaScript Library
    • FusionPro® VDP Creator
    • FusionPro® VDP Producer
    • FusionPro® VDP Server (API)
    • FusionPro® Expression®
    • MarcomCentral®
  • Support
    • Issues, Questions, Etc.
    • Digital Workflow Documents
    • Fonts
  • Off Topic
    • Customer Polls
    • Job Board (Moderated)
    • Reviews, Rants, and General Musings

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Occupation


FusionPro VDP software version


OS


Acrobat Version


Homepage


ICQ


AIM


Yahoo


MSN


Skype


User Title

Found 8 results

  1. I need to write a script that will return a "group number" for 15 records, then add 1 to the number and return for another 15 records, etc, etc? The specified number is NOT in our data file, so it can't pull from there. ex. ID______ GROUP____ RW10000 1001 RW10001 1001 RW10002 1001 RW10003 1001 RW10004 1001 RW10005 1001 RW10006 1001 RW10007 1001 RW10008 1001 RW10009 1001 RW10010 1001 RW10011 1001 RW10012 1001 RW10013 1001 RW10014 1001 RW10015 1002 RW10016 1002 RW10017 1002 RW10018 1002 RW10019 1002 RW10020 1002 RW10021 1002 RW10022 1002 RW10023 1002 RW10024 1002 RW10025 1002 RW10026 1002 RW10027 1002 RW10028 1002 RW10029 1002 RW10030 1002 I was going to try to add the group number in the data file, but I can't find a way to do that for 12,000 records that isn't extremely tedious and takes forever.
  2. How do I compose a job that only contains every 250-th record? I used the Sequential Numbering rule with the start number (76751) and there is no datafile involved. So for the total of 10.000 records I need only 40 records with 249 records skipped each time. On the same page is also a number printed from 1 to 40; but that is already working with a javascript-rule. Thanks for your help! Greetings from the Netherlands
  3. We're having speed problems when composing numbered tickets. (Template attached- simple numbering script via imposition) On the PC it takes: Job started 14:06:09 - 1498565169. Creator: FusionPro VDP Creator 9.3.36 ... Composing record #100000, input record 100000 Sheet #10000, record #10 Job ended 17:39:10 - 1498577950. Total Job Time: 3h 33m 1s On the Mac it takes only 7 minutes ...: Job started 14:22:37 - 1498566157. Creator: FusionPro VDP Creator 9.3.36 ... Composing record #100000, input record 100000 Sheet #10000, record #10 Job ended 14:30:04 - 1498566604. Total Job Time: 7m 27s Anyone has the same experience? Any ideas what is going on? Windows 7 PC Dell Optiplex 7010 8core i7-3770 Acrobat Pro DC v2015.006.30094 FusionPro VDP Creator 9.3.36 MacOS X El Capitan Imac Retina5k 27Inch Late 2015 4Ghz IntelCore i7 Acrobat Pro DC v2015.006.30172 FusionPro VDP Creator 9.3.36 TestNumbering_PC.zip
  4. Hi there, I use fusion pro as part of my Digital Storefront. I was wondering if there is a way to create a sequential numbering on fusion pro for a document and have it so that every time customer orders the product via DSF it will remember where the last number has finished. For example if last number was 100 the next time some one orders the sample product it will automatically start from 101. Hope this make sense. Thanks for your help in advance. Naval
  5. I want to be able to place a text field (with a white background) which would cover up some text on every page of the source PDF file. If I have a PDF parts manual, 100 pages long, but they want to cover up a piece of text (the serial number) on it and replace with a new serial number, as the parts serial numbers have changed. Thanks, David Scott
  6. Background: Simple coupons with sequential numbering set 4Up on a sheet. Problem: Sequential starting number works if I don't have "stack" set in the imposer. Once "stack" is set the starting number is disregarded and begins at 1. OnJobStart Code: var startNumber = 69000; //Enter the begin number provided. var totalCoupons = 1875; //Enter the number of total coupons var endNumber = (startNumber + totalCoupons) - 1; FusionPro.Composition.composeAllRecords = false; FusionPro.Composition.startRecordNumber = startNumber; FusionPro.Composition.endRecordNumber = endNumber; Empty Rule Code (CouponNumber): return CurrentRecordNumber(); FusionPro Imposer Settings: Simplex Stack Count 10000 OR Checked Infinite Stack Vertical Count 4 0" Spacing Goal: To have a coupon numbering system that did the counting down stack starting at a number other than 1 Answer: Made suggested changes to OnJobStart code and EmptyRule code provided by tou in the second post. Thanks! ^^,
  7. ================ UPDATE: 1/29/2016 Listing as solved and leaving code for future people if they need help. ================ I am working on creating several rules based on the page number of a document. First rule is a barcode for our inserter. We need to include: customer id current page (2-digit) total pages in record (2-digit) check digit So it should look something like: CN61341010300 I am having difficulty calling the page numbers in the empty rules though. Second rule is making it so that the barcode only displays on odd number pages and the first page is a different setup than all the other pages. Page 1 has a special check digit that signifies start of a document. Page 2-N have a different check digit to signify that it continues to pull. How would I call up page numbers in these situations? Will they work in empty rules or do I need a callback?
  8. I'm sure there's an easy way to do this, but I can't seem to wrap my head around it... I need to produce sets of sequential numbers. I have a series of prefixes (i.e. "R21-") that each have a different starting number (i.e. "2145") and a different number of sequential numbers needed for each prefix. The kicker is that I need each sequential number to repeat a different number of times for each prefix. For example, line item (prefix) 1, may need to repeat each number three times and would output like this: R21-02145 R21-02145 R21-02145 R21-02146 R21-02146 R21-02146 R21-02147 R21-02147 R21-02147 ... I'm using the repeatrecordCount call in onRecordStart to specify the quantity of unique numbers for the set. I can't figure out how to get each of those unique numbers to repeat x number of times though. Does that make sense?
×
×
  • Create New...