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

  1. #1

    Default CFDOCUMENT Problems

    Maybe I'm misusing this but I can't see that changing the amount in the
    CFDOCUMENT "scale" does anything. I'm putting numbers in between 1 and 99 and
    it opens up with a zoom of "32" every time. Any ideas?

    Dstharding 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. <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...
    3. PDF orientation problems - cfdocument cfmx7
      Has anyone had problems setting the orientation to "landscape" when creating a pdf? It seems to not make a difference. It always displays in...
    4. CFDOCUMENT dpi?
      Is there any way to get CFDOCUMENT to print out higher res images? My source files are very high-res (600dpi), but when printed, they have 'jaggies'.
    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 Problems

    What format are you using PDF, FlashPaper? I have successfully used this tag
    in PDF format to make the content that I place on each page stop overflowing to
    multiple pages. From what you have said, it seems like what you are talking
    about is the setting of whichever tool you use to open the output and has
    nothing to do with how the content is placed on the page.

    Tim

    timstsprymsn Guest

  4. #3

    Default Cfdocument Problems

    I cannot get cfdocument to display table backgrounds. I have tried using css and html for it but it never displays them. Anyway to get this to work?
    stevenwest13 Guest

  5. #4

    Default Re: Cfdocument Problems

    Are the table BGs images? If so, try useing CFDocument with the PDF. I did this
    and my BGs display just fine for me.. may take some tweaking, but it should
    work out.

    My versoin is ColdFusion MX 7.. this may be an issue for you if you have an
    older verion..



    kingjes Guest

  6. #5

    Default Re: Cfdocument Problems

    They are background images in the TD tag and they will not show up in the PDF
    they show up fine if I do not use cfdocument and just have it print to the web
    page. But as soon as I use cfdocument the background images disappear.

    I just thought of something. Maybe it is my version of acrobat. I am still
    running 6. I will update it and see what happens.

    stevenwest13 Guest

  7. #6

    Default Re: Cfdocument Problems

    If updating acrobat solves your problem, you'll have to think of a way to ensure the ultimate users don't have the same one.
    Dan Bracuk Guest

  8. #7

    Default Re: Cfdocument Problems

    Well just to let you guys know that does not fix the problem.
    stevenwest13 Guest

  9. #8

    Default Re: Cfdocument Problems

    Well, we have logged a bug for this.
    Thanks
    rupeshk Guest

  10. #9

    Default Re: Cfdocument Problems

    have you tried the backgroundvisible="Yes" attribute of the cfdocument tag?




    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/[/url]
    wwhelp.htm?context=ColdFusion_Documentation&file=0 0000236.htm

    cross@intrax Guest

  11. #10

    Default Re: Cfdocument Problems

    Yes. I have tried that. It still does not work.
    stevenwest13 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