javascript: window.print() only creates 1st page of document

Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #1

    Default 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 of information. When I print using my local laser jet printer I get all 5 pages. When I use the PDF driver I get only the first page and a blank 2nd page. I am using the following for creating page breaks in the document




    any suggestions?
    Brad_Pines@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Print document from Cold Fusion page
      Hi Steve, Where you able to solve this problem. I need a help with similar problem. Thanks
    2. Help with javascript:window.print()
      I am trying to send a specific page to the printer using javascript:window.print(). There has to be a way top so this. I assume the variable can...
    3. Trouble with javascript:window.print
      My page is an ASP with a lot of VB. Go to http://71.97.138.65/isgmsds/ Then go to http://71.97.138.65/isgmsds/search(new).asp?t=i You will...
    4. Flash Page goes blank with Javascript:window.open() to HTML pages
      Hello, I just finished a site for my hobby/business of making blues guitar slides. Everything works great except that some browsers seem blank out...
    5. How can I open a new window and ensure the page loaded creates a NEW session?
      Normally if this is done, the new window will be in the SAME session as the opening window. I don't want to abandon the session of the opening...
  3. #2

    Default Re: javascript: window.print() only creates 1st page of document

    Here is the text for creating page breaks

    br style="page-break-before:always;"
    Brad_Pines@adobeforums.com 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