need help with cfdocument

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. <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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139