Jump to content

AWhite2504

Registered Users - Approved
  • Posts

    29
  • Joined

Converted

  • FusionPro Products
    Yes

Converted

  • OS
    Windows 10

Converted

  • Acrobat Version
    Acrobat DC

AWhite2504's Achievements

Contributor

Contributor (5/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. I am trying to use onrecordstart to only compose VA,NJ records. if(Field("ST")!="VA"|"NJ") FusionPro.Composition.composeThisRecord = true; My output only shows VA. Can onrecordstart be used for multiple instances?
  2. Version: 11.2.0 Output format is Postscript. RIP is Prisma Sync I am using a PPD file. 20SBLCP9.zip
  3. I am trying to compose a job that is four pages, with two different medias. In the past I was able to compose with little issue. Now, the job calls for the records to stay in order to a letter envelope match. Adding in the extra criteria effects the imposition. One of two things is happening. 1. Job composes, sheet 1 is white media and sheets 2-*** are all pink media. 2. Job composes, sheet 1 is white media and sheets 2-5 are pink. This continues through the entire file.
  4. I have a customer that is requesting a Variable data job 4 pages/ 2 sheets. They are requesting that the first sheet be white and the second be pink.I am looking for a way to have Fusion Pro recognize the need for multiple medias. I understand that PPD file or JDF would help me accomplish this. I have read numerous threads, but none touched on the set up aspect of the above mentioned.
  5. Dan, Piggybacking from my 2D DataMatrix barcode thread, I have attached a sample file. We are hoping to have the last two digits of the barcode reflect the sheet numbers and not the page numbers. Sample Data.zip
  6. Upon composing, I figured out the numbers that are supposed to represent the sheet number are reflecting the record number. Here is the rule: var data = FormatNumber("00000", Field("Job #")); data += FormatNumber("000000", FusionPro.Composition.inputRecordNumber); data += FormatNumber("0000000", Field("V01_MEMBER_ID")); data += FormatNumber("00", FusionPro.Composition.impositionSheetNumber); return MakeDataMatrixBarcode(data, 0, 0, 4, 4);
  7. When using the FusionPro.Composition.impositionSheetNumber., the output is always 01.
  8. Dan, Instead of using page number I need sheet number. Is this possible?
  9. Preferably these dimensions: pointSize = 6; preferredFormat = 48;
  10. Perfect! Is it possible to decrease the size of the bar code?
  11. Hello, I need to create a 2D barcode using DataMatrix that will be read by cameras on our inserter. The barcode will need to enlist: Job #:***XX Example:00001 Record #:****** Example:000001 Member ID:******X Example:1234567 Page #:***X Example 01,02,03 Example: 00001000001123456701
  12. I am trying to use onrecordstart to only compose LA,NJ & MS. if(Field("ST")=="LA") FusionPro.Composition.composeThisRecord = true; if(Field("ST")=="MS") FusionPro.Composition.composeThisRecord = true; if(Field("ST")=="NJ") FusionPro.Composition.composeThisRecord = true; Upon composing I receive error 1036
  13. Here's a sample Data ListSAMPLE LIST - Copy.txt
  14. Great! So the signature is determined by the state of the recipient. For Example: Arkansas correlates to the Sylvester Smith Signature.
×
×
  • Create New...