Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
prabin_sh #1
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 following error..
access denied (java.io.FilePermission c:\windows\fonts\cour.ttf read)
What could be the problem??????
prabin_sh 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... -
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... -
Dean Harmon #2
Re: need help with cfdocument
Does the user that is running the ColdFusion service have access to the
fonts directory in windows?
"prabin_sh" <webforumsuser@macromedia.com> wrote in message
news:cvml72$cgv$1@forums.macromedia.com...> 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 following error..
>
> access denied (java.io.FilePermission c:\windows\fonts\cour.ttf read)
>
> What could be the problem??????
>
Dean Harmon Guest



Reply With Quote

