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

  1. #1

    Default 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

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

    Default 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

  4. #3

    Default 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

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