cfdocument font error

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default cfdocument font error

    Running only this code: <cfdocument format='pdf' fontembed = 'yes'>
    <p>This is a document rendered by the cfdocument tag.</p> </cfdocument> on a
    remote shared hosting server returns the error: access denied
    (java.io.FilePermission c:\windows\fonts\times.ttf read) ColdFusion cannot
    determine the line of the template that caused this error. This is often
    caused by an error in the exception handling subsystem. This MUST be
    something simple. Is it looking for fonts on my local machine? I get the same
    error without fontembed = 'yes'. Anybody know what's causing this?

    RichardG Guest

  2. Similar Questions and Discussions

    1. 'Cannot read or create the font (font name) error message for Acrobat 9 Pro
      Hi Im new here so i dont know if this topic has been handled already. First the base info: Im on a iMac G5 running 10.5.4. And Im using Acrobat 9...
    2. cfdocument test gets exception occurred error
      I am testing CF MX 7 on our Windows 2003 test server. I am using Dreamweaver MX (not 2004) and reading through Ben Forta's WACK book for MX 7. I'm...
    3. cfdocument error red x images on some installs
      On 3 different installs of CFMX 7 I have found a problem with including images in my PDF files. All of the installs have been after a CFMX 6...
    4. Xtra (font) error
      When running my movie in projector i come across this message Director Player Error Xtra (font...) This application requires an xtra (font...)...
    5. Font error
      Hi, Just purchased Elements 2.0. Though the software works as I expect, I do receive a couple of error messages while it is loading, which are as...
  3. #2

    Default cfdocument font error

    Running only this code: <cfdocument format='pdf' fontembed = 'yes'>
    <p>This is a document rendered by the cfdocument tag.</p> </cfdocument> on a
    remote shared hosting server returns the error: access denied
    (java.io.FilePermission c:\windows\fonts\times.ttf read) ColdFusion cannot
    determine the line of the template that caused this error. This is often
    caused by an error in the exception handling subsystem. This MUST be
    something simple. Is it looking for fonts on my local machine? I get the same
    error without fontembed = 'yes'. Anybody know what's causing this?

    RichardG Guest

  4. #3

    Default Re: cfdocument font error

    set fontembed="no" - i think "yes" is the default.
    trbaker Guest

  5. #4

    Default Re: cfdocument font error

    Well that better! At least a pdf document comes back now, thanks! But it
    displays as random characters overwriting each other. However if I copy &amp;
    paste from the mess on the pdf it DOES contain the correct text n the
    clipboard. This happens both in IE and Firefox. Any other thoughts? Has this
    tag been reliable for other people? I'm using Adobe Reader 7. thanks!

    RichardG 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