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?

Rick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218597
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to