>>Is there anything I can do to fix this problem

Not that I am aware of. We make heavy use of PDFs and the only viable
options I have encountered are to:

1) use cfpdfform to fill out PDFs
2) or to roll your own PDF's with iText or use one of the CF libraries that
use IText like cfitext or pdfIT
3) or to use the OpenOffice Word/Excel to PDF Conversion CFC.

I did a lot of R&D and experimentation with all of these and found the best
route (for us at least) to be manipulating MS Word docs and converting them
to PDFs. My experience was that manipulating/creating PDFs with code a la
iText can be very tedious and time consuming
for intricate and/or heavily formatted documents.

http://pdfit.riaforge.org/
http://cfitext.riaforge.org/
http://oolib.riaforge.org/

HTH
G!

On Fri, Dec 7, 2012 at 2:17 PM, Robert Harrison
<[email protected]>wrote:

>
> We're using CFDOCUMENT to generate PDFs on the fly. They look really good,
> but one strange problem.  The PDF is chopping text lines in half on some
> pages (example posted at: www.austin-williams.com/pdf_sample.pdf  - see
> the page the break between page 2 and 3).
>
> Is there anything I can do to fix this problem (we already tried margins
> to no avail)?
>
> Thanks,
> Robert
>
>
>
>
>
> 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:353393
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to