Sevi Posted July 27, 2011 Share Posted July 27, 2011 Hello Can I set the number of copies for each output file? I think I can set the number of copies in some format like postscript, and I would to know if it is possible with FP Desktop (v7) This number of copies shoukd be set by filed from database value Regards José Link to comment Share on other sites More sharing options...
Dan Korn Posted July 27, 2011 Share Posted July 27, 2011 This is really easy. All you need to do is set the repeat value to your data field in the OnRecordStart rule, like so: FusionPro.Composition.repeatRecordCount = Field("Number of Tickets"); Here's a full example: http://forums.printable.com/showthread.php?t=391 Link to comment Share on other sites More sharing options...
Sevi Posted July 27, 2011 Author Share Posted July 27, 2011 Hi Dan I am using now FusionPro.Composition.repeatRecordCount = Field("Number of Tickets"); and also I am using imposition template, but it takes a long time to generate the pdf output file. I am doing it to create copied pages into the output file. I need redece the process time, and the best way should be send one page and the number of copies must be print the printer. Best regards FusionPro.Composition.repeatRecordCount = Field("Number of Tickets"); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.