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

  1. #1

    Default Printing blanks

    We're using Adobe Acrobat 5.0 to programmatically print PDF files to some HP LAserjet 4150 PS (and a few 4300 PS) printers (We use the PrintPAgesSilentEx method of the Acrobat AVDoc object to print). OCassionally we're noticing only blank pages come out of the printers (all of them). Print spooler however logs that it has printed the pdf file successfully in event log, and the file size listed in event log is non-zero (it is close to what we expect for a good printout). If I kill the Acrobat instance in memory , it resumes printing successfully (the application re-instantiates Acrobat if it is not present in memory).

    Has anyone seen similar issues ? Please respond with suggestions / comments.

    thanks
    Suresh
    Suresh_Rangarajan@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Bullets shooting blanks
      When I copy and paste a word document with bullets into Contribute the bullets do not show up on the webpage?
    2. DB field name with blanks
      I am new to ColdFusion. I am using an Access DB which has table with fieldnames containing blanks e.g "First Name". While this is handled in...
    3. preventing blanks in input field
      I am having trouble preventing an input field from becoming blank. It's a problem because if the user backspaces in the input field than hits...
    4. remove blanks
      Is there a func or a onliner for removing blanks from both ends? I'm using these: $username =~ s/^\s+//; $username =~ s/\s+$//; There got...
    5. field calculates then blanks
      If the text box is also in the subform, try this control source: =Nz(, 0) + - - If that solves the problem, the issue is with the Null value....
  3. #2

    Default Re: Printing blanks

    Perhaps the fonts are getting zapped out of your printer's memory?

    Try unchecking "Optimize for speed" and see if that helps.

    Nathan
    Nathan_Strong@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