How to Hide Acrobat Reader When Printing PDFs From Web App

We have a web application that prints pdfs.  Here's the line of code that prints the pdfs:  
win32api.ShellExecute(0, "print", filename, None, ".", 0)
When the pdf prints from our web application, Adobe Acrobat opens and we don't need it to open.  Is there a way to get the pdf to print without Acrobat interupting the user?

Use standard VB/Windows features to minimize the app.

Similar Messages

  • CS6: DistributedCOM Error id: 10016 when open pdf from web page in Win8.1

    For example here below I've got the issue: 
    http://modemwifi.it/wp-content/uploads/asus-dsl-n55u.pdf
    Adobe Acrobat X pro V 10.1.8:
    DistributedCOM Error id: 10016 when open pdf from web page.
    Nome registro: System
    Origine:       Microsoft-Windows-DistributedCOM
    Data:          04/11/2013 19:09:19
    ID evento:     10016
    Categoria attività:Nessuna
    Livello:       Errore
    Parole chiave: Classico
    Utente:        PC-PIERO\Piero
    Computer:      Pc-Piero
    Descrizione:
    Le impostazioni delle autorizzazioni impostazioni predefinite del computer non concedono l'autorizzazione di Attivazione in Locale per l'applicazione server COM con CLSID
    {B801CA65-A1FC-11D0-85AD-444553540000}
    e APPID
    {2EAF0840-690A-101B-9CA8-9240CE2738AE}
    all'utente Pc-Piero\SID Piero (S-1-5-21-3453328585-262132574-2759341577-1001) dall'indirizzo LocalHost (tramite LRPC) in esecuzione nel SID del contenitore di applicazioni Non disponibile (S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1277922394). Per modificare tale autorizzazione di sicurezza, è possibile utilizzare lo strumento amministrativo Servizi componenti.
    XML evento:
    < Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
        <EventID Qualifiers="0">10016</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2013-11-04T18:09:19.468877700Z" />
        <EventRecordID>14806</EventRecordID>
        <Correlation />
        <Execution ProcessID="768" ThreadID="776" />
        <Channel>System</Channel>
        <Computer>Pc-Piero</Computer>
        <Security UserID="S-1-5-21-3453328585-262132574-2759341577-1001" />
      </System>
      <EventData>
        <Data Name="param1">impostazioni predefinite del computer</Data>
        <Data Name="param2">Locale</Data>
        <Data Name="param3">Attivazione</Data>
        <Data Name="param4">{B801CA65-A1FC-11D0-85AD-444553540000}</Data>
        <Data Name="param5">{2EAF0840-690A-101B-9CA8-9240CE2738AE}</Data>
        <Data Name="param6">Pc-Piero</Data>
        <Data Name="param7">Piero</Data>
        <Data Name="param8">S-1-5-21-3453328585-262132574-2759341577-1001</Data>
        <Data Name="param9">LocalHost (tramite LRPC)</Data>
        <Data Name="param10">Non disponibile</Data>
        <Data Name="param11">S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1 277922394</Data>
      </EventData>
    < /Event>
    How can I solve this problem?
    Thanks

    // I got this from an Action (I�m using Struts)
    java.sql.Blob file=(java.sql.Blob)request.getAttribute("PDFfile");
    String filename=(String)request.getAttribute("filename");
    try{
      int iLength = (int)(file.length());
      response.setHeader("Content-type", "application/pdf");   
      response.setHeader("Content-Disposition", "inline; filename=\""+filename+"\"");
      response.setHeader("Expires","0");
      response.setHeader("Cache-Control","must-revalidate, post-check=0, pre-check=0");
      response.setHeader("Pragma","public");
      response.setContentLength(iLength);
      ServletOutputStream os = response.getOutputStream();
      InputStream in = null;
      in = file.getBinaryStream();
      byte buff[] = new byte[1024];
      while (true) {
          int i = in.read(buff);
          if (i<0) break;      
          os.write(buff,0,i); 
      os.flush();
      os.close();
    } catch(Exception ex){
       out.println("Error while reading file : " + ex.getMessage());
    }and now it�s running !!! I�m not using response.setContentType(...) and I do this in response.setHeader("Content-type", "application/pdf"). And I use response.setHeader("Content-Disposition", "inline; filename=\""+filename+"\"") instead of response.setHeader("Content-Disposition", "attachment; filename=\""+filename+"\"");

  • Poor Image Quality when Printing PDF from Office 07 using Acrobat 9 Pro Ext

    Hi there,
    Hoping to figure out why my images (jpegs, gifs, pngs, etc) seem to print in very poor quality when printing from Powerpoint and Word 2007?
    When I actually print out the pdf onto paper, the images seem fine. The image quality is also good in Word and Excel
    I did not have this problem using Office 2003 products.
    Is this a common problem? I realize that the problem maybe Office related but any help or information appreciated.
    Thanks

    If the images' file format is PNG or TIFF you could play with the compression settings available in Acrobat's Preferences.
    Edit > Preferences > select the Category "Convert to PDF".
    In the"Converting To PDF" pane, select PNG or TIFF.
    Then, click on the Edit Settings" button.
    For either image format you could try one of the Lossless compression routines.
    Be well...

  • Font issue when creating PDF from web page with Acrobat 8

    I have a group of documents created with html/css that i am converting to pdf. Everything works slick except for some reason every HTML page that spans more than one printable page in the PDF the first page body text looks bold, the rest of the text (on the subsequent pages) is not. I have 15 documents linked together and its doing it for everyone one, first page looks bold rest of pages not.
    I have checked all the font attributes in both the pdf and the html, there is nothing set to bold and all fonts have the exact same settings...
    Does anyone know what is going on? I am pretty green with Acrobat but not new to web tech.
    What am I missing here?
    Also when printed it looks fine, no issues, issues only in screen view...
    HELP!!
    Thanks
    Scott

    It may be that the page sizes are varying and you are seeing a zoom affect. Try setting the size to a specific value and see if it looks the same. That's a guess anyway.

  • Turn off notes when printing PDF from preview?

    How do you turn off the annotations when printing a PDF from Preview so that the annotation notes do not appear in the margin of the printed document? Is this possible? If not, it should be.
    When a page has annotations preview automatically reformats the printed page so that the note appears alongside it. I would like to print it the normal side, without the annotations that I added. I don't mind if the little flag remains in the text to indicate that there is a note, but I can't figure how to turn off the function that reduces the page and switches the orientation.

    The "Print" window that you open when printing contains various optional settings prior to proceeding with printing.

  • Odd characters when printing PDFs from iMac (10.6.3)

    When printing a PDF from the iMac (new 27") above, we get odd characters printed down the right margin of the page. These characters do not appear when viewing in either Acrobat Reader or Preview. This also does not happen when printing from Parallels. The printer is an HP Officejet 6000. Just to throw an added wrench into this, the problem does not happen when printing from a new Mac Mini (also 10.6.3) to the same printer. Any solutions?

    Check whether the fonts installed and active are the same. In particular, look for font conflicts in Font Book, and resolve them so both computers are using the same versions.

  • Safari Quits when printing pdf from browser

    When ever I download a pdf and then print it form Safari, Safari crashes and kernel panics, I send the report to apple but this has not been fixed. I have Safari 2.0.4 and Mac os x 10.4.10 Any ideas or know of a patch that apple might release? Let me know.

    I've been having this problem since I installed Safari 3.0.3. And not just trying to print PDFs. Anytime I click on a "Print" link/button from within a web site. The only contents of the folder you mention is a Macromedia folder. Here is the report I got on my last crash:
    Date/Time: 2007-10-12 09:43:03.657 -0700
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [510]
    Version: 3.0.3 (522.12.1)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 45221201
    PID: 7178
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x6c65446f
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x907c05c4 CFRetain + 60
    1 libdjHPUtils.10.dylib 0x09fe2744 AHPString::AHPString[unified](__CFString const*, __HPStringImmutable const*) + 124
    2 libdjHPUtils.10.dylib 0x09f6b298 AJobSettings::ReadJobTemplate(APuffinTemplate const*) + 2200
    3 com.hp.print.pde.Puffin 0x09b8ac74 dyldstubstrchr + 161713112
    4 com.hp.print.pde.Puffin 0x09b8a084 dyldstubstrchr + 161710056
    5 com.hp.print.pde.Puffin 0x09c4fca4 TwoSidedPrintingPdePluginFactory + 7780
    6 ...int.framework.Print.Private 0x0826e240 PrinterPopupEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1012
    7 ...int.framework.Print.Private 0x0825fc60 DeallocPageSetupDialogHandlerTimer(__EventLoopTimer*, void*) + 1392
    8 ...int.framework.Print.Private 0x0826139c DeallocPageSetupDialogHandlerTimer(__EventLoopTimer*, void*) + 7340
    9 ...int.framework.Print.Private 0x08260150 DeallocPageSetupDialogHandlerTimer(__EventLoopTimer*, void*) + 2656
    10 ...int.framework.Print.Private 0x08260800 DeallocPageSetupDialogHandlerTimer(__EventLoopTimer*, void*) + 4368
    11 ...int.framework.Print.Private 0x08266638 PMPrivateSetItemProc + 1096
    12 ...int.framework.Print.Private 0x08267008 PMPrivateSetItemProc + 3608
    13 ...int.framework.Print.Private 0x08265ce4 PMPrivatePrepareAppKitPrintDialog + 228
    14 ...apple.print.framework.Print 0x9311ee48 PJCPrepareAppKitPrintDialog + 124
    15 ...apple.print.framework.Print 0x9311ed60 PMPrepareAppKitPrintDialog + 128
    16 com.apple.AppKit 0x93b2f0ac -[NSPrintPanel _runModalWithPrintInfo:] + 240
    17 com.apple.AppKit 0x939eb6c4 -[NSConcretePrintOperation runOperation] + 312
    18 com.apple.Safari 0x00063760 0x1000 + 403296
    19 com.apple.WebCore 0x95bf37a0 KJS::WindowFunc::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 6688
    20 com.apple.JavaScriptCore 0x95930760 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 864
    21 com.apple.JavaScriptCore 0x958bc834 KJS::ExprStatementNode::execute(KJS::ExecState*) + 100
    22 com.apple.JavaScriptCore 0x958c0b78 KJS::IfNode::execute(KJS::ExecState*) + 360
    23 com.apple.JavaScriptCore 0x958bb980 KJS::SourceElementsNode::execute(KJS::ExecState*) + 400
    24 com.apple.JavaScriptCore 0x958bb768 KJS::BlockNode::execute(KJS::ExecState*) + 136
    25 com.apple.JavaScriptCore 0x958c0da8 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 56
    26 com.apple.JavaScriptCore 0x95938fe0 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 608
    27 com.apple.JavaScriptCore 0x9591d9c8 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 824
    28 com.apple.JavaScriptCore 0x958bc834 KJS::ExprStatementNode::execute(KJS::ExecState*) + 100
    29 com.apple.JavaScriptCore 0x958bb8bc KJS::SourceElementsNode::execute(KJS::ExecState*) + 204
    30 com.apple.JavaScriptCore 0x958bb768 KJS::BlockNode::execute(KJS::ExecState*) + 136
    31 com.apple.JavaScriptCore 0x95940780 KJS::Interpreter::evaluate(KJS::UString const&, int, KJS::UChar const*, int, KJS::JSValue*) + 1136
    32 com.apple.WebCore 0x95be9c20 WebCore::KJSProxy::evaluate(WebCore::String const&, int, WebCore::String const&, WebCore::Node*) + 304
    33 com.apple.WebCore 0x95d65d4c WebCore::FrameLoader::executeScript(WebCore::String const&, int, WebCore::Node*, WebCore::String const&) + 92
    34 com.apple.WebCore 0x95d65df8 WebCore::FrameLoader::executeScript(WebCore::Node*, WebCore::String const&, bool) + 120
    35 com.apple.WebCore 0x95d66160 WebCore::FrameLoader::urlSelected(WebCore::ResourceRequest const&, WebCore::String const&, WebCore::Event*, bool, bool) + 416
    36 com.apple.WebCore 0x95c28218 WebCore::HTMLAnchorElement::defaultEventHandler(WebCore::Event*) + 1672
    37 com.apple.WebCore 0x95ba3e88 WebCore::EventTargetNode::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 984
    38 com.apple.WebCore 0x95ba43ac WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool, WebCore::EventTarget*) + 236
    39 com.apple.WebCore 0x95ba44d0 WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 48
    40 com.apple.WebCore 0x95ba4c5c WebCore::EventTargetNode::dispatchMouseEvent(WebCore::AtomicString const&, int, int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 556
    41 com.apple.WebCore 0x95ba53cc WebCore::EventTargetNode::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, WebCore::AtomicString const&, int, WebCore::Node*) + 220
    42 com.apple.WebCore 0x95d90e1c WebCore::EventHandler::dispatchMouseEvent(WebCore::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 684
    43 com.apple.WebCore 0x95d9618c WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 412
    44 com.apple.WebCore 0x95d8dda0 WebCore::EventHandler::mouseUp(NSEvent*) + 400
    45 com.apple.WebKit 0x957a897c -[WebHTMLView mouseUp:] + 188
    46 com.apple.AppKit 0x937dc900 -[NSWindow sendEvent:] + 4728
    47 com.apple.Safari 0x000ab334 0x1000 + 697140
    48 com.apple.AppKit 0x937858d4 -[NSApplication sendEvent:] + 4172
    49 com.apple.Safari 0x00016444 0x1000 + 87108
    50 com.apple.AppKit 0x9377cd10 -[NSApplication run] + 508
    51 com.apple.AppKit 0x9386d87c NSApplicationMain + 452
    52 com.apple.Safari 0x0000244c 0x1000 + 5196
    53 com.apple.Safari 0x0004f1b0 0x1000 + 319920
    Thread 1:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.unsanity.ape 0xc0001bf4 _apeagent + 296
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bea30c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9ac9242c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0a6a8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0b7e8 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f0434 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000907c05c4 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x44442422 xer: 0x0000000000000007 lr: 0x00000000907c0590 ctr: 0x00000000907c0588
    r0: 0x0000000009fe2744 r1: 0x00000000bfffc1b0 r2: 0x00000000a07c0590 r3: 0x000000006c654469
    r4: 0x000000006c654469 r5: 0x0000000000000000 r6: 0x00000000ffffffff r7: 0x0000000000000000
    r8: 0x0000000000000000 r9: 0x0000000000000002 r10: 0x00000000083f6f70 r11: 0x000000000a2353e8
    r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000100 r15: 0x0000000000000000
    r16: 0x000000000829062c r17: 0x000000000829062c r18: 0x00000000a58cd6ac r19: 0x00000000a58cd6ac
    r20: 0x00000000bfffc2b0 r21: 0x000000000829062c r22: 0x0000000000000087 r23: 0x00000000083f6f40
    r24: 0x0000000000000087 r25: 0x00000000083df640 r26: 0x00000000bfffc490 r27: 0x00000000bfffc2f8
    r28: 0x00000000bfffc308 r29: 0x000000006c654469 r30: 0x00000000bfffc31c r31: 0x00000000907c0590
    Binary Images Description:
    0x1000 - 0x123fff com.apple.Safari 3.0.3 (522.12.1) /Applications/Safari.app/Contents/MacOS/Safari
    0x333000 - 0x33bfff com.Logitech.Control Center.Scroll Enhancer 2.2.2 /Library/Application Enhancers/LCC Scroll Enhancer.ape/Contents/MacOS/LCC Scroll Enhancer
    0x7d2000 - 0x7d4fff com.unsanity.menuextraenabler 1.0.3 /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0x729c000 - 0x72a6fff com.hp.ResourceManager A.04.06.002 (1.0.0d1) /Library/Printers/hp/Frameworks/ResourceManager.framework/Versions/DI_RM.A.04.0 6.002/ResourceManager
    0x825c000 - 0x8288fff com.apple.print.framework.Print.Private 4.6 (163.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x9614000 - 0x966bfff com.hp.Matterhorn A.05.00.013 (1.0.0d1) /Library/Printers/hp/Frameworks/Matterhorn.framework/Versions/DI_MH.A.05.00.013 /Matterhorn
    0x9b49000 - 0x9e2ffff com.hp.print.pde.Puffin 3.3 /Library/Printers/hp/deskjet/hpdjPDE.plugin/Contents/MacOS/hpdjPDE
    0x9f20000 - 0xa233fff libdjHPUtils.10.dylib /Library/Printers/hp/deskjet/libdjHPUtils.10.dylib
    0xa3c0000 - 0xa409fff com.hp.Interlaken A.01.08.006 (1.0.0d1) /Library/Printers/hp/Frameworks/Interlaken.framework/Versions/DI_ILLN.A.01.08.0 06/Interlaken
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b59fff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6f000 - 0x90b81fff libauto.dylib /usr/lib/libauto.dylib
    0x90b88000 - 0x90e5ffff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec5000 - 0x90f45fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8f000 - 0x90fd1fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918f1fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91905000 - 0x9192afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193d000 - 0x9197ffff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199b000 - 0x919affff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bd000 - 0x91a03fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1a000 - 0x91ae1fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2f000 - 0x91b44fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b49000 - 0x91b67fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6d000 - 0x91c24fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c73000 - 0x91c77fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c79000 - 0x91ce1fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce6000 - 0x91d23fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2a000 - 0x91d43fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d48000 - 0x91d4bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4d000 - 0x91e2bfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4b000 - 0x91e4bfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4d000 - 0x91f32fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3a000 - 0x91f59fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc5000 - 0x92033fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203e000 - 0x920d3fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ed000 - 0x92675fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a8000 - 0x929d3fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a03000 - 0x92af1fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af4000 - 0x92b7cfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbd000 - 0x92de8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f15000 - 0x92f33fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3e000 - 0x92f98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb6000 - 0x92fb6fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb8000 - 0x92fccfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92ff4fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93000000 - 0x93015fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93027000 - 0x930aefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c2000 - 0x930cdfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d7000 - 0x93104fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311e000 - 0x9312efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93702000 - 0x93722fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93776000 - 0x93776fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93778000 - 0x93dabfff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94138000 - 0x941aafff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e3000 - 0x942a7fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f9000 - 0x942f9fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942fb000 - 0x944bbfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94505000 - 0x94542fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9454a000 - 0x9459afff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a3000 - 0x945bdfff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945cd000 - 0x945eefff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9467c000 - 0x946b4fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f7000 - 0x94713fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94727000 - 0x9476bfff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478f000 - 0x9479efff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a6000 - 0x947b2fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f8000 - 0x94810fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94817000 - 0x94b36fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c1a000 - 0x94c8bfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94e00000 - 0x94f30fff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fc2000 - 0x94fd1fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fd9000 - 0x95006fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9500d000 - 0x9501dfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x95021000 - 0x95050fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x95060000 - 0x9507dfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95796000 - 0x95847fff com.apple.WebKit 522.11.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x958ab000 - 0x9595dfff com.apple.JavaScriptCore 522.10 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95984000 - 0x95ec5fff com.apple.WebCore 522.12.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96125000 - 0x96132fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9614a000 - 0x96173fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x963ff000 - 0x96431fff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x986bd000 - 0x9878efff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9880b000 - 0x9880bfff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9ac8f000 - 0x9acc5fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9ace2000 - 0x9acf4fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0xc0000000 - 0xc000ffff com.unsanity.ape 2.0.3 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Hope this is enough info. It's been extremely frustrating.

  • Read and print PDF from content server

    Hi,
    I have a PDF document stored in the content server, I have a requirement to schedule a job to read the documents and print them. Is it possible to read and print them directly ?
    Thanks in advance

    Go Thru these links.
    Hope it will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/4adf7ba13c4ac1b4600d4df15f8b84/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/37/47a2be350c4ac8afe36b691203971f/frameset.htm
    Reward if help.

  • Print PDF from web without opening A.R.

    Hi, I'm looking for a way to print PDF documents (generated in Crystal Reports 11 on a IIS web server in PDF / ASP.NET Framework 2.0) on client's machines and printers (without opening an Acrobat Reader, but with print options dialog).
    Is it possible to make this issue using Adobe Acrobat SDK?

    For security reasons (eg. so that malicious web servers can't just start your printer a printing...), it is IMPOSSIBLE for the document to NOT show...
    Any document that is on the web can be saved on the client's machine - that's the beauty (or not?) of the web and the protocols involved. If you wish to prevent misuse - be sure to use DRM.

  • Cannot print .pdf from web browser, being prompted to save

    We have Adobe Reader 9 installed
    It is being run on a Vista OS
    User is able to open a pdf file and print to the printer without any problems.
    The problem occurs when the pdf is opened in a browser window.
    When you select the print button and select to print the document, rather than printing as would be the norm, it defaults to saving to a location.
    You can save it, then open what was saved in Reader and print it.
    What changes need to be made in order for it to print from the browser rather than try to save?

    Hi ronquaedvlieg,
    What is the current version of Reader installed on your machine?
    Have you tried to install the latest version, also have you tried to check latest updated driver for your printer.
    What is the problem you are facing while trying to print using Reader, are you getting any error. Attach screen shot of the error if any.
    Also i moving this discussion under Reader forums.
    Regards,
    Ajlan Huda.

  • Printing/PDF from Web Analyzer and WAD

    Hi,
    In BI7, when we run the query via Web Analyzer / WAD, is there an option for us to do Printing? Or can we convert the result output to PDF in Web Analyzer / WAD?
    Have you done this before?
    Please advise, thanks.

    Hi,
    you can Insert Button-Group-Item with command "Export".
    So you can decide which format you want (PDF, Excel...)
    Good luck

  • How Can I Maintain Layout when Copying/Pasting from Web to Pages?

    Whenever I try to copy and paste from a webpage that lays out text appearing to be in two columns (such as at http://nfs.sparknotes.com/hamlet/page_2.epl) using Firefox or Safari into either Pages or Word 2004, I lose the page layout. Instead of placing the text left and right, it alternately places one line from the left above another from the right.
    I try to Paste and Match Style but that doesn't help. Does anyone have a suggestion? Is it my browser settings? Word processor preferences? One of my students is able to do it properly using, ugh, a PC, so I know it's possible with one of those things.
    Thanks.

    Other than taking a picture of it (a "screenshot") and pasting it into Pages as an image, you cannot. What you see in a browser has very little to do with what the source actually looks like -- the source is just text with the intended display instructions imbedded. That's why the text lines viewed in a narrow browser window will break differently than when viewed in a wide browser window. When you copy from the browser window, you'll likely get the text string without any of the formatting html tags.

  • Print PDF from web with adobe acrobat 8

    I have adobe acrobat standard version 8.
    The program works fine, except I can not print a web page to a PDF.
    Under the print option, there is no longer a tab/printer option that says print to adobe PDF?
    How do I get that back?

    No.  It is not there for some reason, and I can't see how to install it?

  • Bad format,when printing pdf from ipad

    Hi got a Iprint appliance 101 with 2 sharp MX printers
    I've "Air" enabled them , and they show in Ipads and macs , But when tying to print to them , when examining print jobs in a mac , "printing --Bad format" shows
    the File is a PDF
    Any Idea what to look at ??
    Lars

    Not sure if this will help, but I would try the latest 7.x version from http://www.adobe.com/support/downloads/detail.jsp?ftpID=3953

  • HOW TO HIDE USERID PARAMETER, WHEN CALL REPORT FROM MENU USING FORM 10G

    good morning colegas
    i'm from panama
    when i call a report from a oracle forms menu, its send a user, pass and bd in the url, i need to hide this parameter userid,
    cuando llamo un reporte desde forms, se envia el usuario, pass y bd en el url nesesito ocultar estos parametros del url, le agradeceria si alguno tiene algun eejmplo q me de, de como ocultar estos parametros
    i'm using oracle forms y report 10g
    this is my msn [email protected]
    slds desde panama

    this document show us, only when i call a report from a forms, but not from a menu!
    but to hide these parameters, i need to create a bean in a block a way and the menus do not allow me to create these objects
    you done this before?
    you have a example?
    slds desde panama

Maybe you are looking for

  • [SOLVED] Postfix smtpd exits when using dovecot SASL auth

    I've been trying to configure my mail server with dovecot SASL authentication.  I've been following the guide here to set this up.  However, when I telnet to the server on port 25, I get this in the postfix logs: Aug 4 21:51:00 localhost postfix/smtp

  • Weird "speed brake" on Mac Mini 2009 with Lion

    Hi all, this is bizarre: I have a Mac Mini from 2009 running Lion (with server). For weeks (months?), it's been incredibly slow, spinning beachball of death and all. When I look at the Disk Activity pane of Activity Monitor, for example when starting

  • Add more PSD Files to layers

    How can i go from having one PSD file open in layers to having two or more, if use the bridge and open two or more then although they are in the layers bar i can still not do as much as if i have one open.

  • Remove ActiveX borders

    Hallo friends, I am new user of Dreamweaver and recently i had to deal with the following problem: I am developing a page for one client and in that page i included an swf file. Well the page runs just fine, but when the cursor comes over this specif

  • Big Problems with Audigy 4 and Vista 64

    Hi there,?I got the Audigy 4 running under Vista 64 Bit. The onboard Soundmax, connected to the speakers in my?Monitor?is acti've, too. The Audigy is connected to a 5. System from Teufel. With XP64 all ist working fine: The systemsounds come out of t