PDF/FlashPaper created, but not sent to browser

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

  1. #1

    Default PDF/FlashPaper created, but not sent to browser

    ColdFusion MX 7 on Windows 2000, with IIS.

    The only working <cfdocument> I've had so far was this one:

    <cfdocument format="flashpaper">
    Hello World!
    </cfdocument>

    As soon as I change it to PDF and/or add more content between the tags, the
    browser will receive no file upon requesting the .cfm page. If I use a
    filename="test.pdf"/filename="test.cfm" and watch the folder, I see the
    PDF/Flashpaper is created within 2 seconds, and when I open these, they're
    correct. So the problem is serving it to the browser.

    I use IE on Windows XP. But Firefox gives problems as well. Basically,
    performance is very bad, and success comes 1 in 20 times I click a link to a
    ..cfm that generates pdf/flashpaper.

    Michiel1978 Guest

  2. Similar Questions and Discussions

    1. where is flashpaper?
      Hello All, I had been using Macromedia Studio 8 and was able to convert documents to FlashPaper. Now that I am using Creative Suite 3 Web...
    2. Managing ViewState of a dynamically created Custom Composite Server Control -(where the original is also dynamically created)
      Ok here's my scenario. I have a Custom Composite Server Control (CCSC) consisting of a TextBox, Button & Panel. (And some other code - which I...
    3. flashpaper
      C:\Documents and Settings\Mvestel\Local Settings\Application Data\Macromedia\Macromedia FlashPaper\OfficeTemplates ...
    4. FlashPaper and PDF
      Yeah! It only occurs with background -image tag and when I use <link rel ... > reference for my CSS file. If I copy the CSS code to the CFM...
    5. File Browser / Date Created
      All my photos appear in the PS 7 file browser with a "Date Created" of "2/5/40 10:28:16PM ". Not sure why that is. It doesn't change when the photos...
  3. #2

    Default Re: PDF/FlashPaper created, but not sent to browser

    *Bump*
    Michiel1978 Guest

  4. #3

    Default Re: PDF/FlashPaper created, but not sent to browser

    *Bump*
    Michiel1978 Guest

  5. #4

    Default Re: PDF/FlashPaper created, but not sent to browser

    *Bump*

    Isn't it great how all ColdFusion developers come together on this forum to
    discuss their favourite language and help each other solve problems and learn
    form other's experience? ....... NOT!!!

    Michiel1978 Guest

  6. #5

    Default Re: PDF/FlashPaper created, but not sent to browser

    > *Bump*
    >
    > Isn't it great how all ColdFusion developers come together on this forum
    to
    > discuss their favourite language and help each other solve problems and
    learn
    > form other's experience? ....... NOT!!!
    cfdocument works fine for me with much complicated content then that. Can
    you post some code ?

    --
    <mack />


    Neculai Macarie Guest

  7. #6

    Default Re: PDF/FlashPaper created, but not sent to browser

    Hi Michiel1978 ,
    Could you try upgrading adobe reader that you have on your machine. I remember a user had similar issue which got resolved after he upgraded.

    Thanks & Regards,
    Rupesh.
    rupeshk 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