Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
timstsprymsn #1
CFDocument - RTF
:( Hi All, I am having problems saving output to .pdf format. The output is
RTF that has been converted to HTML using a third-party .dll. The converted
RTF displays just fine in a .cfm page, but shows up as the raw RTF when I use
the new CFDocument tag and save the output to either adobe or flash format.
So, it looks like the CFDocument tag renders output differently to .pdf or .swf
than it does to .cfm? Any suggestions for getting the converted RTF to show up
correctly in .pdf format would be greatly appreciated!!
Tim
timstsprymsn Guest
-
CFDocument
Hi, I used database to store file name and path to the image file then made a page with cfdocument tag to display them. What I found out is, if... -
Help with <cfdocument>
Hi, I have a client who distributes a coupon ad paper and wants to put it online and keep it's same format. He wants viewers to be able to print... -
<cfdocument> and CSS
I am having problems getting my CSS to work with my <cfdocument>. If I use inline CSS it works great but if I try to import, link, or delcare the... -
CFDOCUMENT AND CSS
I have created a coldfusion page that has a cfdocument in flashpaper. When I view the cfm document in a browser it shows all my CSS lines and... -
need help with cfdocument
hi all.. i want to generate pdf files with cfdocument in cf7 it works fine with my local web server. but while trying it live it throws... -
Vamsee Krishna #2
Re: CFDocument - RTF
Is it RTF converted to HTML or HTML converted to RTF?
Thanks,
Vamsee
"timstsprymsn" <webforumsuser@macromedia.com> wrote in message
news:d0gfuo$57i$1@forums.macromedia.com...> :( Hi All, I am having problems saving output to .pdf format. The output
> is
> RTF that has been converted to HTML using a third-party .dll. The
> converted
> RTF displays just fine in a .cfm page, but shows up as the raw RTF when I
> use
> the new CFDocument tag and save the output to either adobe or flash
> format.
> So, it looks like the CFDocument tag renders output differently to .pdf or
> .swf
> than it does to .cfm? Any suggestions for getting the converted RTF to
> show up
> correctly in .pdf format would be greatly appreciated!!
>
> Tim
>
Vamsee Krishna Guest
-
prayank #3
Re: CFDocument - RTF
I could understand your query properly. Are you doing the following:
1. Convert RTF to HTML using 3rd party tool.
2. Use HTML from step 1 as input to CFDocument to convert to pdf ?
If yes, then I just wanted to be sure that the input to CFDocument is indeed
HTML, since it is not intutive for me that CFDocument would generate RTF syntax
information from the HTML input. Probably the input to CFdocument is actually
RTF and not the converted HTML ?
Regards
Prayank
prayank Guest



Reply With Quote

