Jump to content
Welcome to the new FusionPro User Forum! ×

Output multiple pdf files using a variable field to name each fi


Recommended Posts

On the Output tab of the Composition Settings dialog, check the "Output to multiple files" box and set the "Number of records per file" count to 1. (Also UNcheck the "Different number of records in first file" box.)

 

Then, from the Rules dialog, click "New", then click "Callback" and select "OnNewOutputFile" and click "Next." Paste this code into the Rule Editor for the OnNewOutputFile callback:

FusionPro.Composition.outputFileName = Field("CustomerID")+".pdf";

Link to comment
Share on other sites

  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...