Jump to content

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...