Print document from Cold Fusion page

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

  1. #1

    Default Re: Print document from Cold Fusion page

    Hi Steve,

    Where you able to solve this problem. I need a help with similar problem.

    Thanks


    samidav2000 Guest

  2. Similar Questions and Discussions

    1. Migrating from Cold fusion 5 to Cold fusion 7
      Hi, I am facing problem while migrating from CF 5 to CF 7. Please let me know is there any tool is available to Migrate from CF5 to CF 7.
    2. Enabeling Cold Fusion Developer Login Page
      Unable to get Cold Fusion Developer working properly with local server (on the same machine). Instead, I get the following message: Error Occurred...
    3. How do you do <a> jumps in a Cold Fusion page
      I am trying to do page jumps, for a FAQ on a Cold Fusion page. I wanted to use the old tried and true method of <a> jumps to topics within the...
    4. Cold Fusion 5 & ASP
      In the early days of Cold Fusion (i.e., when Allaire still owned the app), I recall there being some problems with CF and ASP living together on the...
    5. javascript: window.print() only creates 1st page of document
      Acrobat Professional 6.0 Windows 2000 Server I am trying to print a browser popup window with the window.print() function. The window has 5 pages...
  3. #2

    Default Re: Print document from Cold Fusion page

    I almost have the same problem too.

    What I'm looking for is if there is a way to send to printer instead of the
    screen the output of a .cfr file (Report Builder).
    Now when the user selects to print the file, the .cfr loads the FlashPaper OR
    pdf report and then selects from there
    to print the file.
    It would be easier and more legitimate the file to be sent to printer instead
    to open in the screen!!
    Ofcource this as an option, and not as standart action, cause sometime you
    really want to have a look on what you are
    about to print.

    Any comments will help

    t.sarmis Guest

  4. #3

    Default Re: Print document from Cold Fusion page

    <script type='text/javascript' language='JavaScript'> function printWin() {
    print(document); } </script> <a class='printLinks' title='Click to print this
    report. NOTE - For optimal printed results, set your page orientation to
    Landscape in the Print dialog box.' href='#' alt='Click to print this report.
    NOTE - For optimal printed results, set your page orientation to Landscape in
    the Print dialog box.' onClick='printWin()'><img src='images/printbutton.gif'
    width='150' height='40' border='0' alt='Click to print this report. NOTE - For
    optimal printed results, set your page orientation to Landscape in the Print
    dialog box.'></a>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbs p; Cheers
    Chris

    StokeyTCI Guest

  5. #4

    Default Re: Print document from Cold Fusion page

    unfortunately, i gave up. didn't have time to spend on this during that
    particular project, but would love to hear how if anyone ever thinks of
    something. i ended up just having a link to an MS-Word doc, and then they
    print from there.

    steve

    SNielsen 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