Printing pdf files from Finder - Error (AppleGraphicsPolicyClient)

If I try to print from finder a PDF file using the Print command in the Finder menu Preview opens but give the following error:
The document "xxxxx” could not be opened for printing.
Console details:
Preview(1258) deny iokit-open AppleGraphicsPolicyClient
Process:         Preview [1258]
Path:            /Applications/Preview.app/Contents/MacOS/Preview
Load Address:    0x10ce9f000
Identifier:      Preview
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [127]
Date/Time:       2011-10-11 11:48:08.521 +0700
OS Version:      Mac OS X 10.7.1 (11B26)
Report Version:  7
Backtrace:
0   libsystem_kernel.dylib                  0x00007fff8406f67a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8406ed71 mach_msg + 73
2   IOKit                                   0x00007fff8551ceea io_service_open_extended + 241
3   IOKit                                   0x00007fff854d8ca8 IOServiceOpen + 45
4   OpenGL                                  0x00007fff833e886f
5   OpenGL                                  0x00007fff833e7b10
6   libsystem_c.dylib                       0x00007fff8558ce06 pthread_once + 86
7   OpenGL                                  0x00007fff833e35d5 CGLQueryRendererInfo + 41
8   ImageKit                                0x00007fff894db825 IKIsGLAccelerated + 51
9   ImageKit                                0x00007fff894d14a7 -[IKImageBrowserView(RenderingContext) initRenderingContext] + 307
10  ImageKit                                0x00007fff8949c43f -[IKImageBrowserView _ikCommonInit] + 44
11  ImageKit                                0x00007fff8949b6f3 -[IKImageBrowserView initWithCoder:] + 157
12  AppKit                                  0x00007fff842d9937 -[NSClassSwapper initWithCoder:] + 576
13  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860
14  Foundation                              0x00007fff8c197372 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
15  Foundation                              0x00007fff8c16de64 -[NSArray(NSArray) initWithCoder:] + 486
16  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860
17  Foundation                              0x00007fff8c1954ae _decodeObject + 201
18  AppKit                                  0x00007fff842d67ba -[NSView initWithCoder:] + 1051
19  AppKit                                  0x00007fff842f5613 -[NSClipView initWithCoder:] + 56
20  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860
21  Foundation                              0x00007fff8c197372 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
22  Foundation                              0x00007fff8c16de64 -[NSArray(NSArray) initWithCoder:] + 486
23  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860
24  Foundation                              0x00007fff8c1954ae _decodeObject + 201
25  AppKit                                  0x00007fff842d67ba -[NSView initWithCoder:] + 1051
26  AppKit                                  0x00007fff842f42c3 -[NSScrollView initWithCoder:] + 240
27  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860
28  Foundation                              0x00007fff8c197372 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
29  Foundation                              0x00007fff8c16de64 -[NSArray(NSArray) initWithCoder:] + 486
30  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860
31  Foundation                              0x00007fff8c1954ae _decodeObject + 201
32  AppKit                                  0x00007fff842d67ba -[NSView initWithCoder:] + 1051
33  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860
34  Foundation                              0x00007fff8c1954ae _decodeObject + 201
35  AppKit                                  0x00007fff841dacb5 -[NSNibConnector initWithCoder:] + 446
36  AppKit                                  0x00007fff841e26ec -[NSNibOutletConnector initWithCoder:] + 367
37  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860
38  Foundation                              0x00007fff8c197372 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193
39  Foundation                              0x00007fff8c16de64 -[NSArray(NSArray) initWithCoder:] + 486
40  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860
41  Foundation                              0x00007fff8c1954ae _decodeObject + 201
42  AppKit                                  0x00007fff841d9af0 -[NSIBObjectData initWithCoder:] + 2156
43  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860
44  Foundation                              0x00007fff8c1954ae _decodeObject + 201
45  AppKit                                  0x00007fff841d9162 loadNib + 235
46  AppKit                                  0x00007fff841d86b6 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
47  AppKit                                  0x00007fff841d85d1 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
48  AppKit                                  0x00007fff843c6328 -[NSWindowController loadWindow] + 221
49  AppKit                                  0x00007fff843c60e3 -[NSWindowController window] + 75
50  Preview                                 0x000000010cea73f7
51  AppKit                                  0x00007fff843c5f51 -[NSWindowController showWindow:] + 40
52  Foundation                              0x00007fff8c1a5030 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 235
53  Foundation                              0x00007fff8c1a4ec7 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 135
54  Preview                                 0x000000010cea4229
55  libdispatch.dylib                       0x00007fff8c9db90a _dispatch_call_block_and_release + 18
56  libdispatch.dylib                       0x00007fff8c9dd77a _dispatch_main_queue_callback_4CF + 308
57  CoreFoundation                          0x00007fff8ab46c0c __CFRunLoopRun + 1724
58  CoreFoundation                          0x00007fff8ab46216 CFRunLoopRunSpecific + 230
59  HIToolbox                               0x00007fff86c234ff RunCurrentEventLoopInMode + 277
60  HIToolbox                               0x00007fff86c2ab73 ReceiveNextEventCommon + 181
61  HIToolbox                               0x00007fff86c2aaae BlockUntilNextEventMatchingListInMode + 62
62  AppKit                                  0x00007fff841d1191 _DPSNextEvent + 659
63  AppKit                                  0x00007fff841d0a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
64  AppKit                                  0x00007fff841cd3d6 -[NSApplication run] + 463
65  AppKit                                  0x00007fff8444b52a NSApplicationMain + 867
66  Preview                                 0x000000010cea0c64
Binary Images:
       0x10ce9f000 -        0x10d086fef  com.apple.Preview (5.5 - 719) <8F8450F1-AC7D-3468-AB39-323A5D1B1612> /Applications/Preview.app/Contents/MacOS/Preview
    0x7fff833e1000 -     0x7fff833f0fff  com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8405a000 -     0x7fff8407afff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
    0x7fff841c8000 -     0x7fff84dc0fff  com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff854d4000 -     0x7fff8553efff  com.apple.framework.IOKit (2.0 - ???) <17181E34-343F-3374-A2EA-BA4D81A9AC72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8553f000 -     0x7fff8561cfef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
    0x7fff86c21000 -     0x7fff86f44fff  com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff89465000 -     0x7fff896dfff7  com.apple.imageKit (2.1 - 1.0) <03200568-184B-36E8-AFE9-04D1FACDC926> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8ab0e000 -     0x7fff8ace1ff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8c156000 -     0x7fff8c468fff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8c9da000 -     0x7fff8c9e8fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib

Solution found. PREVIEW is BUGGY.
The error is trigged if you choose in the preferences "Open each file in its own windows"

Similar Messages

  • No longer possible to save or print PDF files from browsers

    I am suddenly having a problem saving or printing PDF files from the browser, but it extends to all browsers in OS X. I can view the PDF normally but if I try to print as PDF all it shows is two black pages. Then if I try to save as a PDF it tells me the document could not be exported. I just tried this with a PDF and the only way I could get it was via Windows running on Parallels. I've already tried resetting the printer by removing and adding it again with the alt key pressed but this made no difference.
    This all started about a week or so ago and I just ignored it at first thinking it was something wrong with a particular file but now it's happening in all cases. I'm running the latest 10.7.3 on a new Mac Pro and everything is up to date. Does anybody know what might be causing this?
    Thanks
    Ashley

    Quit Safari.
    Open the Library folder in your home folder as follows:
    ☞ If running Mac OS X 10.7 or later, hold down the option key and select Go ▹ Library from the Finder menu bar.
    ☞ If running an older version of Mac OS X, select Go ▹ Go to Folder… from the Finder menu bar and enter “~/Library” (without the quotes) in the text box that opens.
    Delete the following items from the Library folder:
    Caches/com.apple.Safari/Cache.db
    Preferences/com.apple.quicktime.plugin.preferences.plist
    Preferences/QuickTime Preferences
    Relaunch Safari and test.

  • Unable to print pdf files from sites

    I am unable to print pdf files from any website.  Suspect an incorrect setting; but, not sure how to correct it.

    Back up all data.
    In the Finder, select Go ▹ Go to Folder from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    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.
    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.

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

  • Print PDF file from folder using SSIS

    Is there a way in SSIS to print pdf file from folder?
    ANy help much appreciated.

    One method is calling Adobe Acrobat Reader exe from Execute Process Task within SSIS passing the document path as the argument
    The command and arguments will look like this
    http://geekswithblogs.net/JeremyRamos/archive/2013/10/22/print-ssrs-report--pdf-from-sql-server-agent-or.aspx
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Why can't I print PDF files from my iPad or smart phone. Just started this recently.

    Not able to print PDF files from either my iPad or smart phone

    You probably don't have a printer which supports AirPrint:
    What Printers Are AirPrint Compatible? - iPhone / iPod - About.com
    If your printer is not supported, you can buy a utility like PrinterPro from Readdle on the App Store. That's what I've used to print.

  • 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

  • I'm unable to print pdf files from certain web sites. I have just changed to Mavericks

    i'm unable to print pdf file from certain web site. I just changed over to Mavericks.

    You will need to access that PDF on your computer first, before you can print it — unless that PDF is corrupted, which occasionally happens. Your printer needs to be configured and working.
    Default PDF web-browser plug-in in Safari, latest (Firefox/Chrome) also built-in.
    Click on the remote PDF link to open in browser
    On Mavericks, you will need to click through security challenges for the PDF
    File menu > Print
    Right-click on remote PDF file and then choose Download Linked File As...Open that file in /Applications/Preview.appFile > print
    Adobe Reader 11.0.04 PDF plug-in
    Same security challenges on Mavericks as first bullet
    With PDF imaged in browser, either select print icon from the plug-in toolbar, or mouse over the bottom one inch of displayed document and you will see a printer icon in the popup toolbar. Use that.

  • Issues with printing PDF files from an ADOBE application

    When printing PDF files from an Adobe application, some of the characters are lost and do not print. What can I do?

    Please don't post the same question multiple times!

  • Print PDF file from app.server

    Hello,
    I need to print a PDF file from the application server without any dialog for the user.
    Is it possible? and if so- how?
    Is it also possible to do the same with office file (DOC,XLS)?
    Thanks
    Moshe

    Hi,
    CV150_RPINT_DOC for frontend execution.
    FM SAP_PDF_VIEWER_DEMO- foreground only.
    using fm SXPG_COMMAND_EXECUTE in background.
    thanks & regards.

  • PRINT PDF FILES FROM FLASH 8 PROJECTOR

    Hi,
    I'm developing a small interactive CD. And i have a section
    were the useres can print a specific pdf document, stored in the
    cd, by clicking a button.
    Can anyone help me on this? Is there a print action in Flash
    8?

    hey cmorrissey!
    I know that i can open the file using fscommand(), but i
    really want to do something diferent.
    Are you certain there is no way to print a file from a flash
    projector?

  • Problem in printing PDF file from txn CV03N

    While Printing a PDF file from transaction CV03N ..the file is opening but it is not printing and giving a information message
    'Standard document interface is not available' . Please give some suggestions how to correct it..

    I had similar issue. Despite of having "Define workstation application in network" for PDF setup for Application Type 3 "print" with Application %AUTO% I was only getting the .pdf file displayed in Adobe Reader instead of getting it printed.
    Solution:
    set Application to "AcroRd32.exe /t" to get the files opened in the Adobe Reader, printed and closed. The only thing I wasn't able to do was to get the Adobe Reader application closed after the print.
    regards,
    Jacek

  • Printing pdf files from emails

    I am unable to print some pdf files from email attachments... The comment box says that I have not selcted pages to print but I have in the print box and I can't see a way to do so in the file itself...Any suggestions

    I think you'd have to change the paper stock attributes on the printer, commit that with Adobe Reader quit, and then run Reader. There is no possibility of passing this as a parameter. I don't think even Acrobat Pro has this capability, it's entirely in the hands of Windows.  (Note that Reader is unsupported outside an interactive session).

  • How to print PDF file from java application?

    Hi,
    I have a java application that needs to print an PDF files. Could any one provide me links to tutorial/sample codes for doing this?

    http://onesearch.sun.com/search/onesearch/index.jsp?qt=print+pdf+files&subCat=&site=dev&qp=&chooseCat=javaall&col=developer-forums

  • I can no longer print pdf files from firefox, what do i do to fix this?.

    on my other computer,running win 2000 pro with firefox installed,
    i was able to go to a website and view a pdf doccument, fill it out then hit print and my printer would spit it out all filled out with no problem.
    but now it only prints a refference to the pdf file but nothing else..
    i also now get an error message "you have open pdf files in your browser" when i close firefox but i have anything open.. this all started 2 days ago, 10 / 25 / 2010
    what does it all mean and how do i fix it

    I have firefox v 3.6.12, and i use adobe acrobat x ver.9, when print to pdf from firefox browser, always my windows 7 hang, at top windows (not responding)..and hang, task manager can not help...because hang too....the solusion is restart....please give me solution...trims

Maybe you are looking for