Want to print content of textfield.

I want to print the content of text field using a button. I know how to print a movie clip. If I transform the text field into a movie clip, I cannot type anything in it, and then I will be printing an empty textfield.. Help, hint ? thank you.

there should be no problem converting your textfield to a movieclip and then typing into it.  you're not really changing it to a movieclip, you'll just be adding it to the movieclip's timeline.
but your textfield already must be in a displayobjectcontainer and so can be added to your printjob.  for example, if your textfield (eg, tf) is on the in-scope timeline, you can use:
var pj:PrintJob = new PrintJob();
b.addEventListener(MouseEvent.CLICK,f);
function f(e:MouseEvent):void {
    if (pj.start()) {
        try {
            pj.addPage(this,new Rectangle(tf.x,tf.y,tf.width,tf.height));
        } catch (e:Error) {
            // handle error
        pj.send();

Similar Messages

  • I don't want to print the last page of a smartform when there is no content

    I don't want to print the last page of a smartform when there is no content. Kindly help

    If the last page is printed, there are two possibilities
    -1- The MAIN WINDOW is only in this page
    -2- The page is explicitly printed from another page (new-page)
    -3- There is date but its only space or skip line.
    So in your form
    -1- Redefine the logic of your form
    -2- Check that, there are some data to be printed before calling the NEW-PAGE
    -3- Do skip or write space lines before printing an actual line and not after
    Regards

  • Why can't I print emails w/ iCal invites? (I simply want to print the contents of the email)

    Every time I receive an email in my apple mail app that has an iCal invite attached I cannot print the email out. I'm not trying to open the iCal, or print it. Simply wanting to print the conversation. Please help!

    See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages

  • Crash while I want to print

    Hello,
    Every time I want to print with Adobe Acrobat Pro , it goes fine if I don't change anything.
    If I press on printer settings and change the trey, it crashes.
    Error log:
    Process:         AdobeAcrobat [803]
    Path:            /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         11.0.07 (11.0.07)
    Code Type:       X86 (Native)
    Parent Process:  launchd [169]
    Responsible:     AdobeAcrobat [803]
    User ID:         514
    Date/Time:       2014-08-08 10:18:43.923 +0200
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  CCE6F459-B5E2-1D0C-B13E-4DD16C3BB64D
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000000866c23c
    VM Regions Near 0x866c23c:
       MALLOC_LARGE           000000000857c000-00000000085f7000 [  492K] rw-/rwx SM=PRV 
    -->
       __TEXT                 000000000868e000-00000000086d1000 [  268K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/ PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    Application Specific Information:
    Performing @selector(doPrint:) from sender NSButton 0x7d7cd6b0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x9a039ced CFRelease + 29
    1   com.apple.CoreFoundation       0x9a05a7a5 __CFTypeCollectionRelease + 165
    2   com.apple.CoreFoundation       0x9a04a9a1 __CFBasicHashDrain + 545
    3   com.apple.CoreFoundation       0x9a04a754 __CFBasicHashDeallocate + 52
    4   com.apple.CoreFoundation       0x9a03a0aa CFRelease + 986
    5   com.apple.CoreFoundation       0x9a099e31 __CFBundleDeallocate + 609
    6   com.apple.CoreFoundation       0x9a03a0aa CFRelease + 986
    7   com.hp.print.HPSmartPrint      0x08515136 SPSetSettingDidNotChangeCallBack + 8091
    8   libobjc.A.dylib                0x959335ef -[NSObject release] + 47
    9   com.hp.print.HPSmartPrint      0x08510e5c SPSettingSetValue + 11068
    10  com.hp.print.HPSmartPrint      0x08514962 SPSetSettingDidNotChangeCallBack + 6087
    11  libobjc.A.dylib                0x959335ef -[NSObject release] + 47
    12  com.hp.print.psdriver.hpPostScriptPDE 0x084806bd 0x847c000 + 18109
    13  libobjc.A.dylib                0x959335ef -[NSObject release] + 47
    14  com.hp.print.psdriver.hpPostScriptPDE 0x0847f5bb 0x847c000 + 13755
    15  com.apple.print.framework.Print.Private 0x083ebc4c 0x83e8000 + 15436
    16  com.apple.print.framework.Print.Private 0x083f5a5d 0x83e8000 + 55901
    17  com.apple.print.framework.Print.Private 0x0840d1bb 0x83e8000 + 151995
    18  com.apple.print.framework.Print.Private 0x0840c7cf 0x83e8000 + 149455
    19  com.apple.print.framework.Print.Private 0x08406d11 0x83e8000 + 126225
    20  libobjc.A.dylib                0x959332af -[NSObject performSelector:withObject:] + 70
    21  com.apple.AppKit               0x94f4e8a5 -[NSApplication sendAction:to:from:] + 438
    22  com.apple.AppKit               0x94f4e6ad -[NSControl sendAction:to:] + 102
    23  com.apple.AppKit               0x94f9dc7b -[NSCell _sendActionFrom:] + 159
    24  com.apple.AppKit               0x94fb8f2a -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2465
    25  com.apple.AppKit               0x94fb8161 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 513
    26  com.apple.AppKit               0x94fb7785 -[NSControl mouseDown:] + 690
    27  com.apple.AppKit               0x94f33a9d -[NSWindow sendEvent:] + 11953
    28  com.apple.AppKit               0x94ecf91d -[NSApplication sendEvent:] + 4034
    29  com.apple.AppKit               0x950a0518 -[NSApplication _modalSession:sendEvent:] + 1236
    30  com.apple.AppKit               0x9509ff65 -[NSApplication _realDoModalLoop:peek:] + 965
    31  com.apple.AppKit               0x9509fb8d -[NSApplication _doModalLoop:peek:] + 209
    32  com.apple.AppKit               0x9509e556 -[NSApplication runModalForWindow:] + 235
    33  com.apple.print.framework.Print.Private 0x0840e058 0x83e8000 + 155736
    34  com.apple.print.framework.Print.Private 0x083fae5a PMPrivatePrintDialog + 325
    35  com.apple.print.framework.Print 0x9605b95a PJCPrintDialog + 227
    36  com.apple.print.framework.Print 0x9605bfb2 sessionPrintDialog(OpaquePMPrintSession*, OpaquePMPrintSettings*, OpaquePMPageFormat*, unsigned char, unsigned char*) + 164
    37  com.apple.print.framework.Print 0x9605bf09 PMSessionPrintDialog + 38
    38  com.adobe.AGM                  0x026d9074 0x24ad000 + 2277492
    39  com.adobe.AGM                  0x02534d45 0x24ad000 + 556357
    40  com.adobe.Acrobat.framework    0x004626ec 0xad000 + 3888876
    41  com.adobe.Acrobat.framework    0x00460035 0xad000 + 3878965
    42  com.adobe.Acrobat.framework    0x002775fe 0xad000 + 1877502
    43  com.adobe.Acrobat.framework    0x004aef66 0xad000 + 4202342
    44  com.adobe.Acrobat.framework    0x004d683b 0xad000 + 4364347
    45  com.adobe.Acrobat.framework    0x004d687d 0xad000 + 4364413
    46  com.adobe.Acrobat.framework    0x004d687d 0xad000 + 4364413
    47  com.adobe.Acrobat.framework    0x004d6763 0xad000 + 4364131
    48  com.adobe.Acrobat.framework    0x0052c140 0xad000 + 4714816
    49  com.adobe.Acrobat.framework    0x0052dc3a 0xad000 + 4721722
    50  libobjc.A.dylib                0x959332af -[NSObject performSelector:withObject:] + 70
    51  com.apple.AppKit               0x94f4e8a5 -[NSApplication sendAction:to:from:] + 438
    52  com.apple.AppKit               0x94f4e6ad -[NSControl sendAction:to:] + 102
    53  com.apple.AppKit               0x94f9dc7b -[NSCell _sendActionFrom:] + 159
    54  com.apple.AppKit               0x94fb8f2a -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2465
    55  com.apple.AppKit               0x94fb8161 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 513
    56  com.apple.AppKit               0x94fb7785 -[NSControl mouseDown:] + 690
    57  com.adobe.Acrobat.framework    0x0052df82 0xad000 + 4722562
    58  com.apple.AppKit               0x94f33a9d -[NSWindow sendEvent:] + 11953
    59  com.apple.AppKit               0x94ecf91d -[NSApplication sendEvent:] + 4034
    60  com.apple.AppKit               0x950a0518 -[NSApplication _modalSession:sendEvent:] + 1236
    61  com.apple.AppKit               0x9509ff65 -[NSApplication _realDoModalLoop:peek:] + 965
    62  com.apple.AppKit               0x9509fb8d -[NSApplication _doModalLoop:peek:] + 209
    63  com.apple.AppKit               0x9509e556 -[NSApplication runModalForWindow:] + 235
    64  com.adobe.Acrobat.framework    0x00528eb0 0xad000 + 4701872
    65  com.adobe.Acrobat.framework    0x004fba6f 0xad000 + 4516463
    66  com.adobe.Acrobat.framework    0x004ac5e2 0xad000 + 4191714
    67  com.adobe.Acrobat.framework    0x004ac07b 0xad000 + 4190331
    68  com.adobe.Acrobat.framework    0x004abfe2 0xad000 + 4190178
    69  com.adobe.Acrobat.framework    0x004c51b2 0xad000 + 4293042
    70  com.adobe.Acrobat.framework    0x00430fe9 0xad000 + 3686377
    71  com.adobe.Acrobat.framework    0x00432e45 0xad000 + 3694149
    72  com.adobe.Acrobat.framework    0x00433364 0xad000 + 3695460
    73  com.adobe.Acrobat.framework    0x0043328f 0xad000 + 3695247
    74  com.adobe.Acrobat.framework    0x007e5c3d 0xad000 + 7572541
    75  com.adobe.Acrobat.framework    0x0073dede 0xad000 + 6885086
    76  com.adobe.Acrobat.framework    0x0074912f 0xad000 + 6930735
    77  com.adobe.Acrobat.framework    0x007d0970 0xad000 + 7485808
    78  com.adobe.Acrobat.framework    0x00a0c930 0xad000 + 9828656
    79  com.adobe.Acrobat.framework    0x0076ddf4 0xad000 + 7081460
    80  com.adobe.Acrobat.framework    0x0076df52 0xad000 + 7081810
    81  com.adobe.Acrobat.framework    0x00c9b13e 0xad000 + 12509502
    82  com.adobe.Acrobat.framework    0x00c98bd2 0xad000 + 12499922
    83  com.adobe.Acrobat.framework    0x003d3a10 0xad000 + 3303952
    84  libobjc.A.dylib                0x959332af -[NSObject performSelector:withObject:] + 70
    85  com.apple.AppKit               0x94f4e8a5 -[NSApplication sendAction:to:from:] + 438
    86  com.apple.AppKit               0x9514233f -[NSCarbonMenuImpl performMenuAction:withTarget:] + 267
    87  com.apple.AppKit               0x94f69cf7 -[NSMenu _performKeyEquivalentWithDelegate:] + 390
    88  com.apple.AppKit               0x94f69db0 -[NSMenu _performKeyEquivalentWithDelegate:] + 575
    89  com.apple.AppKit               0x94f69892 -[NSMenu performKeyEquivalent:] + 70
    90  com.adobe.Acrobat.framework    0x003d46c5 0xad000 + 3307205
    91  com.apple.AppKit               0x94f66095 -[NSApplication _handleKeyEquivalent:] + 938
    92  com.apple.AppKit               0x94ecf8a2 -[NSApplication sendEvent:] + 3911
    93  com.apple.AppKit               0x94d141dc -[NSApplication run] + 823
    94  com.adobe.Acrobat.framework    0x000b667e 0xad000 + 38526
    95  com.adobe.Acrobat.framework    0x000b4dfb RunAcrobat + 307
    96  com.adobe.Acrobat.Pro          0x000a5ed5 main + 91
    97  com.adobe.Acrobat.Pro          0x000a5e71 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x9a9bb992 kevent64 + 10
    1   libdispatch.dylib              0x92f1d899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib              0x92f1d532 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x9a9bb046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x9958bdcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib        0x9958fcce start_wqthread + 30
    Thread 3:: Dispatch queue: NSOperationQueue 0x7d3e2df0
    0   libsystem_kernel.dylib         0x9a9bab76 __semwait_signal + 10
    1   libsystem_c.dylib              0x92553fb7 nanosleep$UNIX2003 + 219
    2   com.apple.Foundation           0x98d85621 +[NSThread sleepForTimeInterval:] + 170
    3   com.adobe.Acrobat.framework    0x00ee23b5 0xad000 + 14898101
    4   com.apple.Foundation           0x98cf334c -[__NSOperationInternal _start:] + 702
    5   com.apple.Foundation           0x98cf3081 -[NSOperation start] + 71
    6   com.apple.Foundation           0x98cf2fa8 __NSOQSchedule_f + 50
    7   libdispatch.dylib              0x92f1fdfd _dispatch_async_redirect_invoke + 158
    8   libdispatch.dylib              0x92f1b386 _dispatch_client_callout + 50
    9   libdispatch.dylib              0x92f1d443 _dispatch_root_queue_drain + 257
    10  libdispatch.dylib              0x92f1e70e _dispatch_worker_thread2 + 39
    11  libsystem_pthread.dylib        0x9958bdab _pthread_wqthread + 336
    12  libsystem_pthread.dylib        0x9958fcce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib         0x9a9ba7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x9958cd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib        0x9958ebd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9118d682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x9118d8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x91159cf2 MPWaitOnQueue + 199
    6   com.adobe.ACE                  0x023504dc 0x234e000 + 9436
    7   com.adobe.ACE                  0x02350441 0x234e000 + 9281
    8   com.apple.CoreServices.CarbonCore 0x9115a2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    10  libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    11  libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib         0x9a9ba7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x9958cd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib        0x9958ebd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9118d682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x9118d8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x91159cf2 MPWaitOnQueue + 199
    6   com.adobe.ACE                  0x023504dc 0x234e000 + 9436
    7   com.adobe.ACE                  0x02350441 0x234e000 + 9281
    8   com.apple.CoreServices.CarbonCore 0x9115a2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    10  libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    11  libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib         0x9a9ba7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x9958cd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib        0x9958ebd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9118d682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x9118d8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x91159cf2 MPWaitOnQueue + 199
    6   com.adobe.ACE                  0x023504dc 0x234e000 + 9436
    7   com.adobe.ACE                  0x02350441 0x234e000 + 9281
    8   com.apple.CoreServices.CarbonCore 0x9115a2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    10  libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    11  libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib         0x9a9ba7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x9958cd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib        0x9958ebd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9118d682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x9118d8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x91159cf2 MPWaitOnQueue + 199
    6   com.adobe.ACE                  0x023504dc 0x234e000 + 9436
    7   com.adobe.ACE                  0x02350441 0x234e000 + 9281
    8   com.apple.CoreServices.CarbonCore 0x9115a2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    10  libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    11  libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib         0x9a9ba7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x9958cd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib        0x9958ebd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9118d682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x9118d8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x91159cf2 MPWaitOnQueue + 199
    6   com.adobe.ACE                  0x023504dc 0x234e000 + 9436
    7   com.adobe.ACE                  0x02350441 0x234e000 + 9281
    8   com.apple.CoreServices.CarbonCore 0x9115a2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    10  libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    11  libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib         0x9a9ba7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x9958cd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib        0x9958ebd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9118d682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x9118d8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x91159cf2 MPWaitOnQueue + 199
    6   com.adobe.ACE                  0x023504dc 0x234e000 + 9436
    7   com.adobe.ACE                  0x02350441 0x234e000 + 9281
    8   com.apple.CoreServices.CarbonCore 0x9115a2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    10  libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    11  libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib         0x9a9ba7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x9958cd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib        0x9958ebd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9118d682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore 0x9118d8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore 0x91159cf2 MPWaitOnQueue + 199
    6   com.adobe.ACE                  0x023504dc 0x234e000 + 9436
    7   com.adobe.ACE                  0x02350441 0x234e000 + 9281
    8   com.apple.CoreServices.CarbonCore 0x9115a2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    10  libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    11  libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib         0x9a9ba7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x9958cd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib        0x9958ebd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AGM                  0x024b9077 0x24ad000 + 49271
    4   com.adobe.AGM                  0x024b8fb6 0x24ad000 + 49078
    5   com.adobe.AGM                  0x024b8f54 0x24ad000 + 48980
    6   com.adobe.AGM                  0x024b8bf4 0x24ad000 + 48116
    7   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    8   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    9   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib         0x9a9ba7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x9958cd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib        0x9958ebd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AGM                  0x024b9077 0x24ad000 + 49271
    4   com.adobe.AGM                  0x024b8fb6 0x24ad000 + 49078
    5   com.adobe.AGM                  0x024b8f54 0x24ad000 + 48980
    6   com.adobe.AGM                  0x024b8bf4 0x24ad000 + 48116
    7   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    8   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    9   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib         0x9a9ba7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib        0x9958cd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib        0x9958ebd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AGM                  0x024b9077 0x24ad000 + 49271
    4   com.adobe.AGM                  0x024b8fb6 0x24ad000 + 49078
    5   com.adobe.AGM                  0x024b8f54 0x24ad000 + 48980
    6   com.adobe.AGM                  0x024b8bf4 0x24ad000 + 48116
    7   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    8   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    9   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib         0x9a9bb046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x9958bdcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib        0x9958fcce start_wqthread + 30
    Thread 15:
    0   libsystem_kernel.dylib         0x9a9bb046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x9958bdcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib        0x9958fcce start_wqthread + 30
    Thread 16:
    0   libsystem_kernel.dylib         0x9a9b5f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x9a9b516c mach_msg + 68
    2   com.apple.CoreFoundation       0x9a097c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x9a0971e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x9a0969fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x9a09685b CFRunLoopRunInMode + 123
    6   com.apple.AppKit               0x94ecbb88 _NSEventThread + 283
    7   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    8   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    9   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib         0x9a9b5fb6 semaphore_wait_trap + 10
    1   com.adobe.Acrobat.framework    0x0055f26e 0xad000 + 4924014
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 31:
    0   libsystem_kernel.dylib         0x9a9bb976 kevent + 10
    1   com.adobe.Acrobat.framework    0x01539f13 0xad000 + 21548819
    2   com.adobe.Acrobat.framework    0x01498c57 0xad000 + 20888663
    3   com.adobe.Acrobat.framework    0x014956cd 0xad000 + 20874957
    4   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    5   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    6   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 32:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib         0x9a9bab76 __semwait_signal + 10
    1   libsystem_c.dylib              0x92553fb7 nanosleep$UNIX2003 + 219
    2   libsystem_c.dylib              0x92553e62 usleep$UNIX2003 + 60
    3   com.apple.AppKit               0x94f96a4c -[NSUIHeartBeat _heartBeatThread:] + 2318
    4   com.apple.Foundation           0x98d57f0e -[NSThread main] + 45
    5   com.apple.Foundation           0x98d57e66 __NSThread__main__ + 1426
    6   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    7   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    8   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 33:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x9a9baace __select + 10
    1   com.apple.CoreFoundation       0x9a0e7af6 __CFSocketManager + 1158
    2   libsystem_pthread.dylib        0x9958a5fb _pthread_body + 144
    3   libsystem_pthread.dylib        0x9958a485 _pthread_start + 130
    4   libsystem_pthread.dylib        0x9958fcf2 thread_start + 34
    Thread 34:
    0   libsystem_kernel.dylib         0x9a9bb046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x9958bdcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib        0x9958fcce start_wqthread + 30
    Thread 35:
    0   libsystem_kernel.dylib         0x9a9bb046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x9958bdcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib        0x9958fcce start_wqthread + 30
    Thread 36:
    0   libsystem_kernel.dylib         0x9a9bb046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib        0x9958bdcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib        0x9958fcce start_wqthread + 30
    Thread 37:
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xa16d9fa0  ebx: 0x0866c23c  ecx: 0x9a039cde  edx: 0x00000012
    edi: 0x9a05a70e  esi: 0x0866c23c  ebp: 0xbff58cf8  esp: 0xbff58c90
      ss: 0x00000023  efl: 0x00010206  eip: 0x9a039ced   cs: 0x0000001b
      ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
    cr2: 0x0866c23c
    Logical CPU:     4
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
      0xa5000 -    0xa5fff +com.adobe.Acrobat.Pro (11.0.07 - 11.0.07) <9B19B497-B399-3889-9550-EE2FAAD48322> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
      0xad000 -  0x21a8fe7 +com.adobe.Acrobat.framework (11.0.07 - 11.0.07) <9FC7FF98-1AE3-3199-9968-6A607D1420D0> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    0x234e000 -  0x24a0fe7 +com.adobe.ACE (AdobeACE 2.20.02.1 - 2.20.02.1) <711209D4-FBA8-37AE-9B21-E7F7EAE52A36> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x24ad000 -  0x2a83ff7 +com.adobe.AGM (AdobeAGM 4.28.136.1 - 4.28.136.1) <B27ACA16-D460-3E5C-86D3-1AED99FECD9A> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x2aed000 -  0x2b0bff3 +com.adobe.BIB (AdobeBIB 1.2.03.1 - 1.2.03.1) <21A36908-3031-35AF-A74B-ECC65BEAEC9F> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x2b10000 -  0x2e0dffb +com.adobe.CoolType (AdobeCoolType 5.11.135.1 - 5.11.135.1) <B1B1DB01-92EA-368E-9AA5-209FABB98E44> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x2e40000 -  0x2e58ff7  com.apple.ScriptingBridge (1.3.1 - 63) <6A12D8A2-A60D-3304-B3A8-DFE3901CC94A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x472b000 -  0x4750ff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x4765000 -  0x4770ffa  com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x606a000 -  0x606bff8  ATSHI.dylib (363.3) <62AF40CE-1110-31D5-931C-2B2AFB5C1A18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x6070000 -  0x6074ffd  libFontRegistryUI.dylib (127) <C207DFF5-0C48-3831-B9F1-2363D9A7A365> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x7409000 -  0x7471ffa +AcroSQLite (1) <8667FF2C-186C-33E6-96FD-ECED266933F1> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/Versions/A/AcroSQLite
    0x7477000 -  0x7498ff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.21186 - 3.7.101.21186) <D65C0C81-572E-3DCB-A1CF-BC5BF2D59500> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8 SharedExpat
    0x78cc000 -  0x78f2ffb +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <DE33E3BF-669D-3851-8C16-CA1CFCDA315A> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x7a84000 -  0x7b34fff  ColorSyncDeprecated.dylib (426) <F54DBFF3-3165-3D15-8AE4-37B603502A5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7d27000 -  0x7d27ffb +cl_kernels (???) <DC04037B-D06B-4C71-A74B-ED9E709D1D49> cl_kernels
    0x7d2c000 -  0x7d2cff3 +cl_kernels (???) <6D2DEE47-48B7-43F6-A987-825151C48854> cl_kernels
    0x83e8000 -  0x8428ff5  com.apple.print.framework.Print.Private (9.0 - 462) <A81F729B-7A91-39C6-B2E4-5BD00ECAFBFF> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x843c000 -  0x8465ff1  com.apple.printingprivate.framework.PrintingPrivate (9.3 - 126.1) <9CCC2727-2FA7-3405-9104-33506F6A2E2E> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
    0x847c000 -  0x84e0ff7 +com.hp.print.psdriver.hpPostScriptPDE (17.5.0 - 17.5.0b319) <274606AD-636F-7D60-348C-DCC51505B36A> /Library/Printers/hp/PDEs/hpPostScriptPDE.plugin/Contents/MacOS/hpPostScriptPDE
    0x850b000 -  0x8529ff7 +com.hp.print.HPSmartPrint (5.3 - 5.3f05) <C62C6001-4E83-A8A1-5DA0-6C30D905B37F> /Library/Printers/hp/Frameworks/HPSmartPrint.framework/Versions/A/HPSmartPrint
    0x868e000 -  0x86d0ff7  com.apple.print.PrintingCocoaPDEs (9.0 - 462) <80341900-2807-3D3D-B19D-AF9ABD6CC387> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/ PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0xa7df000 -  0xa819ff3 +com.adobe.ARE (AdobeARE 1.5.02.21195 - 1.5.02.21195) <583E0BDD-2204-3470-BDEB-330B4EE311F3> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0xfb0b000 -  0xfb3bff7 +com.adobe.AcrobatPlugin.Updater (11.0.07 - 11.0.07) <EC03D862-E720-39CC-9749-604B2F203CDB> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/Updater.acroplugin/Contents/MacOS/Updater
    0xfbd4000 -  0xfcbaff7  unorm8_rgba.dylib (2.3.58) <6F4210CB-30E1-3572-AF1E-D38D920B2510> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
    0xfce6000 -  0xfdd1ff7  unorm8_bgra.dylib (2.3.58) <4E28B3D7-DC85-3454-8B83-4A81918934DC> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x10dcb000 - 0x10e21ffb +com.adobe.AdobeXMPCore (Adobe XMP Core 5.4 -c 5 - 78.147326) <82EFE343-F643-34AD-94FA-293E338F1F9C> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x10ea2000 - 0x110dcffb +com.adobe.AcrobatPlugin.EScript (11.0.07 - 11.0.07) <156C4C2E-2DF0-31EA-BC3D-F9F40F18A190> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/EScript.acroplugin/Contents/MacOS/EScript
    0x11123000 - 0x118efff7 +com.adobe.AcrobatPlugin.Comments (11.0.07 - 11.0.07) <E5319E73-FB60-37DE-A561-96311CDD2435> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/Comments.acroplugin/Contents/MacOS/Comments
    0x8fed7000 - 0x8ff09417  dyld (239.4) <FF5ED937-CC28-3FEF-BCAF-750B1CDBAE36> /usr/lib/dyld
    0x90008000 - 0x90037ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x90038000 - 0x90038fff  libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
    0x90039000 - 0x9005eff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <FCF52905-85B1-375C-B0AA-B8251B614D2D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9005f000 - 0x90069fff  com.apple.ProtocolBuffer (1 - 182.1.3) <FE710AC6-806D-3379-AC1D-6A094BE9827C> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x9006a000 - 0x9006affd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x9006b000 - 0x902daff6  com.apple.security (7.0 - 55471.14.4) <4C9E60A9-6861-3AFF-BEB8-637771FEC78B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x902db000 - 0x90330ff3  com.apple.ImageCaptureCore (5.0 - 5.0) <69A007AE-4654-3C79-9AF6-5EC8F173F225> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90331000 - 0x90331fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90332000 - 0x905a9ff5  com.apple.RawCamera.bundle (5.04 - 736) <74E476B9-BD87-3D22-BC02-83CE6F64DCB6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x905aa000 - 0x905acff2  com.apple.EFILogin (2.0 - 2) <BC558029-74C0-3A69-B376-8F4CBF8C338F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x90659000 - 0x9074dfff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9074e000 - 0x90796fff  com.apple.PerformanceAnalysis (1.47 - 47) <5C6FA727-EAC9-3924-8662-AF01090A9EF4> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x90b21000 - 0x90b28fff  libMatch.1.dylib (19) <3B3680FC-2AC9-37CC-B262-5ACE2CF8939A> /usr/lib/libMatch.1.dylib
    0x90b32000 - 0x90b38ff7  com.apple.AddressBook.ContactsFoundation (8.0 - 1371) <55CA3D96-7BE2-332B-8BAD-C34F8EA9E6CF> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
    0x90b39000 - 0x90b45ffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x90b46000 - 0x90b9afff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <68D53493-CC1E-3036-BF67-B2A0F6E1A905> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90b9b000 - 0x90badfff  libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x90bae000 - 0x90d21ffb  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <4248C0FE-F872-34AB-9402-0045D5CD0CC1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90d22000 - 0x90d24fff  libsystem_configuration.dylib (596.15) <E49AAD29-35C2-3EE2-AF4D-59514C4B478F> /usr/lib/system/libsystem_configuration.dylib
    0x90d25000 - 0x90d27ffb  libRadiance.dylib (1043) <ECD94F60-9AAD-3207-B3BD-9DB559FC5032> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x90d28000 - 0x9103bfef  com.apple.CoreAUC (6.25.00 - 6.25.00) <84677812-2943-328C-B4E0-5E37A6181195> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9103c000 - 0x910cdfff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x910ce000 - 0x913cfffb  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x913d0000 - 0x913dbffb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x913dc000 - 0x914ecfed  com.apple.MediaControlSender (2.0 - 200.34.4) <48A88743-4EB7-364B-968F-43C17FFCEB97> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x914ed000 - 0x9153eff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x916e2000 - 0x916efff7  com.apple.AppleFSCompression (56 - 1.0) <0C44B3E4-C4A7-3A65-9C1A-334CA3E35BDB> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x916f0000 - 0x91736ff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91737000 - 0x91741ff7  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91742000 - 0x91743fff  libSystem.B.dylib (1197.1.1) <789CF4BE-5A0B-310E-9515-E515EA033D03> /usr/lib/libSystem.B.dylib
    0x91744000 - 0x9176bfff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9176c000 - 0x91b64ff3  com.apple.CoreGraphics (1.600.0 - 599.23.13) <3077671B-1AEF-33EF-AF9C-D3A9208646E0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x91b65000 - 0x91b89ff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x91b8a000 - 0x91bbcffb  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <30CF0E7B-3511-318F-AC31-06C29EDC111E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x91bbd000 - 0x91c10ff3  com.apple.CoreMediaIO (407.0 - 4561) <09C5A94C-39BD-36D8-A483-77F9CA3C5F2F> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x91c11000 - 0x91c7bff7  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <13EE6C12-B981-3132-864A-D493B91AE37E> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x91c7c000 - 0x91cdaffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91cdb000 - 0x91cf9ff5  com.apple.frameworks.preferencepanes (16.0 - 16.0) <3E3368EE-CAD3-3096-89BC-D006A25A6294> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x91cfa000 - 0x91cfeffa  libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x91d0b000 - 0x91d10fff  com.apple.MediaAccessibility (1.0 - 43) <1CC2B661-146A-3FF3-B843-508F611F7B4B> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
    0x91d11000 - 0x91d61ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x91d85000 - 0x91f4bffb  libicucore.A.dylib (511.32) <9DC4CADF-6F5C-3D6F-A0FE-D8BC868915F2> /usr/lib/libicucore.A.dylib
    0x91f4c000 - 0x91f4fffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x91f50000 - 0x9202bff7  com.apple.LaunchServices (572.26 - 572.26) <5915A9AC-7928-30B1-9329-94048ADE81D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9202c000 - 0x92057ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x92058000 - 0x92065fff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x92066000 - 0x92096ff7  com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x92097000 - 0x9209aff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x9209b000 - 0x9209fffc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x920a0000 - 0x9222dffb  com.apple.CFNetwork (673.3 - 673.3) <2C900A5F-9E29-3636-846D-68B24774E82A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9222e000 - 0x92252fff  libJPEG.dylib (1043) <257BE460-DFB1-3398-8AC5-A2E50FBED794> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92253000 - 0x922caffb  com.apple.framework.IOKit (2.0.1 - 907.100.13) <D1308EE0-96AA-3442-A27B-264F58AE12B4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x922cb000 - 0x92309ff7  com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9230a000 - 0x9230afff  com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9230b000 - 0x92327ff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x92328000 - 0x9237dff7  com.apple.framework.internetaccounts (2.1 - 210) <3E555C08-C8FA-3175-8C3F-E49F6F5238A6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x92381000 - 0x924d7ff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924d8000 - 0x9256aff9  libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x9256b000 - 0x92891ffd  com.apple.JavaScriptCore (9537 - 9537.75.12) <9767AEAB-B596-3B39-AD52-39E2012D2AD6> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92892000 - 0x928abfff  libAVFAudio.dylib (32.2) <C4CBDFDF-8F77-3872-B7DE-D2D7982084BA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x92902000 - 0x92919ff4  com.apple.CoreMediaAuthoring (2.2 - 947) <958EE809-D21F-3C88-8D87-B3A5E4C3FCA6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x9291a000 - 0x92960ff7  libcurl.4.dylib (78.92.2) <452F5FFA-68A4-3834-B457-CA667C969F79> /usr/lib/libcurl.4.dylib
    0x92961000 - 0x9296fff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x92970000 - 0x929a8ff7  com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x929a9000 - 0x92a05ffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x92a06000 - 0x92a08ffe  libCVMSPluginSupport.dylib (9.6.1) <C2071F9E-72A1-360C-BF7E-286F9681922F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x92a3c000 - 0x92aa7fff  com.apple.Heimdal (4.0 - 2.0) <D6465D74-9351-3FF3-9561-AC149AEDB86F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x92aa8000 - 0x92addffd  libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
    0x92ade000 - 0x92b02ff7  libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
    0x92b03000 - 0x92b0efff  libcsfde.dylib (380) <821ACD5D-E4BD-3626-B7AC-8EE2637268C3> /usr/lib/libcsfde.dylib
    0x92b0f000 - 0x92b10fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x92b11000 - 0x92b96ffc  com.apple.CorePDF (4.0 - 4) <73557F2A-B0EF-3128-90FE-8EDD7824CE73> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x92b97000 - 0x92b97fff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92b98000 - 0x92b9afff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x92b9b000 - 0x92b9bfff  libffi.dylib (18.1) <7A14A976-B202-3074-8B0D-FB718DF172DA> /usr/lib/libffi.dylib
    0x92b9c000 - 0x92bb0ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <06C2834A-91E9-3DCC-B7D0-9EAC592CE1C5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x92bb1000 - 0x92bb8ff7  com.apple.XPCService (2.0 - 1) <94783930-9E46-394F-B1B2-9CA57CBA2D25> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x92bb9000 - 0x92d65fff  com.apple.QuartzCore (1.8 - 332.3) <DA347693-5E26-3E47-A2B3-3824C52EB08B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x92d66000 - 0x92da6ff7  com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92da7000 - 0x92e81ff6  com.apple.QuickLookUIFramework (5.0 - 622.7) <6F9C5661-0D7D-3B54-AC34-55E1A24EC05A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x92e82000 - 0x92edbffa  libTIFF.dylib (1043) <C03B34F4-8037-3AF5-AE51-B8B5FC8DB639> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92edc000 - 0x92f19ff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x92f1a000 - 0x92f32ffd  libdispatch.dylib (339.92.1) <7E7A88BF-74B3-363B-B534-6F757DF2DDE3> /usr/lib/system/libdispatch.dylib
    0x92f33000 - 0x93dd2ff5  com.apple.WebCore (9537 - 9537.75.14) <9A09AC09-98E4-3CFE-B37E-3AB405396FD7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x93dd3000 - 0x93dd7ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x93dd8000 - 0x93ddfff1  com.apple.phonenumbers (1.1.1 - 105) <4279F426-BD5E-3716-A23E-5A718B01F466> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x93de0000 - 0x93de9fff  com.apple.AppleSRP (5.0 - 1) <6B946F4B-7DC4-3E82-BF2C-BE0930E3CF47> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x93dea000 - 0x93e95ff5  com.apple.imcore (10.0 - 1000) <000D6E8B-1067-3FE1-8524-18A8710C572E> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x93e96000 - 0x93ef4fff  com.apple.ViewBridge (1.0 - 46.2) <64AC1689-5F60-3E

    Delete the print queue in the Printers & Scanners preference pane, then recreate it. Test.

  • I have a color management problem.  I have OS X v 10.5, Adobe Photoshop Elements 6, and an Epson Stylus Photo R800.  I want to print images I have scanned on a Epson Perfection 1660 Photo and corrected in Photoshop and get the colors accurate.

    i have a color management problem.  I have OS X v 10.5, Adobe Photoshop Elements 6, and an Epson Stylus Photo R800.  I want to print images I have scanned on a Epson Perfection 1660 Photo and corrected in Photoshop and get the colors accurate.

    I used the ColorSync utility to verify, and it came back with this report:
    /Library/Printers/EPSON/InkjetPrinter/PrintingModule/SPR800_Core.plugin/Contents /Resources/ICCProfiles/SPR800 Standard.icc
       Tag 'dmnd': Tag size is not correct.
    /Library/Application Support/Adobe/Color/Profiles/Recommended/CoatedFOGRA27.icc
       Tag 'desc': Tag size is not correct.
    /Library/Printers/EPSON/InkjetPrinter/ICCProfiles/Standard.profiles/Contents/Res ources/Epson IJ Printer.icc
       Tag 'dmnd': Tag size is not correct.
    /Library/Printers/EPSON/InkjetPrinter/PrintingModule/SPR800_Core.plugin/Contents /Resources/
    I did not know what to do next.  At the bottom of the window it said to go to www.apple.com/colorsync to find a tutorial.  I got a message saying that link does not work.  Tried to find the tutorial by searching at apple.com, but could not seem to locate it.  Does anyone know what the report above means and what I should do about it?  
    Also, how to find that tutorial?
    Re Using RGB all the way through, When I print from Photoshop Elements, I select Adobe RGB, Photoshop Manages under "Color Handling", Relative Colometric  under "Intent" and "ColorSync" i the Epson printer box.  Do you mean to do something different in this sequence?

  • Want to print an iview

    Hi,
    In my portal currently I've 3 iviews and I want to print
    one of them. Javascrip print() prints the whole portal.
    Any suggestion?
    Thanks,
    Dhiman

    Hi Dhiman,
    The iview contents themselves can be called directly by using the url:
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/<parfile name>.<iView name as appears in portalapp.xml>
    once the iview contents are retrieved u can set your target link in the javascript to print them.
    Hope this helps.
    Regards
    Uma.

  • Print Content Topics in FlashHelp

    Our customer has a new requirement in that they want to be able to print a specific topic that is contained in the Contents of their FlashHelp help system; however, it does not appear we are able to do this as there is no option for the user to select to print a specific topic or print a specific heading and all subtopics. (The customer does not want to print the whole help system, only specific topics contained within it.)
    With a generated FlashHelp output help system, is there a way to print:
    A specific topic and its contents?
    A specific topic and all of its subtopics' contents?
    I am using RoboHelp 8 HTML to generate the FlashHelp output. I have the toolbar option, Print, turned on.
    If options 1 and 2 above are not available via the FlashHelp output, is there another output that would provide these printing capabilities?
    Thank you.

    Your skin file could be changed to include a print button if it doesn't already have one but this would only print a single topic. To print a whole book you'd have to have a Word / PDF of them in the help that could be printed on request.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • What's the best way to print content of javax Object (JTable for example)?

    Hi there,
    1) I would like to know the best way to print content of jtable (for example)
    2) I would like to know how can I Print content of SQL statment (for example "SELECT ID, NAME FROM COMPANY")?
    Best Regard,
    Eyal
    [email protected]

    Depends on what you want printed. You can do something like System.out.println(myTable);but you may not like what you see. If you want to print anything else, extend JTable and create a new toString() method that prints out what you want.
    As for printing a SQL statement - assuming it is in a String, you can just do System.out.println(mySQLStatement);

  • HP officejet 6830 only saves when I want to print

    Installed new printer today.  When i want to print it only gives me option to save.  How can I change this please? Once saved I can print but I dont want to save everything first or again just so I can print it.  Thanks 

    Yes, but you tried it, and reported the results as being less than satisfactory.  However, you could print via ePrint. This is where you email the document directly to the printer's ePrint address to print it. This method doesn't involve saving the document first.   Here's how to setup ePrint: Press the webservices / ePrint icon () on the 6830Enable webservices and  press OK to allow automatic updates on the printer. An info sheet should print listing the printer's claimcode (this is the portion of the ePrint address preceding the @ symbol. Click here to create an HP Connected account (if you don't already have one). Use your personal or work email address to set it up. Once that's complete, click on the Devices tab. Click 'Add a Device or Printer' Add the printer using the claimcode from the info sheet that printed out earlier. Click here for steps on how to customize your [email protected] address. The benefit of customization is that it's easier to remember the address than the randomized characters you get automatically in the setup.  Here's how to use ePrint: The attachment you're looking to print is in an email. Forward that email with the attachment to your printer's [email protected] address. To make sure you're not printing extra content make sure the forward to the ePrint address is just the attachment. This outgoing message only requires a subject and the attachment. Clear out the body of the email otherwise it will print too. These instructions are catered to what you're doing, but if you're interested in the official steps you can access them here.  Let me know if this helps.  Regards, 

  • Show print dialog box and print content of page

    Hi,
    I'm building a java webdynpro for the sap portal.
    When the user clicks on a button, I want to print out the content of the application.
    Is there any option to do this in java?
    I already found a possible solution like PrinterJob.getPrinterJob(), but this gives me an exception: java.awt.HeadlessException
    Any help!

    Can you tell us if you are using Windows of Mac OS? The Mac OS version of Reader has a Printer button on the bottom of the Print dialog box that brings up the standard printer dialog box.

  • How do I take 300 dpi photos with my iPhone 4s? And how do I export them to my MacBook Pro at 300 dpi to use as I want to print photos.

    How do I take 300 dpi photos with my iPhone 4s?
    And how do I export them to my MacBook Pro at 300 dpi to use as I want to print photos.
    I have been using the standard camera on the iPhone and require 300 dpi to create photo books as the photos are resized according the layout.
    Your time and assistance in appreciated.
    Thanks

    Thanks Tonefox!
    After looking at a few of the links I found a mathematical equation that assisted me.
    Inches = Pixels/DPI
    eg: 3 inches = 300 pixels/100 DPI
    Using this equation and the fact that iPhone 4s takes photos that are 3264 x 2448 I was able to work out the largest print I could make with 300 DPI.
    Width 3264 pix/ 300 DPI = 10.88 inches
    Height 2448 pix/ 300 DPI = 8.16 inches
    Therefore, the largest print (with 300DPI) I can make of these photos is 10.88 inches x 8.16 inches.
    Which is great!
    So is it critical for me to change the dpi in say photoshop or does it not matter as long as I don't go above the 10.88 inches x 8.16 inches?
    From what I can gather the smaller I resize the photo the higher the DPI and the bigger I stretch the photo the lower the DPI?
    Further clarification will be much appreciated. Thanks

  • My iPad shows a message "Cannot find AirPrint printer". I used to use my iPad to print materials using HP wireless printer D110. Now it does not want to print. Is this because I am now using IOS 7? What should I do to solve the problem? Help please.

    My iPad shows a message "Cannot find AirPrint printer". I used to use my iPad to print materials using HP wireless printer D110. Now it does not want to print. Is this because I am now using IOS 7? What should I do to solve the problem? Help please.

    Restart your WiFi router and printer by removing power for 30 seconds.

  • I don't have a wireless printer, and want to print things off of my iPad.  I know that I can use the iPad Camera Connection kit to connect USB devices like keyboards and I am wondering if I could do the same with a USB printer.

    I don't have a wireless printer, and want to print things off of my iPad.  I know that I can use the iPad Camera Connection kit to connect USB devices like keyboards and I am wondering if I could do the same with a USB printer.

    I don't think you can connect a printer since you won't have the printer drivers. I use FingerPrint from collobos.com to print to my non-AirPrint printers.

  • Why does my printer automatically go to send a fax when I just want to print?

    Why does my printer automatically go to send a fax when I just want to print?
    This question was solved.
    View Solution.

    Hi pa_tom,
    In your printers folder on your computer, is the default printer set to your printer, or your printer- fax?
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • I have HP Deskjet 3510 connected wireless - problem is that it wants to print only black and white - is there a color button I am missing?  The print quality report is fine in color etc.

    I have a HP Deskjet 3510 and it wants to print only in black and white. 
    The Print Quality Report is fine and in color.
    Is there a color button I am missing?

    In the Print & Scan system preferences, does it indicate it is using a generic printer driver or a Gutenprint driver?
    Also, if you click on Options & Supplies, you might want to check and see if has to be enabled. That kind of sounds odd though.
    Another thing is it might not be showing. If the bottom of the print dialog has a button that says "Show Details," click it. Then, you can change settings in the popup menu.

Maybe you are looking for