We had a heck of a time converting the HTML to PDF using the CFdocument tag, only encountered real problems when we were trying to right align the text and using bold on a title or a subheader. Found that we had to use two different fonts, one font type for bold and a different font for regular. Didn't matter what way you assigned the bold text, we tried everything. We found the solution, but only after a few days of killing ourselves over it. It really all depends what the HTML looks like...we had to put all non-alphanumeric text in it's own TD in order to Right align everything properly. I suspect this was because the way iText interprets of the html. When we right aligned the text, it went right over the table structure completely ignoring the assigned width.
----- Original Message ----- From: "Michel Deloux" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Saturday, September 03, 2005 11:00 AM Subject: Re: Converting DOCs to PDF with CF > Thnx Dave and Adam. Adam's suggestion may be more reliable and cheap. > ;-) What I need to use COM and convert DOC to HTML? > > Cheers > > MD > > 2005/9/2, Adam Haskell <[EMAIL PROTECTED]>: >> WIth MX 7 you can do this pretty easily by converting the word file to >> HTML >> (through COM) then using cfdoc to put it into PDF >> >> Adam H >> >> On 9/2/05, Michel Deloux <[EMAIL PROTECTED]> wrote: >> > >> > Hi all >> > >> > it's possible to convert DOC and XLS files to PDF using CF MX? Aaron >> > Johnson talks about Jakarta Project and POI to do that. Anyone have >> > experience about? >> > >> > Cheers >> > >> > MD >> > >> > >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:217288 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

