Error: typecheck OffendingCommand: setglobal

I am using Indesign CS3 in Windows 7. I am trying to print a brochure to a .pdf and each time I do I get this PostScript message. Any suggestions?

Google it. It's supposedly caused by a damaged font.

Similar Messages

  • PostScript Error: %%[ Error: typecheck; OffendingCommand: begin ]%%

    while processing file in Indesign CS2 below problem accours, I check all components embeeded in indesign file as individual PDFs
    and decrease resoulation problem still preflight fails
    File produced the following import errors:
    PostScript Error: %%[ Error: typecheck; OffendingCommand: begin ]%%
    Error encountered during file import.
    Source file rejected to D:\outputs_new\xml\reject\DUMMY0000033.eps
    I check all XML tags and reinstalling components in indesign file and try to run preflight
    still it fails
    what to do exactly?

    Don't use EPS.
    Use AI, PDF or PSD instead.
    When producing a PDF use the export command.

  • Distiller 9 - %%(Error:typecheck:OffendingCommand:show)%%

    How do I fix this error when distilling a postscript file. Working in Quark8, Snow Leopard. I can open up the same page in Quark6 and process it fine in Distiller 6. My department will soon upgrade to Snow Leopard and I would like to fix this error in Distiller 9.

    I don't know multi-ad creator.
    But if they can PS and multi-ad then why not drop the PS into Distiller, make a PDF of the file.
    Then place that PDF into InDesign and use File>Export>PDf (Print) from InDesign.

  • Error: undefined; OffendingCommand: PK while converting to pdf

    Author:
    Devkia [ Fri Apr 09, 2010 03:33 PM ]
    Post subject:
    Need Help With Adobe Distiller 9
    Hello Everyone,
    My Challenge :
    =======
    I am using licensed version of Acrobat Distiller 9 for testing.
    The logic converts the Excel to ps file and then ps file to pdf.
    So on local (i.e my computer) it form .ps file and then I am able to conver it to pdf.Everything works fine.
    But now I have setup everything on the server, on the server .ps file forms but when I try to convert it to pdf it
    gives me the following error.
    %%[ Error: undefined; OffendingCommand: PK    ]%%
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    It looks like the ps files get formed but somehthing is a miss. because if I try convert it to pdf manually it gives me the erorro,
    From the code it just hangs.
    I am using a windows applpication  and have created a servic which should run everyday to print the reports
    =============
    The code sample is something like this
                                                for (int i = 0; i < strSheets.Length-1; i++)
                                                    myWorkSheet = (Worksheet)myWorkBook.Sheets.get_Item(strSheets[i]);
                                                    myWorkSheet.Select(false); //false is passed so that the first selection remains
                                                Utility.AppendLog("Selected the sheets");
                                                myWorkBook.Worksheets.Application.ActiveWindow.SelectedSheets.PrintOut(Type.Missing, Type.Missing, 1, false, "Acrobat Distiller 9", true, true, PSFileName);
                                                Utility.AppendLog("myWorkBook  Got Printed");
                                                // to print full work sheet just kept the code for now
                                                //myWorkBook.Worksheets.PrintOut(Type.Missing, Type.Missing, 1, false, "Acrobat Distiller 9", true, true, PSFileName);
                                                Utility.AppendLog("Ps File submitted Adobe PDf ");
                                                int FlagJob = objPdfDistiller.FileToPDF(PSFileName, PDFFileName, "");
                                                Utility.AppendLog("FlagJob " + FlagJob);
                                                if (FlagJob == 0)
                                                    Utility.AppendLog("Parameters are invalid For " + PSFileName);
                                                else if (FlagJob == 1)
                                                    Utility.AppendLog("Created SucessfullFor " + PSFileName);
                                                else if (FlagJob == -1)
                                                    Utility.AppendLog("the PDF creation itself failedFor " + PSFileName);
    =============

    Distiller doesn't read PPTX files. Powerpoint does.

  • Distiller  Error: ioerror; OffendingCommand: readstring

    Far too often I get an error log like this:
    %%[ 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 wildly guess about why, and have simply Ctrl-P again to print to Adobe PDF, and maybe half the time it works, without any changing, for example, the 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 product I am using is Acrobat 6.

    I do not know anything about Distiller, which I presume is a component of Acrobat 6 Professional. I would know nothing about "opening a file in Distiller." The ioerror occurs when I try to print, via ordinary means, a JPG file while in Photoshop to the printer listed as "Adobe PDF." Usually this works perfectly. When it does fail with the error log inserted into my original post, I just ctrl P again, and about half the time this works. When it does not, I make the totally uninformed guess that the JPG file may be too big, so I resize it smaller. Sometimes it then gets converted to PDF correctly, but sometimes it fails with the same "readstring" error message log. 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.

  • Error: invalidfileaccess; OffendingCommand: imageDistiller

    I use AcrobatPro 8 to create pdfs from a CAD program called Chief Architect.  It used to work just fine, but now whenever I try to print a CAD layout sheet with an image pasted on it (my typical image is just a black and white .tif image), Adobe will not create the pdf and I get the following error log:
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    %%[ Error: invalidfileaccess; OffendingCommand: imageDistiller ]%%
    Stack:
    -dict-
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    This only happens when the CAD layout contains an image file.  If the layout has only native CAD drawings, the pdf creates just fine.  I have removed, reinstalled, and updated both the CAD program and Adobe 8 and I still get the same results.
    Any help resolving this would be greatly appreciated.  Thank you in advance

    is it happening with a particular type of image or it happens with any kind of it. which version of Acrobat 8 are you currently on? are you able to print to a phycical PS printer, if not then it is most probably not a Adobe issue.

  • %%[ Error: undefined; OffendingCommand: setdistillerparams....

    Good afternoon,
    When I try to print to PDF from Illustrator, the following error pops up.  Any thoughts on how to correct this?
    Many thanks!
    %%[ Error: undefined; OffendingCommand: setdistillerparams; ErrorInfo: CalCMYKProfile U.S. Web Coated (SWOP) v2 ]%% %%[ Flushing: rest of job (to end-of-file) will be ignored ]%% Error accessing color profile: U.S. Web Coated (SWOP) v2  %%[ Warning: PostScript error. No PDF file produced. ] %%

    Thank you.  When I save to PDF, the gradient that I have in my document does not show up correctly.  I have a gradient fading from blue to green.  The blue shows up fine, however, the green is simply a white rectangle.  Is this part of the issue described earlier?
    Thanks.

  • %%[ Error: invalidfont; OffendingCommand: findfont ]%%

    Hello
    for some reasone I am not able to make any PDF file anymore (Acrobat XI pro, Win). If file contains text or not I receive the same error message:
    %%[ Error: invalidfont; OffendingCommand: findfont ]%%
    Stack:
    /Font
    (Courier)
    /courier
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    Here is the list of Courier font files I have in main windows fonts folder:
    courer.fon
    CourierC.otf
    CourierC-Bold.otf
    CourierC-BoldItalic.otf
    CourierC-Italic.otf
    Please help me

    Hi
    thanks for your prompt response. I have add the mentioned folder as font location but the error still there:
    Here is the list of files in Resource\Font\ folder:

  • Error: invalidfont; OffendingCommand: xshow

    It's a pain using Acrobat to print a word to pdf. Alternatively, I use PDFCreator to solve the issue which Acrobat PDF Printer cannot do.
    Error message:
    %%[ ProductName: Distiller ]%%
    Cambria not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: xshow ]%%
    Stack:
    [45 46 93 46 74 82 45 37 92 34 92 0]
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    Environment:
    OS: windows 8 64-bit
    Office: Office 2010 64-bit
    Word docx: 222 pages with pictures, fonts include Cambria, Times New Roman and Courier.
    Acrobat: Acrobat 9 PRO Extended (9.0.0)
    I tried the following:
    1. Open Acrobat Distiller -> Font Settings, delete all fonts except the one with "Resource\font". Closed the dialog and reopen the Distiller. I did not see any sign that Acrobat Distiller tried to search the whole hard disk for fonts.
    Please advice, Thanks! FYI, PDFCreator works well in this case.

    So, the key thing here is that Distiller can't find Cambria. Distlller indeed doesn't search the whole disk for fonts - not sure why you think it would, since you have to add font directories Removing them cannot make this problem better - only worse. Try adding the specific font directory that contains Cambria.

  • Error: invalidfont; OffendingCommand: show

    Windows 7 x64
    Acrobat Standard 8.1.5
    firefox or IE or right click in shell and select convert to PDF
    invalid command sometimes is xshow
    %%[ ProductName: Distiller ]%%
    (varies) not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: show ]%%
    Stack:
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%

    OK, are you using IE or Firefox? The steps you are using are not clear. If it is a web site you are looking at, what is the URL so others can see if there is an issue? The error simply says it can not find the font mentioned and is using Courier instead. This is not uncommon and may just mean that your system does not have the font used on the site (like Helvetica or such). You may be able to select in the job options to create the PDF even if there is an issue with the font embedding. As I said, knowing what you are looking at would help a lot.
    I am surprised you got this far with AA8 in Win7. It is nice to know what seems to work with the new OS. You might want to update. AA8 is currently at AA8.1.7.

  • Error: invalidaccess; OffendingCommand: --nostringval-- ]

    Hello. I have some commercial pdf documentation (purchased) that I am able to print pages from, but I cannot seem to do much with the postscript output when I print to file with a postscript printer selected. I want to add notes and make a few changes, but I cannot open the pdfs in Acrobat 5. I have tried several printers and PDFCreator as the selected printer. Ghostscript on Linux and Distiller 5.0 in Windows XP give the error listed in the subject. I printed from Acrobat Reader 4, which is required. I will update a driver if anyone thinks that will help, but I would like to try to manually fix the error in the postscript.
    Here is the file (27kB), which is the postscript print output of printing a single blank page.
    http://geocities.com/hildstromolo/printoutput.ps
    My research so far tells me that invalidaccess indicates:
    *Trying to write to a read-only dictionary. For example, systemdict /junk 1 put. User code must put use userdict /junk 1 put.
    *Trying to put an object in local memory into a global dictionary. For example, false setglobal globaldict /junk (local string) put. Correct usage is currentglobal true setglobal globaldict /junk (global string) put setglobal.
    *Writing to a file that has been opened for reading. (examples/colorcir.ps) (r) file (hello) writestring
    I believe that the problem is the first case, trying to write to systemdict, because I cannot find the other commands in the postscript output. Line number 55 seems to do a systemdict put, which would voilate the systemdict being read-only, but I do not have enough postscript experience to know how to fix this.
    Any suggestions? Thanks a bunch. -Greg

    It seems the original PDF was protected (encrypted), and you try to create
    another (possibly unencrypted) PDF from it by re-distilling. The "error" you
    see is ment to fail such a job, dissalowing you to do that "conversion".
    Note that the PS file you get will work fine in a printer, just not when
    trying to convert it back to PDF.
    What you really need is to ask the author(s) for the owner password of that
    PDF, or for an unprotected copy. Then you can use Acrobat to do the changes
    you need.

  • How can I resolve the following postscript error: [ Error: undefined; OffendingCommand: ct_T3HdrDict

    I know the error is caused by using a character definition that uses the Courier font (indicating 'user input' in a technical documentation document). FM indicates that Courier is an available font.

    According to Adobe Support, there is a known issue with Save As PDF and the FM engineers are aware of it.
    See this thread regarding Save As PDF not honoring .joboptions: http://forums.adobe.com/message/4522427#4522427
    The quick summary is that when you use Save As PDF in FM10/FM11, your custom .joboptions file is not honored, so things like font-embedding and PDF-compatibility level are set to default values.
    I have demonstrated that this behavior is caused by the fmpdfreflow.dll plugin, regardless of whether using Distiller 9 or Distiller X, and that it still exists in FM11.
    The only workaround of which I'm aware is to do one of the following:
    Replace fmpdfreflow.dll with the version from FM9
    Disable the plugin entirely by editing maker.ini and commenting out the line that references fmpdfreflow.dll
    I sincerely hope we see a fix for this soon, or that Adobe will at least "bless" the substitution of the FM9 version of the DLL file... .

  • Error message when generating PDF from PageMaker

    Hello, Unfortunately my client is still using PageMaker, despite the fact that it is no longer supported. Usually, I have no problem, but this is the error I have had today:
    %%[ Error: typecheck; OffendingCommand: get; ErrorInfo: CharOffsets fonts/TimesNewRomanPSMT%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    I'm on Vista, with Acrobat 8.1.3 and I'm printing to PDF from PageMaker 7. It seems to be a font problem, but I don't know how to solve it.
    Any help would be much appreciated! Thanks!

    Finally managed to get the first two of the 3 books (making up the full publication) printed by doing "Export". The third one, which has been causing all the trouble has started giving me the font message again:
    %%[ Error: typecheck; OffendingCommand: get; ErrorInfo: CharOffsets fonts/TimesNewRomanPSMT%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    I had ensured that the PDF box said "warn and continue".
    I also get a dialog box telling me that only even pages will be printed, although I have specified even/uneven in the print dialog, and that blank pages will not be printed, although I have checked the blank page box.
    Have tried to "Print" to PS and I have managed to generate a PS file with only a message telling me that Helvetica Neue could not be incorporated, which is fine. However, if I then try to create a PDF, I get the message above. Does this mean that my problem is with Distiller rather than in the file?
    I have never had this problem before, and am baffled.

  • Acrobat Professional 9.0 distiller error

    Just upgraded to Acrobat Professional 9.0 and now i can't distill postscripts. It does some but on others it says
    %%[ Error: typecheck; OffendingCommand: restore ]%%
    any idea what to do? is it a corrupt printer file?

    It means that there is a problem with the postscript files you cannot distill.

  • Error in converting doc to pdf file

    I have a doc file - 53100kB word 2007, 180 pages with text and images. When converting to pdf with AdobePdf, it breaks after 99 pages. I got a message MicrosoftOfficeWord encountred a problem and has to close. Don't have the error report (my mistake)
    Try converting from 102 to last page, it breaks after 28 pages, in log file i have the message:
    %%{ProductName: Distiller }%%
    %%{Page: 1}%%
    %%{Page: 28}%%
    %%{ Error: typecheck: offendingCommand: not }%%
    Stack:
    /Encoding
    /Encoding
    -dict-
    What to do next to make a continuous conversion?
    Thank you.

    Gloria Mc,
    This occurs with all .doc, Excel, .rtf, .txt (even when trying to print .pdf from a txt software like notepad. It does not occur with picture format files like .jpg or .tiff. I also can combine .pdf files.
    As far as JR's question, if I generate a .prn file and drop it in AcroDist (Distiller), it tries to open Distiller and the same error message comes up.
    All other functions of AA7 seem to work, only when trying to convert document files to .pdf is there a problem.
    If I try to bring up Distiller by itself (no file), the same error occurs.
    I'm still willing to try any suggestions. Thanks for your interest.
    joeZy

Maybe you are looking for

  • Why is my macpro reseted time and date?

    Ok,eventually my macpro reseted his date and time to something about 2001... The point is,that i bought this laptop from a friend few months ago, and i even forgot to ask for a login password,and after that and didnt even consider reseting users. The

  • How to use a DropDownList in Java Swing.Its very very Urgent

    Hi Sir, Here i need to know how to do (or) create a dropdownlist by using Java Swing.I know that there is JMenuBar & JMenuItems without using that when i click a JButton for example the dropdownlist should come from the top to bottom.I have already p

  • SLA caluculation problem in solman servicedesk

    Hi Guru's    SLA is not caluculating, when ticket is created the start customer requirement and end customer requirement must be caluculated and display as per the  priority of the ticket, but it is giving the default dates. Regards S.Manu

  • HT6065 Adobe issues after update...

    Anyone else having issues with running their Adobe products after this update? Was working fine before the update and now the applications will open, run for about five seconds and then won't respond.

  • Vendor duplication

    Hi all, If we are creating a vendor with same name and address it as to give a error message that vendor already exist How can i  restrict the vendor duplication. regards subhash