Can't print pdf file in Windows

Using Adobe Reader 9. I cannot print a pdf file. I'm using Windows VISTA.
When I try to print, I'm asked to save the file and then no output results.

In the print dialog disable the entry 'Print to File'.

Similar Messages

  • Can't print .pdf files on windows network printer

    Hi,
    I cannot print .pdf files on Canon IRC printer with UFR II 2.23 or 2.24 drivers connected through a windows network by LDP protocol, either with Apple Preview or Acrobat Reader - looks like the software doesn't find the printer (I have the rainbow whell and the software does not answer). It can last for hours, there is no other solution than forcing the soft to quit and finding another way to print. I have updated Canon drivers from 2.23 to 2.24 (all supposed to work with Lion) and that does not fix the problem.
    This problem does not happen with Ms Word or Safari (or, more generally, other types of files) and it worked fine with Snow Leo even with pdf!! I also have windows XP with Parallels and guess what? I can print through Parallels with Acrobat Reader (for windows XP) on the same printer on which I cannot print with my Mac with Lion and Preview or Acrobat Reader for Mac!
    Please help !!
    Alexis

    Correction
    It works with Acrobat but the printer does not like queues of documents...
    The site privided me with the topics I fas looking for about this : it's a Canon drivers and Lion permissions problem.

  • 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!

  • 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.

  • Can't open PDF files from Windows Explorer on Windows 8.1

    Hello,
    after I've upgraded to Windows 8.1, I can't open PDF files from Windows Explorer (directly double clicking the file). The AcroRd32.exe runs in the background (2x !) as I see the processes in task manager, but there is no user interface visible. I have Acrobat
    Reader 11.0.06, the desktop version (not Metro). I tried uninstalling the Acrobat reader and installing it again but this didn't help. The only way to open PDF files is to close the AcroRd32.exe from the task manager, open empty Acrobat Reader from the desktop
    and then drag&drop the PDF file over that window. This is quite inconvenient. Is there a way to fix this issue so I can open PDF files directly from windows explorer?
    Many thanks!

    I had to install adobe reader, but   PDF's used to display just fine with IE, any idea what happened ?
    Windows 8.1 pro.
    thx
    lee

  • 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'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

  • 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!

  • 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.

  • I upgraded to Lion and now can't print PDF files and Acrobat reader doesn't work anymore. What can I do to get it working?

    I upgraded to Lion and now can't print PDF files and Acrobat reader doesn't work anymore. What can I do to get it working?

    If you upgraded and were using a version of Acrobat Reader that was legacy, that is PPC compatible, then you will have to upgrade to a version compatible with Lion as Lion no longer has Rosetta to interface with the legacy software.
    I know that Acrobat, full version, 10 works with Lion...use it myself.

  • 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.

  • Cannot print pdf file using windows 7 64 bit and trial acrobat X

    cannot print pdf files using trial version of Acrobat X and windows 7 64 bit prints all other files no problem.
    I've done some searching but can't find anything that helps
    Thanks for any help
    Kim

    I fixed this problem. I had to turn off the browser virtualization feature in Zone Alarm Extreme Security. This wiped out all of the Firefox settings, but I had bookmarks, etc. backed up. (answered by original poster)

  • Hp 3030 mfp won't print pdf files in windows 7 it

    I am unable to print pdf files/documents and I am unable to scan documents into pdf format.

    Hi there @jdwigg ,
    Welcome to the HP Forums!
    I read your post, and I hope to help out! As you are able to print successfully from your Windows 7 laptop, the printer is functioning fine, and the issue is most likely software related to your Windows 8.1 computer.
    Here are some links I would recommend you check out to see if they can help with the problem printing PDF files:
    Re: can't print pdf from the new windows 8.1
    Windows 8.1 Reader app unable to print PDF - prints fine with acrobat
    Also try updating Adobe or getting the latest version: Adobe Flash Player Support Center 
    I hope this helps, have a great Monday
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • I can't print pdf files from my macbook air

    Hi, I am unable to print pdf files from the internet using my macbook air - I have the latest Adobe Reader, but still no help.....thoughts??

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

Maybe you are looking for

  • Issue with Resubmission in WS12300111

    Hi Experts,                   In my leave workflow when a request is rejected by the employee I am getting a workitem in my portal "Process Leave Request by Employee", when I resubmit the request system is triggering a new request instead of provcess

  • PO line item text and material po text

    Hi, I want to fetch the text maintained at item po level and print the same with form.. I am passing following parameters in my Include text in smartforms.. Text name         &VAR6& ..... concatenated po number and item                         ( 4700

  • Can't register with itunes with a credit card from outside the USA

    Who do I write to, to complain that because I don't live in one of the countries listed in the drop down list on the Itunes store, I cannot register my credit card OR purchase from Itunes ? I am trying to register to buy online with ITUNES. However t

  • Accessing third party programs for managed accounts w/parental controls

    Hello - I am trying to set up a managed account for a child. I have installed some third party software. When I attempt to allow access under parental controls to this software, while I can see it under the parental control screen (eg, using System P

  • How to put JSP site

    Hello to all Wishing you Happy V........ Day Suppose I have prepared a JSP website(with some BeanComponents). I know that we have to put "*.jsp" files in public_html and "*.class" in classe directory( I used Java Web Server to develop JSP Website ) N