Anyone?

Rick Root wrote:
> Hi folks... I've got an application where I'm developing a document that 
> will be printed two sides.  Parts of the document need to be forced to 
> be front facing pages (ie, an odd number).
> 
> Unfortunately, it appears (according to the documentation) that I'm not 
> allowed to do something like this:
> 
> <cfif cfdocument.pagenum mod 2 is 1>
>       <cfdocumentitem type="pagebreak"></cfdocumentitem>
> <cfelse>
>       <cfdocumentitem type="pagebreak"></cfdocumentitem>
>       <cfdocumentitem type="pagebreak"></cfdocumentitem>
> </cfif>
> 
> (Pardon my logic if it is flawed, hopefully you get my point.)
> 
> Is there any way to do this with cfdocument?  If not, what about 
> something like ActivePDF?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218625
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to