In windows 8 I can't print to an Adobe PDF printer

Upgraded to windows 8 (forced to) and reloaded Adobe 8.  Even though it created the printer (PDF) it returns a printer error everytime you try to print to it.

Did all the updates thru 8.1.7.  Now it tells me to print the document I need to activate Adobe which I did when I installed it.  Under the Help screen the activation tab is greyed out.  If I did de-activate it on my old laptop I don’t think it would change the state of this tab.
T
TERRY HUTCHENS
PRESIDENT
TCP LEASING, INC.
cid:[email protected]
TELEPHONE: 919.845.7320
MOBILE: 919.810.7422
CELEBRATING OUR 17TH YEAR

Similar Messages

  • Very slow printing to default Adobe PDF printer

    I have a 150 page FrameMaker document (with lots of linked Illustrator CS4 files) that is taking 7 MINUTES to print to the default Adobe PDF printer. In contrast, an old QuickSilver / Interleaf document that is 200 pages long and contains even more graphics embedded as huge TIF files, takes 20 seconds to print to the same default Adobe PDF printer.
    I have tried all the suggestions I can find on the web, including Adobe forums, but nothing works. Can anyone suggest why printing from FrameMaker 9 to Adobe PDF is taking such a long time? It would appear to be a FrameMaker problem, since every other application can print to the Adobe PDF printer without any problems, and so can FrameMaker... but only at a snail's pace!
    I am using TS2 (FrameMaker 9 and Adobe Acrobat 9 Pro Extended) on a 3.0 GHz Quad Core PC running Windows XP Pro.

    My computer
    Windows XP Professional
    Version2002
    Service Pack 3
    Intel(R) Pentium(R) 4CPU 3.00GHz
    2.99GHz, 3.25GB of RAM
    Using Acrobat 8.1 Professional. (Haven't upgraded because I saw too many posts with people having problems.)
    Using Adobe Design Premium CS3 (I use AI files, we always have for any vector files and way to many to change over to EPS.)
    We have also been changing over from Interleaf. I really like FM except for this problem. Very glad to get out of Interleaf.
    We also used InDesign for a while and there are no problems printing to pdf.
    ls

  • Printing Problem to Adobe PDF printer

    When I print to my Adobe PDF printer I comes out unreadable, but if I copy the unreadable text and paste into word I can read it.
    Unreadable text in Acrobat is in Courier, and readable in Acrobat is in Vernada (that's what is shows in word).  Does anyone have any ideas?
    Version Acrobat Pro 9.4.5

    I talked with Adobe and they showed me an option for fonts (listed below).  Uncheck the hightlighted option.
    And now it prints correctly.

  • Now I can't print to the Adobe PDF printer

    At the same time I started having problems updating Acrobat (see my post yesterday, please), my Adobe PDF printer disappeared from system preferences. I've added it back using the help>repair option, but the printer no longer works.
    Every time I try to print, the printer pauses, then when I restart it and try to resume the document I get an error...
    Operation could not be completed
    Client-error-not-possible
    I've done a complete uninstall/reinstall of the whole Design Standard CS3 suite 3 times now, including removing my prefs and serial number (so starting from scratch), but this error, and the Acrobat updating problem, won't go away.
    Please can someone help me on these?
    Thanks, Nige

    Try going to Printer Utility and deleting any reference to the adobe Pdf Printer Driver.
    Then you find file anlocate all versions of PDF Printer. remove all traces of version Previous to this version.
    Now open Acrobat and got to help menu repair and replace and have it repair the Printer Driver again.
    Note: PDF Printer does not work within Acrobat nor Reader. only with other applications. (Or at least I've never been able to have it work within Acrobat/Reader.)

  • Problem printing files to Adobe PDF printer using VBA

    I have an Excel project. Part of the code prints the active sheet range as a PDF file. Later code then sends the PDF file as an e-mail attachment. The Code was originally written using the free application PDFCreator and works as intended. However the client wants to use the Acrobat "Adobe PDF" printer instead.
    Each PDF must have a name as specified in the code and must be sent to a specified folder, again as specified in the code.
    The Adobe PDF printer insists on 1) using the path specified in the printer preferences and 2) naming it as the workbook name + .pdf.
    I have checked the Distiller API reference and it tells me that if a key is set, the output path and name can be controlled. However, setting the key as described does not work. The PDF printer ignores it and creates another key named as the output file with a REG_SZ value that is numeric and increments each time print is invoked.
    Attached is a screen shot of the registry entries.
    What am I doing wrong?

    I have.
    However, I think I have solved this.
    First, I am using Win 7 64 bit, so the application is not excel but c:\windows\splwow64.exe. I've modified my code so that both XP 32 and Win7 64 are catered for.
    Second, the print command I used in VBA was
    ActiveSheet.Printout ActivePrinter:= "Adobe PDF"
    It looks like that starts a different Adobe DF printer to the one that would look at the registry. If I change the code to
    ActiveSheet.Printout
    and set Adobe PDF as the default printer in control panel, the whole thing works as planned.
    All I need to do now is to set the printer to Adobe PDF within the code so the user doesn't have to do this in Control Panel. Obviously, my approach above didn't work, so what is the way to do this?
    Here's the sub routine as it stands at the moment:
    Public Sub PrintUsingAcrobat()
        Dim strOutFile As String
        Dim PDFPath As String
        Dim FileName As String
        Dim XPApplic As String
        Dim X64Applic As String
        XPApplic = Application.Path & "\excel.exe"
        X64Applic = "C:\Windows\splwow64.exe"
        Const HKEY_LOCAL_MACHINE As Long = &H80000002
        Const HKEY_CURRENT_USER As Long = &H80000001
        Dim lRC
        Dim sPath
        Dim objRegistry
        PDFPath = outpath ' outpath is a global variable set elsewhere
        strOutFile = Range("Suppliername") & ".pdf"
        FileName = PDFPath & strOutFile
        Set objRegistry = GetObject("winmgmts://./root/default:StdRegProv")
        sPath = "SOFTWARE\Adobe\Acrobat Distiller\PrinterJobControl"
        lRC = objRegistry.SetStringValue(HKEY_CURRENT_USER, sPath, XPApplic, FileName)
        lRC = objRegistry.SetStringValue(HKEY_CURRENT_USER, sPath, X64Applic, FileName)
        ActiveSheet.PrintOut
        DoEvents
    End Sub

  • Avoiding the 'Save PDF File As' dialog when printing to the adobe PDF printer from a service

    Hello, can someone please help.
    I have Adobe Acrobat 8 Pro installed.
    I have an in house application which (among many other things) effectively monitors a directory and prints the file to the default printer. It works fine when run as an application.
    I have set the defaults on the Adobe PDF printer to put the output PDF file into a directory and not to open it so it works silently without prompts.
    When I run my application as a service, it brings up the 'Save PDF File As' dialog and I would like to avoid this. My impression is that if I put the right registry key in then it will work.
    I do not want to do any scripting if I can avoid it.
    Thanks for all constructive help given.

    Thank for your help Bill, but changing settings in the distiller did not seem to work. As my application prints directly to the default application without using anything specific to Acrobat, I was hoping there was a simple way forward. A colleague suggested copying registry entries from the account I logged on as to the S-1-5-18 entry, then rebooting. This had no effect as the prompt still comes up.
    Aandi, I don't have the Acrobat SDK or any experience of it.
    Also I'm not sure where any code/script would sit since the application is stable and so I would rather not change it.
    If it amounts to a few lines of javascript sitting outside the application then that would be of interest.

  • Windows 8.1 Adobe CS6 Adobe PDF printer broken after sysprep

    Windows 8.1 enterprise 64 bit with CU1 installed. Ran sysprep priror to install. Installed Adobe Design and Web Premium CS6 & Premiere Pro CS6. The Adobe PDF printer is working with UAC enabled threw all PC accounts. Ran sysprep (standard generalize, skip rearm, & skip all win 8.1 questions) with UAC disabled since bat files will not run with UAC enabled. After UAC is enabled you can't print using the Adobe PDF printer unless running from Administrator account or by disabling UAC. We also have Adobe CC except the instructor is currently teaching CS6 suites. I tested acrobat 10.0.0 & 10.11.1 same problem after sysprep.

    Have you tried running Process Monitor to see where the permissions problems are occurring?

  • Can only print one page to the Adobe PDF printer "device".

    When I print to the Adobe PDF printer device I can only print one document.  When I print a second document I get the message "Adobe PDF Creation cannot continue because Acrobat is not activated."  However, if I reboot, I can again print a single document. 
    I'm running Windows 7 pro-64 bit.  I have Adobe Acrobat X pro, version 10.1.7 installed AND ACTIVATED.
    Any suggestions for solving this damn headache would be much appreciated.  I'm sure tired of rebooting to print PDFs.
      George Sundell

    OK, here are a couple of ideas to try....
    Go to Help and try Detect and Repair.
    If you have Acrobat, you can try to distill the document or try a Save As
    [signature deleted]

  • I can't use Adobe PDF printer

    Hello,
    I can't print with my adobe pdf printer.
    My version is adobe acrobat 8
    Windows 8 64 bit.
    I have a message "error impression on adobe pdf..."
    NB : when I installed acrobat I had to decompress adobePDF.dll,
    Thx

    I have heard of no one who has been successful with AA8 on Win8. If you have any chance, you need to be sure you have updated Acrobat to the latest update to work with 64-bit systems.

  • Cannot print to Adobe PDF printer from Word after upgrading to Win 7 64bit

    Hi. After upgrading my operating system from Windows XP to Windows 7 64 bit, I can no longer print to the Adobe PDF printer (e.g. from Word). It just sits in the Adobe PDF printer queue saying "Error" without bringing up the "Save As" dialog box, and nothing happens. I am running Adobe Acrobat 8.0.0 (I've checked for updates but it says none are available). I have tried doing a repair installation following the instructions on this website (http://helpx.adobe.com/creative-suite/kb/error-file-adobepdf-dll-needed.html) but to no avail.
    Thank you in advance for your help.

    I think it's time to upgrade. 64-bit systems weren't much in use at the time of Acrobat 8.0.

  • Unable to find Adobe PDF Printer

    I am trying to convert a Word document into a PDF by right-clicking on a Word document and telling it to Convert to Adobe PDF. I keep getting the error message "Unable to find "Adobe PDF" printer or "Acrobat Distiller" printer. Do you want to run the installer in repair mode?" I try to run the repair mode and it'll run the repair mode, but nothing changes. Also, I used to have an Adobe tab in my Microsoft Word program but that is gone. All of these problems started when I got a new computer that is running Windows 7. Any idea on how to fix this? Right now I'm having to use PDF Complete, but I'd rather use my Adobe!

    No, but you might have to do some work to get AA8 to work on your system. The first step is to update it, currently at 8.3.1 (you have 8.0.0 that may be your issue). AA8 is not certified for use on Win7, but several folks have been successful getting it to run. However, you might run into hickups at times even if it does run. In the meantime, try opening the document in WORD and printing to the Adobe PDF printer. If that works, you at least have a production method.
    The next step is to figure out why PDF Maker is not working. For this, open the document in WORD and see if the Adobe menu appears. In WORD 2007 it will likely be the right most menu item named Acrobat (that is on my WORD 2007 system with AA8, though this is a VISTA machine). If that menu does not appear, then the Adobe macro in WORD needs to be enabled.
    If the printer is not running, then further work is needed. Let us know what the current status is and then we can go from there.

  • Printing to Adobe PDF Printer freezes IE 8

    Today I was trying to print a certificate from a website where you type in your name, it generates the certficate in the web browser.  I tryed to print to my Adobe PDF printer.  The dialog box opened to prompt for the file save location/name; but this dialog box was frozen.  The URL was only active today, so I can't provide the example.  I use Windows 7 and Acrobat 9 Pro.  (9.3.0).

    That shouldn't even be possible: Standard and Pro are mutually exclusive. Not surprised it has broken.
    My recommendation
    a. Make sure you have your Standard serial numbers and install media.
    b. Uninstall the one you don't want at the moment.
    c. REPAIR the one you do want.

  • What is the Acrobat 7 Adobe PDF printer driver name?

    I can no longer print to my "Adobe PDF" printer.
    I have Acrobat 7.1.0 (as part of Creative Suite 2) on my small travel laptop system running Windows XP Professional, SP3. 
    Recently, if I try to print to a PDF file from Firefox, I get:
          "an unexpected error has occurred" or "an unknown error has occurred while printing".
    I went to the Adobe PDF printer itself and if I try to choose the properties, I get "The Adobe PDF Converter' is not installed on this computer. Then it asks me if I want to install the driver now.  If I say yes, it wants the driver name, which I don't know and don't see obvious candidates.   If I say no, and I see the properties for the PDF printer, it says the driver is "Adobe PDF Converter", but I guess the underlying driver file is missing.
    I found a posting for how to manually reinstall the printer on Acrobat 10, but my directory structure is different and I don't have a file called pdf.inf, so I suspect the driver name is different in Acrobat 7. 
    I can still launch Acrobat 7 just fine, and have tried doing the repair from the help menu twice, and rebooted afterward.  No luck.
    I didn't delete the Adobe PDF printer before the repair.  I was afraid to.
    I could go back to the original CS2 disks, but then I'll lose all the updates I've downloaded and installed over the years.  I don't know if Adobe even has the updates for CS2 online anymore.
    I suspect if I knew the name of the PDF printer driver in Acrobat 7, I may be able to fix it. Even if the file got deleted, I likely have it on an old backup.
    Does anyone know the name of the ".inf" driver file for the Adobe PDF printer in Acrobat7 (CS2)?
    If not, is there something else I can run from the setup files that will reinstall the PDF converter?
    Thanks.
    Cindy

    I cannot confirm, but feel confident that Adobe has the updates available for CS2.
    Reinstall from the disks.
    I just looked through my XP system running CS2; I cannot see an easy way to reinstall the Adobe PDF Printer, but it is already installed there.

  • How to make "Adobe PDF" printer quiet  (no banner) when called from MSAccess?

    I have an Access Database which creates reports set up to print to the "Adobe PDF" printer (Acrobat Standard 7.0.7). Everything works great except the pop-up progress window appears during printing and takes over windows control briefly, then when printing finishes, it closes and gives back control to the other window. This makes running large batch .pdf creating operations very intrusive.
    How do I make it not display the banner/progress pop-up during printing?
    Thanks,
    Tim James

    Thanks very much for the information, I was not aware of LiveCycle PDF Generator.
    Looking (briefly so far) into the available info it states:
    "Import, export, and manipulate attachments, annotations, links, and bookmarks in an XML format"
    This sounds like my unrelated goal of implementing something that can take an existing .pdf and a ist of phrase-hyperlink pairs and add links to the given hyperlink to every occurrence of the given phrase would be much better implemented using LiveCycle PDF Generator rather than Acrobat.

  • Print with Adobe PDF printer driver from Word: Stripes in images

    Hello,
    I use Acrobat 8 Professional (Version 8.1.3) on Windows XP SP3 (german version). I'd like to create a PDF out of a Word document by printing with the "Adobe PDF" printer driver. I have a problem with an image containing large unicolored areas: In the PDF there are recognizeable stripes in the colors of the image. This is when viewing the PDF with Acrobat 8 Professiona, when importing a page containung such an image into Photoshop, and when printing such an image.
    The image is an RGB TIF, but I tried it with a CMYK TIF as well as with an RGB BMP. The reault - when printed out of Word - is the same. If I print the same image to a PDF from InDesign, then everything is fine, no stripes.
    Does anybody know how to optimize this?
    Best regards,
    Christian

    Sorry, I should have mentioned this, of course. Well the document is a DOC (because it was prepared by co-workers with Word 2003). I use Word 2007, when I opened the DOC Word switched to "compatability mode" (not sure about the exact English term, I work with German versions). But even when saving the document under a new name, I kept it as a DOC, so my co-workers would be able to open it again at their computers with Word 2003.
    My Acrobat is already version 8.1.6 and because I always install Windows Updates that the automatic update service offers, I guess my Word 2007 is also up to date.
    But sure, if I can be of any other help, let me know...
    Best regards,
    Christian

Maybe you are looking for

  • How can I copy filters between accounts?

    I seem to remember, back when I first switched my email to Thunderbird about two years ago, that I could duplicate message filters between email accounts rather than recreating them manually. Now I cannot find any way to do this. I'm reinstalling eve

  • Photos in iPhoto have lost "Places".  How do I recover them?

    I spent many hours add "Places" to our Alaska Vaction Photos.  When I went to show them to family and friends, the "Places" information had disappered.  What method can I use to recover them?

  • Upgrading Safari on Leopard

    I am using Safari 5.0.6 on OS 10.5.8. It's running slow so I thought I would upgrade. Can I use Safari 6 on Leopard or should I download Safari 3.2.1 for Leopard?

  • Why Does Siri Sound fast/robotic?

    I notice that with iOS7 that Siri sounds different on TV ad's and videos online, but after I updated mind does sound different but robotic, works fine and only after I bought a used iPhone 4s from a work friend and setup for my Mom to use as an iPOD

  • Error executing BPC test script

    Hi, We are on HANA. Our performance team is trying to execute a test script from HP Load Runner. We are seeing the below error HTTP/1.0 500 Internal Server Error\r\n <TITLE>500 SAP Internal Server Error</TITLE>\n ERROR: XSLT: No valid XML source (ter