Same problem printing pdf but with a twist

I am having the same problem as others have described in not being able to print certain pdf documents.  I have tried all of the suggest "fixes" including uninstalling and reinstalling Acrobat XI Pro. (I am on a Windows 7 Professional system).  The twist is that if I open the pdf on my Ipad I can print it from there - just not on my windows based PC.  Now what?????

Hi Paul,
Please refer to this KB doc. Troubleshoot PDF printing | Acrobat, Reader and follow the steps in order to resolve the issue.
Let me know if the issue persist.
Regards,
Aadesh

Similar Messages

  • I am having the same problem I think.  With mobileme you simply copy documents to the idisk folder and then synch.  I cannot seem to sink that folder anymore.  Any idea as to how I can simply copy folders to icloud and then access the MS Word and PDF file

    I am having the same problem I think.  With mobileme you simply copy documents to the idisk folder and then synch.  I cannot seem to sink that folder anymore.  Any idea as to how I can simply copy folders to icloud and then access the MS Word and PDF files on my iphone?

    Apple never bopthered to explain that this would happen
    Your iDisk is still accessible after moving to iCloud in exactly the same way as before. Nothing is deleted until June 30th 2012.
    , so I could easily have lost ALL of the files I kept on iDisk.
    No, you couldn't. Firstly, nothing was deleted from your iDisk. Secondly, any files stored on your iDisk should never be your only copy. Even if your iDisk spontaneously combusted, you should keep local backups elsewhere.
    Does Apple WANT people to move their storage elsewhere and stop paying Apple for it?
    Yes. Apple doesn't provide such a service anymore, nor are you paying them for it.
    Apple has made no effort to suggest remedies for the problem it has given iDisk users
    They've provided instructions on how to download your files from your iDisk. What you do with them after that is your choice.

  • Printing pdf/postscript with JPS 1.4 -- HELP!

    Hi all,
    I've been experimenting with the new java printing service and I have run into a couple problems. In particular, I have been trying to get even the most basic example referring to printing a postscript file directly to a printer. The code is pretty much straight from sun's JPS section.
    here's the code:
    // Input the file
    FileInputStream textstream = null;
    try {
    textstream = new FileInputStream("c:/0011.ps");
    } catch (FileNotFoundException ffne) {
    if (textstream == null) {
    return;
    // Set the document type
    DocFlavor myFormat = DocFlavor.INPUT_STREAM.POSTSCRIPT;
    // Create a Doc
    Doc myDoc = new SimpleDoc(textstream, myFormat, null);
    // Build a set of attributes
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    aset.add(new Copies(5));
    //aset.add(MediaSize.A4);
    aset.add(Sides.DUPLEX);
    // discover the printers that can print the format according to the
    // instructions in the attribute set
    PrintService[] services =
    PrintServiceLookup.lookupPrintServices(myFormat, aset);
    // Create a print job from one of the print services
    if (services.length > 0) {
    DocPrintJob job = services[0].createPrintJob();
    try {
    job.print(myDoc, aset);
    } catch (PrintException pe) {
    System.out.println("error");
    Now....I've just installed printer drivers in Windows 2K for a RICOH and CANON iR550 printer. Both printers support PS3 and the RICOH Aficio AP2700 PS printer also supports IPP (Note: I physically don't have these printers, so I'm just printing to a file and viewing the file with a PCL viewer).
    okay...now...the problem at hand....I can do the following with the code above:
    1) I can print a postscript file to the printer with NO attributes specified...once I add Copies and Media types..no services are found...
    2) specifying a PDF docflavor and pdf file will not return any services.
    3) If I specify AUTOSENSE in the docflavor, the PDF will be sent to the printer but 'junk' will be printed out. Basically, the printer doesn't seem to understand the file type.
    I've tried other printer drivers from other printer companies with no success.
    Now, my question to everyone who has SUCCESSFULLY printed PDF/Postscript with the Java Print Service using attributes such as Mediasize, Duplex printing, Copies...please...please respond to this message and provide some insight on how you did it (i.e. printer type, drivers, code snippit, etc...)
    am I missing something?
    I know alot of people having the same problem...
    Thankyou

    Hi,
    You may want to check the DocFlavors that are supported by the printers.
    Using the command as followed,
    // Get the supported flavour
    DocFlavor[] docFlavors = printer.getSupportedDocFlavors();
    for (int i=0; i < docFlavors.length; i++) {
    System.out.println("Supported flavour is " + docFlavors);
    I also hit into the same problem like you, trying to print a PDF into HP LaserJet 5 using AUTOSENSE. Junk output.
    Check the docFlavor supported on the printers are
    Supported flavour is image/gif; class="[B"
    Supported flavour is image/gif; class="java.io.InputStream"
    Supported flavour is image/gif; class="java.net.URL"
    Supported flavour is image/jpeg; class="[B"
    Supported flavour is image/jpeg; class="java.io.InputStream"
    Supported flavour is image/jpeg; class="java.net.URL"
    Supported flavour is image/png; class="[B"
    Supported flavour is image/png; class="java.io.InputStream"
    Supported flavour is image/png; class="java.net.URL"
    Supported flavour is application/x-java-jvm-local-objectref; class="java.awt.print.Pageable"
    Supported flavour is application/x-java-jvm-local-objectref; class="java.awt.print.Printable"
    Supported flavour is application/octet-stream; class="[B"
    Supported flavour is application/octet-stream; class="java.net.URL"
    Supported flavour is application/octet-stream; class="java.io.InputStream"
    However, do not know how to create a print service to support PDF. Obviously, we know that HP LaserJet 5 can print PDF.
    Regards
    Heng

  • Cannot print PDF file with version 11.0.10 Adobe Reader.

    Cannot print PDF file with version 11.0.10 Adobe Reader.  Get error messages "This document could not be printed" and "There are no pages selected to print".  I am using a Mac OS Ver 10.0.2.  I see that this question has been asked by others recently, but no answers.  Anyone have any suggestions?

    Assuming you are running 10.10.2 and not the ancient 10.0.2, can you tell us what printer and printer driver you are using? How is the printer connected to the computer (network, usb)? See if you can delete the Reader preference files? Years ago I resetting the printer subsystem would sometimes cure a problem like this.

  • I have a serious (and bizarre!) issue with my novation impulse (Although i've tried it with two other keyboards and i still have the same problem) and its compatibility with mainstage 3

    i have a serious (and bizarre!) issue with my novation impulse (Although i've tried it with two other keyboards and i still have the same problem) and its compatibility with mainstage 3.
    the problem is best explained on the following one - page thread: 
    https://discussions.apple.com/thread/3951518?start=0&tstart=0
    (Clearly i'm not alone in this problem, although i think i figured out what's going wrong a little more than he did...read on!)
    his solution, to put mainstage in jump mode, is very unsatisfactory to me, as it bounces all of a sudden to drastically different settings.
    basically, my analysis is that my controller is NOT receiving MIDI date from mainstage.  in other words, mainstage knows what my controller is doing, but my controller doens't know what mainstage is doing.
     let's say i turn the knob all the way to the right ... 127...and the virtual fader goes to the right like it's supposed to. 
    now...next...let's say i change to a different patch, where that same VIRTUAL fader is not at the max clockwise position..maybe it's only at 1pm.  now when i turn the physical knob to the RIGHT, the midi data is still at 127 on the controller!  it didn't "reset" to sync up with the new level (say 80 or so) setting on the new patch.  so i can't increase that new setting of 80 by continuing to turn the knob to the right.  i have to turn it all the way to zero,...and then continue PAST zero until the controller thinks that IT is at 0...at that point the controller and mainstage are in agreement, and things work fine....so bascially, the keyboard thinks the level is at max...but mainstage thinks the level is at 1pm.
    i am using Logic 9, and i have a macbook pro 2.9 Ghz I7 with 8 gigs of memory and OS X 10.8.4

    Hi Josh,
    Thanks for taking the time to contact us here a Novation for technical support. Lets continue to correspond via email so we can get your issue resolved.
    Thanks.
    Mike Towns

  • Can I batch print PDF files with Adobe Acrobat Reader X

    can I batch print PDF files with Adobe Acrobat Reader X?  I have tried from Windows Exploer (Windows XP) and it looks like the files are opening but they do not print.
    Pat

    Very strange!  What is your installed Reader version?
    Try disabling Protected Mode in Adobe Reader [Edit | Preferences | Security (Enhanced)].

  • Problem opening PDF files with adobe

    I cannot get adobe to open my pdf files. Not from internet nor from desktop.
    I downloads fine,. I have installed and reinstalled several times.
    If I try to open it looks like it opens but closes immediately. I tried to open adobe, but nothing. A grey screen and that's it. I cannot access the help button

    Yes, I finally got it working using number 2:-) Thank you very much
    2013/8/1 Pat Willener <[email protected]>
       Re: Problem opening PDF files with adobe  created by Pat Willener<http://forums.adobe.com/people/pwillener>in
    Adobe Reader - View the full discussion<http://forums.adobe.com/message/5557146#5557146

  • Adobe Acrobat Pro XI problems printing PDFs created from AutoCAD.

    Just installed Adobe Acrobat Pro XI and am having problems printing PDFs created from AutoCAD.  Printing other PDF created by MS Word works well.  Had a similar problem in an earlier version of Pro.  The fix I figure out then was to print the PDF file as another PDF.  Using the second PDF to print to a plotter typically worked.  It does not work for Adoabe Acrobat Pro XI.

    Hi presottom
    Please refer ; http://helpx.adobe.com/acrobat/kb/troubleshoot-pdf-printing-acrobat-reader.html
    or
    Let us know more details about it to help you better ?
    What is the OS ?
    is there any error message , etc .. ?

  • Since I downloaded Adobe Reader 11.0.07 I have been totally unable to print any PDF files using my Dell 1720 laser printer - I just get a blinking "error" light on the printer, no other error messages . I never had a problem printing PDF files before down

    Since I downloaded Adobe Reader 11.0.07 I have been totally unable to print any PDF files using my Dell 1720 laser printer - I just get a blinking "error" light on the printer, no other error messages . I never had a problem printing PDF files before downloading the new Reader version. Suggestions? Thank you.

    Hi,
    Which version of Adobe Reader were you using earlier when printing using Dell printed was working fine?
    Thanks,
    Shakti K

  • How do I print .pdf documents with reader for windows 8?

    I have Reader for windows 8.  How can I print .pdf documents with it? 

    See FAQ: Printing from Adobe Reader for Windows 8 Tablets.

  • I am not able to change  photo to video from Camera mode.  The same problem is occurred now with iPhone.  What is a problem?

    I am not able to change  photo to video from Camera mode.  The same problem is occurred now with iPhone.  What is a problem?

    Ahhhh... didn't know  this with iOS 7.  Thank you so much.

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

  • When I try to access an active link from a website (usually a pdf file), the new tab opens and is labeled correctly; the word "done" appears at the bottom; but the page does not open or download. The same problem does not occur with Chrome.

    Example: on the home page of the website http://www.dot.ri.gov
    there is an active link entitled "Overview of all Iway changes - Fall 2010"
    Clicking on it exposes the following url:
    http://www.dot.ri.gov/documents/iway/Iway_Changes_Fall2010.pdf
    However, the tab remains blank, even though it says "Done" in the bottom left corner.
    When I use Google Chrome as a browser, I have no problem opening that url.
    This has occurred numerous times over the past several days on several different sites--and usually the link that will not open is a pdf file.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Same problem with 10.4.9 but with a twist

    So I am having the same problem many others are having after installing the new update. There is just the grey scren with the apple logo and a spinning progress wheel. I have tried to start up from the installer disk to reinstall, However, I am told that I don't have enough free space. So how am I supposed to free up any space when I can't get to anything!!
    mac mini   Mac OS X (10.4.5)  

    Unless you have a bootable backup/clone on another disk and can boot into it, you'll have to boot with the install disk, enter your language, and, when the menu bar pops up, select Utilities->Terminal and use it to delete stuff. If you're not familiar with the command line interface, you have a daunting task. Alternatively, if you have another computer, you could mount the mini into target disk mode (see http://docs.info.apple.com/article.html?artnum=58583 for details), and use the host computer to delete stuff from the mini.

  • Problem printing PDF with Acrobat Pro 9.4.4

    Hi!
    I can't correctly print a PDF with Acrobat Pro that was created in Indesign CS5.
    I want to print it on a letter format (8,5 X 11") and it offers me a format of 8,49 X 10,99". It results in having my document being printed as tile with it's original format 12 X 21,5" as if I didn't adjust the format to be reduced.
    I temporary used Preview to print my PDF, but now I can't as the encoding in which I received the PDF used to be "Creo Normalizer JTP" and now it is "Adobe PDF Library 9.9"
    If anyone can help!
    This is my first time here, thanks in advance for your help

    Here's what it looks like (I work in french, hope you can understand)
    I just updated my software, thanks for that!
    Now, my problem is still on... I still have the very same result when I print. I did selected the correct Page Scalling I needed. I did selected the paper size I wanted. I chose Shrink to Printable Area and I tried with Fit to Printable Area.
    Since I've had this problem the size appears as : 8,49 X 10,99 (Instead of 8,5 X 11). I tried with Legal (8,5 X 14) but it appears as 8,49 X 13,99. I went through the preferences, but I can't find anything that could be the problem.
    Any other idea?
    Thanks!!
    Also, Preview was very helpful, as it did print my PDF correctly! I understand it's not the best... but it did the job

Maybe you are looking for

  • Maps does not show up at all in Notification Center why

    Hello, I am trying to get Maps to show up in notification center so i can enable notifications for them. I do not see it anywhere on my wifes phone but I see it on my phone.

  • Use of javax.jdo.Transaction in BMT

    Sections 16.1.3 and 16.1.4 of the JDO spec (version 0.95) state that the application code with a Bean Managed Transaction has the option of getting a Persistence Manager before a UserTransaction is opened and managing the transaction through the java

  • Hello world puzzle

    I new to java and I was asked the following Q - Here is a simple hello world program - public class A { public static void main(String a[]) { System.out.println("hello world"); Now question is can I print something like "hello java" before "hello wor

  • Add-on to capture videos from internet that don't have a download link.

    Is there an add-on to capture videos from internet that don't have a download link. I am on a Mac.

  • I want to backup my ipad without using my desktop and itunes?

    Hi, I want to backup everything on my ipad, including apps, notes, calendar, contacts, books, magazines, safari bookmarks, safari bookmark folders, music, playlists, photos, etc....BUT i do not want to use a desktop or a laptop and itunes. That is ar