Jump to content

MikeCarenter

Registered Users - Approved
  • Posts

    10
  • Joined

Posts posted by MikeCarenter

  1. i need help i use fusion pro to create a template for efi store front

     

    We have jobs coming through the store front and all is fine with one exception The files are all named the same this is a business card order page so we have 50 files with the same name isnt working for me so I need a script like

     

    new_file_name='BusinessCard_'+Field("Firstname")+'_'+Field("Lastname")+'.pdf'; FusionPro.Composition.outputFileName = new_file_name;

    return 0;

    but doesnt seem to work

×
×
  • Create New...