Intermittent ioerror printing to PDF using Acrobat -- "readstring"

I posted this query before, but the term "Distiller" seems to have obscured my issue.
Far, far too often I get an error log like this, when trying to print to PDF from Photoshop Elements:
%%[ ProductName: Distiller ]%%
%%[ Error: ioerror; OffendingCommand: readstring ]%%
Stack:
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýûðÖ²U/
@kÉè÷ýþÿÿÿþþþþþþþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþþþþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿþþÿþÿþÿÿþÿÿÿÿÿÿÿÿÿÿþþþþþþþþÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþþþþþþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ...)
-file-
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%
TextText
I have simply tried Ctrl-P again to print to Adobe PDF, and maybe half the time it works, without any change in Photoshop image that I want converted to PDF. Sometimes, superstitiously, I reduce the res/file size and it goes through, but not always. The diagnostic tells me next to nothing, although I was a programmer for 20 years. There seems to be an Acrobat component named "Distiller," and "readstring" is failing for some reason that only one of the product programmers, or someone with similar knowledge, can understand, and the programmer does not tell me the user what to do about it.
What is the cause of the "ioerror"
The Acrobat product I am using is Acrobat 6.
I would know nothing about "opening a file in Distiller." The success and failures appear haphazard, but as a former professional programmer I know that there are deterministic reasons, even if nobody ever discovers them. Debugging programs is very hard work.
Perhaps someone can suggest a means of forwarding the error message to someone in Adobe programming, who already knows what the error message should mean to me, the user.

The details of the error are not familiar to me. However to explain where it comes from and a possible check on things I will try to explain the process.
There are basically 3 levels related to the Adobe PDF printer. The most fundamental is to print to file with the Adobe PDF printer. That process creates a PS file (may have a PRN extension). Then open the file in Distiller (part of the Acrobat sweet that converts PS and EPS files to PDF) and see if you get the same error, or it may possibly work.
The process you used to simply print to the printer depends on AcroTray running in the background. AcroTray automates the call to Distiller (that is the product showing the message you got). I am wondering in a way if the PS file somehow is getting corrupted - that is what corrupted files sort of look like in Distiller.
The last process available in several products is PDF Maker, basically a preprocessor for the Adobe PDF printer that adds PDF Marks to the file that are recognized by Distiller for adding links and such.
Don't know that this will help, but the first process may be worth trying just to see if it works, or if something else is in error. If you have a separate PS printer installed, you can also try printing to file with that and processing with Distiller. The problem at this point is to find what process is messing up.

Similar Messages

  • When I print to PDF using Acrobat 11 Pro from any application the acrobat Reader does not launch automatically. Associations are correct. Thx for your help,  Bruce

    When I print to PDF using Acrobat 11 Pro from any application the acrobat Reader does not launch automatically. Associations are correct. Happens from Chrome, IE, Word, Excel, Powerpoint. Previously had deskPDF installed but uninstalled correctly. Can't find a preference setting for the auto launch. Thx for your help,  Bruce

    A simple way is to flatten the form fields, which converts the field appearances to regular page contents. You can do this with JavaScript or PDF Optimizer (Advanced > PDF Optimizer > Discard Objects > Flatten form fields). A very nice script that adds a custom menu item can be found here: http://www.uvsar.com/projects/acrobat/flattener/

  • Printing to PDF using Acrobat X Pro - Cannot figure it out!

    I do not have the option to print to pdf and cannot figure out how to perform this function.  Following the user guides there should be an option under file > Print > advanced > print to pdf
    However under the advanced options i do not have the option "print to pdf"
    Furthermore, if i scroll through my printer options this is also not available.
    Please help!

    I tied to print to pdf within Acrobat 10 Pro yesterday trying to solve a printing problem.  It seemed that the application would not print to pdf but required me instead to "save as" pdf to create another pdf copy.

  • Can't Print to PDF using Acrobat 8 Prof after deleting demo of v 10

    Hi, I made the mistake of trying version 10 to see if it had any improvements over what I was using v 8.1.5 for, found that there were none, so I deleted it and now I can't print to PDF because it's looking for v 10. Unfortunately had to move recently and can no longer find the original disk to do a new installation. Does anyone know how to redirect the driver to the original v 8? I can open v 8 and everything else seems to work ok, just when I try to print to create a PDF it can't do it.

    Thanks for the quick reply Bill! I had tried that before and tried it again. Finally got things to work by copying all the contents of my Acrobat sub-directory from the v 8 folder to the hollow v 10 folder. Now it works again! Thanks for you help and inspiration to figure this thing out. Am now a very happy camper and didn't need to tear my house appart to find the original disk!

  • I cannot print to pdf using acrobat 8 on windows 7 64bit

    I recently upgraded to windows 7 and have installed CS3 (Acrobat 8).  Whenever I try to print a document to PDF it gets stuck in the print que and has an error printing.

    Drivers (especially printer drivers) are the first casualties of a system upgrade.

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader.

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader.
    For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer.
    "C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>".
    Current Situation: The above command line parameter when executed is working as expected in a User's Workspace.
    When executed in a command line on the Application Server, it is working as expected.
    But, the same is not working while executing it from Deployed environment.
    Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2.
    Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • How do I create  a PDF using Acrobat 7.0 in Windows 8 from a Visio drawing on a 64-bit system

    I used to be able to create a PDF using Acrobat 7.0 from a Visio drawing in XP. Now I'm running a 64-bit system, no Adobe printer can be installed, and it is unsupported.  Help?

    On a 32-bit system, there is a workaround. I do not think it is possible to get AA7 to work on a 64-bit system (no one has reported success and only 1 has suggested success with AA8). You may be able to print to a PS file and then open that in Distiller. I suspect that is the only way and you will have to find a decent PS printer driver to do it. I suspect the printer driver (and associated AcroTray) will not work in a 64-bit Win8 -- Acrobat and Distiller may.

  • Can't print to pdf with Acrobat 7.1.0 in Vista

    I am unable to print to pdf with Acrobat 7.1.0 in Windows Vista.  I used to be able to, now all of a sudden that functionality is gone.  I haven't knowingly done any upgrades since the last time I successfully printed to pdf, but I do have autoupdates enabled, so I can't say what Microsoft may have been up to recently.  When printing to pdf from Internet Explorer 7, the window simply closes.  A printer icon shows up in the system tray but registers 0 print jobs and soon disappears.  When printing to pdf from Word (2003), Word crashes with a series of message boxes saying something about attempting recovery.  Any suggestions?

    AcroTray is running.  Thanks for asking that question, as this is one thing that I have disabled on computers running XP, since disabling it in XP doesn't adversely affect my limited use of Acrobat in any way.  I have not disabled it with Vista.  I tried printing to file, and that also caused the window to close.  I happened to have a second IE7 window open when attempting to print to file, and it did not close, so it only affects the active window.  I don't know if that helps at all; when a program crashes, I typically observe it take with it all open windows associated with that program, so the fact that this is only closing the active window seems potentially useful to me in my ignorance of what is the root cause. 

  • Error converting web page to PDF using Acrobat 8 IE 9 on Vista

    I am getting the following errow when I try converting web page to PDF using Acrobat 8 on IE 9 on Vista.  This worked previously but it appears that a recent update to Acrobat caused issues with this functionality.  This happened once before and after some troubleshooting the technician wasable to get the functionality working again.  The Adobe printer shows up with "Error" however I can still create PDFs from outlook.
    Error Has Occurred
    Line:11
    Char:3
    Error: Permission Denied
    Code: 0
    URL:res//C:\Program Files\Adobe\Acrobat 8.0\Acrobat\AcroIEFavClient.dll/AcroIECapture.html

    Is the plugig the same as an add-on because all of my Acrobat Add-ons are active?
    Name                Adobe PDF
    Publisher           Adobe Systems, Incorporated
    Status              Enabled
    Load time           0.25 s
    Name                Adobe PDF Reader Link Helper
    Publisher           Adobe Systems, Incorporated
    Status              Enabled
    Load time           0.01 s
    Navigation time     0.00 s
    Name                Adobe PDF Conversion Toolbar Helper
    Publisher           Adobe Systems, Incorporated
    Status              Enabled
    Load time           0.06 s
    Navigation time     0.00 s
    Name                Adobe PDF
    Publisher           Adobe Systems, Incorporated
    Status              Enabled
    Load time           0.00 s

  • Error: "The system cannot find the file specified" when trying to print to PDF w/ Acrobat 9.5

    I get an Error: "The system cannot find the file specified" when trying to print to PDF w/ Acrobat 9.5 using Windows 7.  This just started happening after upgrading to MS 2013 suite and also installed Adobe Reader at that same time.
    I had problems in the past when Reader was installed with Acrobat, so I uninstalled Reader, but the problem still seems to occur.
    any help would be appreciated.

    That link has backslashes (%5C) that need to be changed to forward slashes:
    *http://supportdocs.sonybiz.net/indexes/pi/LFS/May_2004/00035186.pdf

  • Cannot convert webpages to pdf using Acrobat X Pro with IE9 and Windows 7, worked fine until a few m

    Cannot convert webpages to pdf using Acrobat X Pro with IE9 and Windows 7, worked fine until a few months and updates ago

    I tried your suggestion, not knowing that the direct pdf printer would also "save as" PDF, but when I try your suggestion and use the Adobe PDF printer that is a direct creation of the PDF from the browser (IE9), instead of the "black out" areas I get when I use the "Convert to" button, I get missing blocks of the resulting PDF, and only get the first 1/4 to 1/3 of the webpage.
    Just to clarify, when I said I print the webpage and then scan, that is a work around I have to do if I need a scanned version of the way a webpage appears on a particular date and time, instead of the one step process I used to be able to do when Adobe Acrobat would actually convert the webpage to a pdf without blackout areas or, if I try your suggestion, blank spots with a partial webpage. But the idea was one I had not thought of and I appreciated the thought.
    Yes, Acrobat was updated, and is updated, and was working fine until a few months ago, Win 7 and Office 32 bit versions, Office 2010

  • Opening a PDF using Acrobat X

    I would like to open a PDF using Acrobat X. I need to input boxes into my PDF form so that the form can be filled out on the computer by typing rather than having to print it out and hand write responses. I have downloaded the trial version of the Acrobat X. When I try to open the PDF with Acrobat X, it doesn't do it and I am unable to make the changes I wish. Any help would be greatly appreciated.
    Thank you.

    When you open the pdf it doesn't do what? If you can open Acrobat you need the form tool. If the form tool is not available under the tools panel, use View->Tools->Forms menu item to make it appear.

  • Can't convert files to pdf using Acrobat 8 Standard or 9 Pro

    I am having a major problem. I have tried converting both Word 2003 and Excel 2003 documents to pdf using Acrobat 8 Standard (I can't recall which version because I uninstalled and installed a trial version of Acrobat 9 Pro) and Acrobat 9 Pro. I have tried to convert directly from the open document and through Acrobat using create from file. In every instance the process starts and then stops after a few moments. When I try the conversion from within Acrobat, I get the following error message: " Pdf conversion failed, please correct the error and retry." When I try the conversion directly from Word or Excel, the conversion starts, stiops suddenly and gives no error message.  I have had Acrobat 8 Standard installed for a couple of years. It worked fine on this computer until the problem started a week ago or so. There have been no software or hardware changes that woudl trigger suspicion.
    I've tried uninstalling and reinstalling the 8 Standard version. I have uninstalled the 8 Standard version and installed the 9 Pro trial version. I have run the repair module on both versions. I'm sure it is something simple but I just can't figure out what the "error" is that I need to "correct". Any suggestions?
    As an aside, I have several Adobe programs (Photoshop CS5, Contribute 3 and Acrobat), all of them expensive. Their business model of offering no unpaid support (even for this type of problem) is one reason I hate Adobe more than Microsoft... but I rant.

    When you uninstalled, you should have used the MS Installer Cleanup utility. It cleans up a lot of the junk left over in the registry. You should have also deleted the Acrobat folder. Then you would reinstall. You did not indicate your OS and it may be that you need to update the AA8 to get it to work correctly. Also, the installs and uninstalls can mess up your registration process if you are not careful. If you uninstall the AA9 trial, you will not be able to reinstall it for use. At this point, I can only suggest you do a repair of your installation and be sure you have all of the updates.

  • Can I edit anything in a pdf using Acrobat XI Pro?

    Can I edit anything in a pdf using Acrobat XI Pro?

    And the degree of effective editing may be an issue. Editing is not a recommended task in Acrobat, but instead edit in the original doc and recreate the PDF.

Maybe you are looking for

  • Global variable in namespace javascript

    Hi, I have this code and want to put my Global var: var column = 'Weekday'; in my namespace: var pinkWeekday = pinkWeekday || {};       how do i do that? var pinkWeekday = pinkWeekday || {}; var column = 'Weekday'; // Create function for rendering th

  • Resolving times out on all servers

    Hi, For some reason, my Arch VMs are all unable to resolve hostnames during pacman sync: vagrant@archlinux:~$ sudo pacman -Syyu :: Synchronizing package databases... error: failed retrieving file 'core.db' from arch.serverspace.co.uk : Resolving time

  • Can we get any documents or notes of API for APPS11i?

    I know the Integration Repository website. Does iRep show us only supportable API? I would like to know about non-public API also, like FND_FLEX_VAL_API. And is there any API to load data to FND_LOOKUP_VALUES?

  • Small Network by BlackBerry Date Package and Tethering

    Hello BBers ! I Tether my BlackBerry Data package to my laptop, of course using BlackBerry Desktop Software. Now, I need to know if there is anyway/device can help me to use this internet to connect other Wi-Fi devices such as iPod Touch, Tablet PCs

  • Hi , how to install  "  xi content for mdm "  in XI

    hi how to install  "  xi content for mdm "  in XI . does any body know the procedure cheers akhil