Can't print pdf's in Preview

My son is having trouble printing an email attachment in Preview, the pages print blank. He has an 2008 15" Macbook Pro running Snow Leopard. I am trying to help him over the phone. Attachment pops up as PDF in Preview, he hits file, print and the print drop down shows the page but when he hits print, blank pages print.
Thanks

I've been having a similar problem with Safari pdf files despite downloading the latest Adobe Reader XI.
I would constantly get messages - There was an error opening this document. The file is damaged and could not be repaired. And I would get a blank page when I tried to print the pdf if I tried printing from the Safari web page using File - Print from the top toolbar on my laptop.
If you're printing pdfs from Safari use the action icons on the grey lozenge that's positooned just below centre of the webpage.
Without downloading the pdf, print the pdf file direct from the Safari page using the Print icon on the above grey lozenge.
Saving the pdf by using the Save icon from this same grey lozenge on the Safari page you can open and print this pdf version from your desktop.
I've tested it with a couple of different pdf files and these methods work using the grey lozenge icons. But the same pdfs files don't work using File - Save As on the Menu Bar at the top of the screen.

Similar Messages

  • Can't print PDF's from preview with os x v10.7 lion

    Hi.  Ever since I installed Lion Im having a hard time printing PDF's from the preview menue.  All I get is the pinwheel?  

    Are you using a Canon printer? If so:
    https://discussions.apple.com/message/15748239#15748239
    https://discussions.apple.com/thread/3216206?tstart=0
    If not, can you provide more details please and post the log of the hang?
    Hope this helps.

  • Can't Print PDF Consistently from Preview Application

    I am running OS 10.3.9 and Preview 2.1.0. I have downloaded a PDF file that has 16 pages. I have tried to print the document to my LaserWriter 16/600PS and HP 2510 PhotoSmart All-in-One printers. I can't get pages to print consistently. If I select "all", I may get only the first page. If I select a specific page, I don't get that page...maybe page 1 or nothing. The printer hangs in the "processing" mode. I also try to print from the "Print Preview" view in Print dialog window (not from the main Preview window), but can't get consistent results. Is this possibly because the PDF was an Adobe Acrobat file and Preview doesn't handle the pagination correctly when it was opened? I don't want to have to use Acrobat Reader if I don't have to.
    PowerBook G4   Mac OS X (10.3.9)   512 MB RAM

    Are you using a Canon printer? If so:
    https://discussions.apple.com/message/15748239#15748239
    https://discussions.apple.com/thread/3216206?tstart=0
    If not, can you provide more details please and post the log of the hang?
    Hope this helps.

  • Can not print pdf file with firefox 29.0 pdf preview plugin. Why?

    Can not print pdf file with firefox 29.0 pdf preview plugin. Why?

    Control V doesn't work here for a screenshot.

  • Can't print pdf files from my imac

    can't print pdf files from my imac.

    macs don't come with acrobat reader by default
    when one get a mac and open a pdf file the build in program called preview opens it
    most of us stick with preview because acrobat reader is a rather dangerous program to install
    http://www.cvedetails.com/vulnerability-list/vendor_id-53/product_id-497/cvsssco remin-6/cvssscoremax-6.99/Adobe-Acrobat-Reader.html
    more
    https://www.google.com/search?sourceid=opera-portal&q=acrobat+reader+exploits&cl ient=opera-portal&channel=portal#hl=en&client=opera-portal&hs=lqn&channel=portal &sclient=psy-ab&q=list+of+acrobat+reader+exploits&oq=list+of+acrobat+reader+expl oits&gs_l=serp.3...8463.9471.0.9773.8.7.0.0.0.1.162.508.6j1.7.0.les%3B..0.0...1c .1.5.psy-ab.4Tc73RiiXXA&pbx=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&bvm=bv.43148975,d .bGE&fp=cab576d3b9062d9c&biw=1825&bih=748
    after adobe flash and oracle Java the adobe acrobat reader is the most open door for hackers into ones system
    if you type preview in spotlight(the icon which looks like a spyglass) or in the launch's seach you can get to the preview app

  • I can't print PDF files in Yosemite: all I get is blank pages/

    I can't print PDF files in Yosemite. All I get is blank pages. ?

    There have been problems reported with the latest Adobe Reader update on Mac.<br />
    See [[/questions/925119]]
    You can disable the Adobe Reader plugin in Firefox and use the Adobe Reader program or Preview instead.
    *Firefox > Preferences > Applications > Adobe PDF document : Use Adobe Reader
    PDF files may also be found under another entry like Portable document.

  • Orarrp can't print pdf file directly to printer

    oracle remote print utility (orarrp) can't print pdf file directly to printer.
    we expect orarrp utility can handle ".rrpa" file (i.e. pdf file generated on the application server) by directly print the file to the client's printer, i.e. invoke the acrobat reader on the client side, display the the printer selection dialogue, after confirmation print the pdf file, then the acrobat reader close automatically nicely.
    However we are disappointed as the acrobat reader startup and display the pdf file content but does not print and does not close.
    After testing the problem several times, there are some findings:-
    Finding (A):-
    (a) for the success of direct printing of pdf file, a physical path must be provided; we have tried 2 methods:
    1) using drag & drop to copy the pdf file directly to the browser
    2) open pdf file in the browser directly using browser menu-->File-->Open.
    (b) for the failure of direct printing, a virtual path is involved and we have also tried 2 methods:
    1) when web.show_document() is used
    2) enter the url to the URL bar of the browser,
    eg. http://appsvr.com:7777/report/test_printout/APPSVR1094707.rrpa (this is a virtual path/url)
    Finding (B):-
    (a)when the physical path is used, a temporary pdf file is generated in the same directory where the rrpa file exists in the application server,
    e.g. in application server: d:/printout/yyy.pdf is generated for d:/printout/xxx.rrpa when direct print occurs
    (b) however when the virtual path is used, there is no such temp "pdf" file generated and direct print failed.
    May be when virtual path is used, orarrp utility don't know where to generate the temp "pdf" so direct print doesn't occur.
    So, anyone has similar experience or further queries or has solutions, please join.
    Thanks for your attention.

    Hi,
    It is really late to give response this post. But still who ever refering to this post for the same issue this solution is useful for achieving same in background:
    Even same can be used in smartforms, for getting spool request in PDF format as well which will decrease the size of file when printing in SAP printer.
    ct_tline is PDF output:
    DATA: lv_pdfsource TYPE xstring.
    FIELD-SYMBOLS:<p> TYPE x. " <p> type any.
    LOOP AT ct_tline INTO cs_tline.
      ASSIGN cs_tline TO <p> CASTING TYPE x.
      CONCATENATE lv_pdfsource <p> INTO lv_pdfsource IN BYTE MODE.
    ENDLOOP.
    * ->Create spool request in PDF format
    CALL FUNCTION 'ADS_CREATE_PDF_SPOOLJOB'
      EXPORTING
        printer  = 'LOCL'            "Printer name supporting PDF device type
    *   DEST     =
        pages    = 1
        pdf_data = lv_pdfsource        "XSTRING internal table
    *   NAME     =
    *   SUFFIX1  =
    *   SUFFIX2  =
    *   COPIES   =
    *   PRIO     =
        IMMEDIATE_PRINT         = 'X'
    *   AUTO_DELETE             =
    *   TITLELINE               =
    *   RECEIVER =
    *   DIVISION =
    *   AUTHORITY               =
    *   LIFETIME = '0'
    * IMPORTING
    *   SPOOLID  =
    * EXCEPTIONS
    *   NO_DATA  = 1
    *   NOT_PDF  = 2
    *   WRONG_DEVTYPE           = 3
    *   OPERATION_FAILED        = 4
    *   CANNOT_WRITE_FILE       = 5
    *   DEVICE_MISSING          = 6
    *   NO_SUCH_DEVICE          = 7
    *   OTHERS   = 8
    IF sy-subrc <> 0.
    * Implement suitable error handling here
    ENDIF.

  • I have a MacBook Pro and can't print pdf files or word documents using my HP Wireless Photosmart Printer.  It will print files from the internet.  Any suggestions or ideas will be greatly appreciated.  Thank you.

    I have a MacBook Pro and can't print pdf files or word documents using my HP Wireless Photosmart Printer.  It will print files from the internet.  Any suggestions or ideas will be greatly appreciated.  Thank you.

    Hello, SoonerAnesthetist. 
    Thank you for visiting Apple Support Communities.
    Here is an article that I would recommend going through when experiencing this issue.
    OS X Mavericks: Solve printing problems
    http://support.apple.com/kb/PH14142
    Cheers,
    Jason H.

  • I can't print PDF docs since Reader XI update

    Help!!!!!!!  I can't print PDF documents since updating to Reader XI.  Had no problems before this update.  I have read other users posting and tried one "fix" that was suggested suggesting user try to print docs as "image," but that choice was not active to select.  I can't print even older PDFs that are on file in my computer.  Please advise - this is interfering with my business.  Thanks.  I get an error message indicating "no pages selected to print" even though it defaulted to Print All.  I selected by one page, pages 1-5, etc. with no success.  Windows 7 system.

    Pat, that did not fix the problem.  I still get the messages that the document cannot be printed and that no pages are selected; the print dialogue box shows that “all” pages are selected.  I get the message even if I manually select “pages 1-7” etc.  I tried deleting Adobe and reinstalling it but I get a 1311 message that seteup.exe cannot be located.  I tried downloading just the Adobe Reader printer drivers from your site and get a message saying that the download was not successful.  Please help.
    Mark P. Brewster
    The Brewster Law Firm
    The Benchmark Building
    13526 George Road, Suite 210
    San Antonio, Texas 78230
    Phone: (210) 437-1232
    Fax:     (210) 437-1233
    The contents of this message are privileged and confidential attorney client communications and work product.If you have received this message in error, please contact me to let me know, and please delete the original message.

  • Can't print pdf files in Mac on CS4

    I am using CS4 and can print InDesign and Photoshop files just fine, but I can't print pdf files using Acrobat Pro 9.

    Try resetting your printer system:
    http://support.apple.com/kb/ht1341

  • Can not print pdf docs

    Can not print pdf docs after intalling Lion. Any solutions?

    https://discussions.apple.com/thread/3191292?tstart=0
    https://discussions.apple.com/thread/3220882?tstart=50
    https://discussions.apple.com/thread/3219969?tstart=50
    https://discussions.apple.com/thread/3216206?tstart=50

  • Can't print pdf files after upgrading to Adobe Reader XI

    Hi,
    I can't print pdf files after recently upgrading to Adobe Reader XI.
    Two error messages appear:
    1.- Error when starting the application because it couldn't find LXBBGF.DLL. Re-installing the application can solve the problem.
    2.- Can not load "LXBBPRP.DLL". Using defaults. Error: 126
    I can print other files (word, etc) with the same printer.
    Thank you for your advice

    Hi Pat,
    Finally I followed the instructions from another similar discussion on this web site. Unfortunately I can't find it anymore...
    I first uninstalled the Adobe Reader XI and then intalled an older version (Adobe Reader X). Now I can print pdf files!!
    Thank you anyway for your advice!

  • Can not print PDF file at all with Windows Vista

    I have Acrobat Reader 9.3.2.  I am working off of Windows Vista on my laptop to a network wireless printer (Brother MFC 9440).  I am unable to print pdf files.  About a week ago, we had problems with our printer printing anything.  I had to uninstall it and reinstalled it and it now works fine except the pdf files. I have had no problems printing any other files on any other programs but this one.  I am unsure what specific "updates" I ran while trying to figure out printers issue.  When in Reader, everything seems normal.  When I hit print, the printer box pops up as normal and then I hit ok, my printer icon at bottom pops up for about 5 secs and nothing happens.  I know that I am connected to printer due to all other programs can print.  I do not have access to another printer to see if pdf will print on another printer, but do know that the other two computers used in this office (mac laptop and mac desktop) both are able to print pdf files to this printer without a problem.  I have gone thru all the other help steps to try to resolve the situation:  it still will not print when I hit "print as image", made sure that my printer is marked as network and is default printer, made sure to check that I have all upgrades, etc.  I am not getting any error message, so am unsure what is wrong.  It just will not print.  Is there anyone that could give me some suggestions that I have not tried?  I would REALLY appreciate it! Thanks!

    Another user experience exactly the same issue with vista and printing from Adobe reader.
    http://forums.adobe.com/thread/642000?tstart=1  Its copied below as a reference.
    The problem was on my Auntys PC, and yes i did updated Adobe Reader to v9.3.2 and still the same issue underlned below.
    My Aunty lives 70 miles away so will not be trying anything else.
    The printer works fine with every other application only Adobe Reader files will print.
    May 19, 2010 7:31 AM
    Can not print PDF file at all with Windows Vista
    I have Acrobat Reader 9.3.2.  I am working off of Windows Vista on my laptop to a network wireless printer (Brother MFC 9440).  I am unable to print pdf files.  About a week ago, we had problems with our printer printing anything.  I had to uninstall it and reinstalled it and it now works fine except the pdf files. I have had no problems printing any other files on any other programs but this one.  I am unsure what specific "updates" I ran while trying to figure out printers issue.  When in Reader, everything seems normal. When I hit print, the printer box pops up as normal and then I hit ok, my printer icon at bottom pops up for about 5 secs and nothing happens.  I know that I am connected to printer due to all other programs can print.  I do not have access to another printer to see if pdf will print on another printer, but do know that the other two computers used in this office (mac laptop and mac desktop) both are able to print pdf files to this printer without a problem.  I have gone thru all the other help steps to try to resolve the situation:  it still will not print when I hit "print as image", made sure that my printer is marked as network and is default printer, made sure to check that I have all upgrades, etc.  I am not getting any error message, so am unsure what is wrong.  It just will not print.  Is there anyone that could give me some suggestions that I have not tried?  I would REALLY appreciate it! Thanks!

  • Can't Print PDF

    I have Windows XP and an HP Photosmart 5510 with the latest version of Adobe Reader.  Can't print PDFs.  Please help!

    Could you please let me know the version anyhow.
    1. Also, could you please let me know if the Print dialog pops up or not? Does Adobe Reader exit after clicking the Print button on the dialog?
    2. Please try printing to some other printer other than the default one.
    3. Try Printing after checking the Print to File option (present in the Advanced Print Setup dialog obtained by clicking Advanced on the Print Dialog). Does enabling this option prompt you to save the file?

  • ? Can't print PDF attachments to gmail since installing 11.06

    I am on Windows 7 and Firefox,  Since installing 11.06 I can't print PDF attachments to gmail messages.  I get a (false) message that file cannot be printed, because no pages have been selected.  I tried uninstalling 11.06 and downloading and insatalling it again,  Same result. Any way to download a backlevel version for the time being?  Would appreciate any other sugestions.. 

    Disabling Protected Mode as suggested solved the problem.  It seems to me the impact of Protected Mode should have been highlighted with a warning at the download site.  Alternatively, and in my opinion preferably, Protected Mode enabled should not have been made the default. -shel488

Maybe you are looking for

  • How, in ios 7 on an ipad, do I play an album in its natural order from end to end?

    Title says it all. Am on ipad air, even though the web software wants me to choose otherwise. Is this a software company or is it not I wonder?

  • Help in select statement

    CREATE TABLE test entrynum NUMBER (19), datefield TIMESTAMP (3), type NUMBER (2), invno varchar2(100), entrytype number, amount NUMBER (30, 4), appliedentryno VARCHAR2 (4000 BYTE) Insert into test (entrynum, amount, type, invno, entrytype, datefield,

  • Screen painter space between two element in one line

    Hi Experts, i am developing a RF program with screens of size 16linesX20columns. limited space should be used . But when i create more than one element in one line , one space is always present between two elements,and the space can not be deleted or

  • IPhoto 2 Cropping Photo

    I used the help feature on how to crop a photo. I loaded a photo from DVD, selected edit and cropped it. But when I dragged the cropped photo to my desktop so I could upload it more quickly, the photo that shows on my desktop is the original photo, u

  • MM and PP guides

    Hi, what is the path to find MM and PP guides at http://help.sap.com ? Best regards