Jump to content

jpowers

Registered Users - Approved
  • Posts

    4
  • Joined

Converted

  • Location
    Dallas, Tx

Converted

  • Occupation
    VDP Programmer

Converted

  • FusionPro Products
    Yes

Converted

  • FusionPro VDP software version
    9.3.9

Converted

  • OS
    Windows 7 Ultimate

Converted

  • Acrobat Version
    Acrobat X (10)

jpowers's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

10

Reputation

  1. Here's what I use. FusionPro.Composition.SetBodyPageUsage("NSS_F", Field("Shell_F") == "NSSRD_F" || Field("Shell_F") == "NSS_F" || Field("Shell_F") == "NSSFM_F"); FusionPro.Composition.SetBodyPageUsage("NSS_B", Field("Shell_B") == "NSSRD_B" || Field("Shell_B") == "NSS_B" || Field("Shell_B") == "NSSFM_B"); FusionPro.Composition.SetBodyPageUsage("NSSVP_F", Field("Shell_F") == "NSSVP_F"); FusionPro.Composition.SetBodyPageUsage("NSSVP_B", Field("Shell_B") == "NSSVP_B");
  2. Dan, What Tony said is what I need to do. "I'm trying to find logic/script to deal with multiple data files then output composed files(PDF) with the name of the data file." I have a customer that I output 89 pdf files for. I am currently changing the input data file and composing. I do have code in the On Job Start section: return FusionPro.Composition.outputFileName = Left(GetFileName(FusionPro.Composition.inputFileName),(Len(GetFileName(FusionPro.Composition.inputFileName))-3)) + FusionPro.Composition.outputFormatExtension; This is naming the output pdf file with the input file name, and works great! what I am looking to do is compose a job that will: Compose input file 1.txt - and name the output the same name as the input file.pdf then change the input file to input file 2.txt and name it the same as the new input file.pdf. I need it to progress through all 89 files. Is there a way to do something like: //FusionPro.Composition.inputFileName = '\\\\PRODUCTION28\\FPServer\\Tribune\\_FusionPro\\Plastic Card - 8_625 x 3_75\\W2LIVE\\7TX\\27618-SLNOVPCW2-TX_1.TXT' in the On Job End and make it compose again, until all of the input files are processed? Thank You Jamie Powers
  3. Did you ever get an answer on this? If you did, I would appreciate it if you would let us know how you resolved this. Thanks Jamie Powers
  4. Is there a way to embed a graphic logo in a variable qrcode? I need to embed my customer's logo in the middle of the qrcode for a purl.
×
×
  • Create New...