Re: CFDOCUMENT Output without Page Break

2014-02-25 Thread Dave Watts

 I am trying to output a PDF through the cfdocument tag, without any any
 page breaks. I would like to get one long document, with pagination.

I'm confused a bit by your question. What do you mean by pagination,
if you have no page breaks?

PDF isn't designed to give you one long document with no page
breaks. PDF is intended to simulate an actual piece of paper, so you
have to set a specific page size.

Dave Watts, CTO, Fig Leaf Software
1-202-527-9569
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357750
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFDOCUMENT Output without Page Break

2014-02-25 Thread Jochem van Dieten

On Tue, Feb 25, 2014 at 5:10 PM, Richard Colman wrote:

 I am trying to output a PDF through the cfdocument tag, without any any
 page breaks. I would like to get one long document, with pagination.

 Does anyone know of a way to do this?


Specify a sufficiently long pageHeight?

 Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357751
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFDOCUMENT Output without Page Break

2014-02-25 Thread Robert Harrison

 I am trying to output a PDF through the cfdocument tag, without any 
 any page breaks. I would like to get one long document, with pagination.

The system is not designed to do this as PDF documents are paginated to the 
size of the paper page you specify.  You use CFDOCUMENT to create the PDF and 
can specify your page size and width. Generally you use a standard page size,  
but you can use a custom size. I'm not sure what the limits are, but you may be 
able to define an extremely long page length to make the system think it can 
put all the data on one page.  That could effectively kill page breaks. You'd 
have to play with this to see if it's possible, but it may work. 

Hope that helps some...

Robert Harrison 
Director of Interactive Services

Austin  Williams
Advertising I Branding I Digital I Direct  
125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
T 631.231.6600 X 119   F 631.434.7022   
http://www.austin-williams.com

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austi

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357753
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm