Set MARGIN  of Printer with REPORT6

I have some reports and to print some of them, the margin of prinetr must set to .5 and user must set it before any print. how can i set it in report builder with code or is there any way to solve this problem.
and users dont do this.

Hi,
On Windows the printer margin is controlled by the printer driver. This is called the printer or hardware margin. To this, you add the margin defined inside the report definition. The sum total is the margin that you will see on the report's printed output. For example, if the default printer margin is 2 cm, and you have defined 3 cm inside the report defintion, you should see a total 5 cm margin on the printed output. This should be consistent across prints. So you can reduce / increase the report definition margin, to get the exact output that you want in the printed output.
However, if you find that even by making the report definition margin zero you cannot get the margin that you want, then you can upgrade to version 6i patchset 15. From this patch onwards, the printer default margin is ignored, and only the report definition margin is counted.
Also, you can find useful notes if you serach for "margin" on Metalink.
Navneet.

Similar Messages

  • Set margins when printing

    I have problems to set the margins for printing..
    I set margins in this way:
    when I start the printing process I do:
            PrinterJob job = PrinterJob.getPrinterJob();
            final Stamp canvas = new Stamp();
            job.setPrintable(canvas);
            MediaPrintableArea area = new MediaPrintableArea(10, 10, 170, 255, MediaPrintableArea.MM);
            HashPrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
            aset.add(area);
            if (job.printDialog()) { // chiede conferma definitiva
                try {
                    job.print(aset);
                } catch (PrinterException ex) {
                    Logger.getLogger(Stampa_Try_For_PreciseLocation.class.getName()).log(Level.SEVERE, null, ex);
            }in the canvas class I try to read the margins :
    public int print(Graphics g, PageFormat pageFormat, int pageIndex) {
            if (pageIndex >= 1) {
                return Printable.NO_SUCH_PAGE;
            Graphics2D g2 = (Graphics2D) g;
            g2.translate(pageFormat.getImageableX(), pageFormat.getImageableY());
            AffineTransform at = new AffineTransform();
            at.scale(pageFormat.getImageableWidth(), pageFormat.getImageableHeight());
            g2.transform(at);
            double pageWidth = pageFormat.getWidth();
            double pageHeight = pageFormat.getHeight();
            double pageSpUsedX = pageFormat.getImageableX();
            double pageSpUsedY = pageFormat.getImageableY();
            double pageSpUsedWidth = pageFormat.getImageableWidth();
            double pageSpUsedHeight = pageFormat.getImageableHeight();
            System.out.print("larghezza pg = " + pageWidth);
            System.out.println(" ; altezza pg = " + pageHeight);
            System.out.print ("area usabile X = " + pageSpUsedX);
            System.out.println(" ; area usabile Y = " + pageSpUsedY);
            System.out.print("area usabile larghezza  = " + pageSpUsedWidth);
            System.out.println("  ; area usabile altezza = " + pageSpUsedHeight);
            g2.drawString("x as", (float)pageSpUsedX                         , (float)pageSpUsedY);
            g2.drawString("x ad", (float)pageSpUsedX + (float)pageSpUsedWidth, (float)pageSpUsedY);
            g2.drawString("x bs", (float)pageSpUsedX                         , (float)pageSpUsedY + (float)pageSpUsedHeight);
            g2.drawString("x bd", (float)pageSpUsedX+ (float)pageSpUsedWidth , (float)pageSpUsedY + (float)pageSpUsedHeight);
                    return Printable.PAGE_EXISTS;
        }But the result is not what I expected to be....
    I am working at a program that have to print 'something' on paper's labels
    placed in a normal sheet format A4.
    and for this purpose it is very important to have the contrlo where the letters are wrote..
    I don't know what it is wrong and I need some help..
    thank you in advance..
    regards
    tomyMrsangelo

    hi Andre,
    thank you to answering me,
    I tried with your code but still I have not the control that I would have printing.
    Perhaps I misunderstand the role and the means of the parameters used for set the printable
    area.......
    For example.. when I set the margins in this way:
    MediaPrintableArea area = new MediaPrintableArea(10, 10, 170, 255, MediaPrintableArea.MM);
    I expect to have one area printable with the shape of a rectangle that, on a sheet of
    paper A4 format, begin in the corner up to left in the point (5, 10) and have a horizontal size
    of 180 millimeters and a vertical size of 265 millimeters.
    But this is not happen..., I measured the horizontal side in 150 millimeters (instead 170) and
    the vertical size in 248 millimeters (instead 255)....
    Measuring the coords of the corner on top to left, I got (5, 13) and not (10, 10).
    .....I tried with other values of parameters and never I got the exact values that I expected to have.
    Having to print labels glued on a paper sheet - A4 format,
    *I need to be sure that when the statement
    g2.drawString("x", 0, 0);
    is executed
    The character x is wrote, on the paper, at the point 10, 10. *
    Perhaps
    g2.drawString("+", 0, 0);
    is not the right operation to get this target..... ????
    Regards
    tonyMrsangelo

  • Setting up new printer with currently inactive AirPort Extreme

    Is it possible to share a printer with 4 laptops using an Airport Extreme while another router provides the internet?
    Here's what I have:
    - Linksys WRT54GS wireless G router (in use)
    - AirPort Extreme (older & not currently in use)
    - MacBook Pro (running OS 10.5.3)
    - 3 Dell XPS m1710 laptops (running Windows XP)
    - Old Dell Dimension (running Fedora Linux)
    - Dell 1110 printer
    - Canon i80 printer (w/ Bluetooth adapter)
    - HP Photosmart printer
    I want to be able to print with the Dell 1110 printer from any laptop. I looked to connect it to the Linksys router but the router does not have a USB slot - the AirPort Extreme does. Is this a possibility?
    Also, the Linksys router MUST stay. I'm sure many will suggest dropping it in favor of the AirPort extreme but this is not a possibility.
    Thank you =)

    Thanks for the help, I'm definitely getting there
    I changed the settings as you've described and can now print from my MBP. The 3 Dell laptops are another matter. Would you have any idea what the IP address of the printer would be? Or the AirPort Extreme? I'm following this tutorial:
    http://www.ifelix.co.uk/tech/1004.html
    without much success but I'm really guessing at the IP address. I've tried 192.168.1.1 (my router) and 192.168.1.101 (the IPv4 address) with no luck. I suspect it's the IP address that's the problem ...
    Any thoughts?
    Thanks
    Jay

  • How to adjust margins to print with Adobe Acrobat pdf web page?

    when I print to PDF with Acrobat or with the printer margins and the information in the top and bottom defaults (URL, page number ...) do not satisfy me. the possibility exists of being able to reset? How? do you have any suggestions?

    I would define how to position Title, URL, number of page and date also margin left, right, top and bottom. This element in other browser Mozzilla, Explorer is defined in "Page Preview".
    Acrobat don't have possibility to set this parameter..

  • Error when trying to set up wireless printing with USB C4580

    Hello! 
    When I click on the set up assistant for my HP C4580 Photosamrt printer
    I select my device and click continue it says selected device ins not configured, to configure click continue-
    then i select configure your device for a wireless network and click continue. and nothing happens
    - I get and error message 
    Process: HP Setup Assistant [9303]
    Path: /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/MacOS/HP Setup Assistant
    Identifier: com.hp.SetupAssistant
    Version: 2.1.3 (2.1.3)
    Code Type: X86 (Native)
    Parent Process: launchd [162]
    Responsible: HP Setup Assistant [9303]
    User ID: 501
    Date/Time: 2014-08-10 11:29:19.717 -0700
    OS Version: Mac OS X 10.9.3 (13D65)
    Report Version: 11
    Anonymous UUID: 541D51FA-A485-209C-6CDA-525534BEEDFA
    Sleep/Wake UUID: E43C0434-612D-4E86-A32E-B44355B94EA4
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    Performing @selector(performContinue from sender ACMCustomButton 0x31b7c0
    Dyld Error Message:
    Symbol not found: _WirelessIsAvailable
    Referenced from: /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/WiFi Confirm Settings.WiFiPlugin/Contents/MacOS/WiFi Confirm Settings
    Expected in: /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 dyld 0x8fefd0b5 dyld_fatal_error + 1
    1 dyld 0x8feffde8 dyld::bindLazySymbol(mach_header const*, unsigned long*) + 72
    2 dyld 0x8ff1034e stub_binding_helper_interface2 + 20
    3 com.hp.wifisetupassistant.confirmsettings 0x06f3ca83 -[WirelessSettingsAccessor init] + 103
    4 com.hp.wifisetupassistant.confirmsettings 0x06f3a3d2 -[ACMWirelessSettingsController awakeFromNib] + 658
    5 libobjc.A.dylib 0x9bb90262 -[NSObject performSelector:] + 62
    6 com.apple.CoreFoundation 0x99883cb4 -[NSSet makeObjectsPerformSelector:] + 228
    7 com.apple.AppKit 0x9853ae32 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1182
    8 com.apple.AppKit 0x9852e995 loadNib + 369
    9 com.apple.AppKit 0x9852dfbd +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZonewnerBundle:] + 828
    10 com.apple.AppKit 0x987d797e +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
    11 com.apple.AppKit 0x9852da3f +[NSBundle(NSNibLoading) loadNibNamedwner:] + 709
    12 com.hp.wifisetupassistant.confirmsettings 0x06f3c3dc -[ACMWirelessSettingsInterface initWithModel:] + 108
    13 com.hp.SetupAssistant 0x000038ad -[ACMController loadPlugin:] + 223
    14 com.hp.SetupAssistant 0x00007262 -[ACMInstallerListViewHandler loadNextPlugin] + 1908
    15 libobjc.A.dylib 0x9bb902af -[NSObject performSelector:withObject:] + 70
    16 com.apple.AppKit 0x9877a8a5 -[NSApplication sendAction:to:from:] + 438
    17 com.apple.AppKit 0x9877a6ad -[NSControl sendAction:to:] + 102
    18 com.apple.AppKit 0x987c9c7b -[NSCell _sendActionFrom:] + 159
    19 com.apple.AppKit 0x987e4f2a -[NSCell trackMouse:inRectfView:untilMouseUp:] + 2465
    20 com.apple.AppKit 0x987e4161 -[NSButtonCell trackMouse:inRectfView:untilMouseUp:] + 513
    21 com.apple.AppKit 0x987e3785 -[NSControl mouseDown:] + 690
    22 com.apple.AppKit 0x9875fa9d -[NSWindow sendEvent:] + 11953
    23 com.apple.AppKit 0x986fb91d -[NSApplication sendEvent:] + 4034
    24 com.apple.AppKit 0x985401dc -[NSApplication run] + 823
    25 com.apple.AppKit 0x98529018 NSApplicationMain + 1165
    26 com.hp.SetupAssistant 0x00002832 _start + 216
    27 com.hp.SetupAssistant 0x00002759 start + 41
    Thread 1:
    0 libsystem_kernel.dylib 0x94269046 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x92cbcdcf _pthread_wqthread + 372
    2 libsystem_pthread.dylib 0x92cc0cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x94269992 kevent64 + 10
    1 libdispatch.dylib 0x99afe899 _dispatch_mgr_invoke + 238
    2 libdispatch.dylib 0x99afe532 _dispatch_mgr_thread + 52
    Thread 3:
    0 libsystem_kernel.dylib 0x94269046 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x92cbcdcf _pthread_wqthread + 372
    2 libsystem_pthread.dylib 0x92cc0cce start_wqthread + 30
    Thread 4:
    0 libsystem_kernel.dylib 0x94269046 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x92cbcdcf _pthread_wqthread + 372
    2 libsystem_pthread.dylib 0x92cc0cce start_wqthread + 30
    Thread 5:
    0 libsystem_kernel.dylib 0x94269046 __workq_kernreturn + 10
    1 libsystem_pthread.dylib 0x92cbcdcf _pthread_wqthread + 372
    2 libsystem_pthread.dylib 0x92cc0cce start_wqthread + 30
    Thread 6:: com.apple.appkit-heartbeat
    0 libsystem_kernel.dylib 0x94268b76 __semwait_signal + 10
    1 libsystem_c.dylib 0x94ed4fb7 nanosleep$UNIX2003 + 219
    2 libsystem_c.dylib 0x94ed4e62 usleep$UNIX2003 + 60
    3 com.apple.AppKit 0x987c2a4c -[NSUIHeartBeat _heartBeatThread:] + 2318
    4 com.apple.Foundation 0x9ac21f0e -[NSThread main] + 45
    5 com.apple.Foundation 0x9ac21e66 __NSThread__main__ + 1426
    6 libsystem_pthread.dylib 0x92cbb5fb _pthread_body + 144
    7 libsystem_pthread.dylib 0x92cbb485 _pthread_start + 130
    8 libsystem_pthread.dylib 0x92cc0cf2 thread_start + 34
    Thread 7:
    0 libsystem_kernel.dylib 0x94263f7a mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x9426316c mach_msg + 68
    2 com.apple.CoreFoundation 0x99886c09 __CFRunLoopServiceMachPort + 169
    3 com.apple.CoreFoundation 0x998861e1 __CFRunLoopRun + 1393
    4 com.apple.CoreFoundation 0x998859fa CFRunLoopRunSpecific + 394
    5 com.apple.CoreFoundation 0x9988585b CFRunLoopRunInMode + 123
    6 com.apple.AppKit 0x986f7b88 _NSEventThread + 283
    7 libsystem_pthread.dylib 0x92cbb5fb _pthread_body + 144
    8 libsystem_pthread.dylib 0x92cbb485 _pthread_start + 130
    9 libsystem_pthread.dylib 0x92cc0cf2 thread_start + 34
    Thread 8:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib 0x94268ace __select + 10
    1 com.apple.CoreFoundation 0x998d6af6 __CFSocketManager + 1158
    2 libsystem_pthread.dylib 0x92cbb5fb _pthread_body + 144
    3 libsystem_pthread.dylib 0x92cbb485 _pthread_start + 130
    4 libsystem_pthread.dylib 0x92cc0cf2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x8ff300f8 ebx: 0x06f3ca29 ecx: 0x00000000 edx: 0x8ff58084
    edi: 0x8ff58084 esi: 0x8fefe1e3 ebp: 0xbfffed28 esp: 0xbfffed0c
    ss: 0x00000023 efl: 0x00000246 eip: 0x8fefd0b5 cs: 0x0000001b
    ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
    cr2: 0x06de1000
    Logical CPU: 0
    Error Code: 0x00000000
    Trap Number: 3
    Binary Images:
    0x1000 - 0x11fff +com.hp.SetupAssistant (2.1.3 - 2.1.3) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/MacOS/HP Setup Assistant
    0x1d000 - 0x20fff +com.hp.HPInstallerPluginFramework (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Frameworks/HPInstallerPlugin.framework/Versions/A/HPInstallerPlugin
    0x3fd2000 - 0x3fd7fff +com.hp.setupwelcomeplugin (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/Setup_Welcome.plugin/Contents/MacOS/Setup_Welcome
    0x3fdf000 - 0x3febfff +com.hp.hpio.SmartX (1.10.0.2 - 1.10.1) /Library/Frameworks/HPSmartX.framework/Versions/A/HPSmartX
    0x6d5c000 - 0x6d81ff9 com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x6d96000 - 0x6da1ffa com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x6db4000 - 0x6dc8fff +com.hp.setupselectdevicevisible (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/Setup_SelectDeviceVisible.plugin/Contents/MacOS/Setup_SelectDeviceVisible
    0x6de3000 - 0x6df0fcf +com.hp.aio.smartx.plugin.DeviceManager (2.2.0 - 2.2.0) /Library/Frameworks/HPSmartX.framework/Versions/A/Plugins/DeviceManagerPlugins/HPDeviceManager.plugin/Contents/MacOS/HPDeviceManager
    0x6dff000 - 0x6e4efe3 +com.hp.hpio.HPServicesInterfaceFramework (2.5.3 - 2.5.3.677) /Library/Frameworks/HPServicesInterface.framework/Versions/B/HPServicesInterface
    0x6e5c000 - 0x6e69fd7 +com.hp.hpio.HPPmlFramework (2.5.3 - 2.5.3.677) /Library/Frameworks/HPPml.framework/Versions/B/HPPml
    0x6e6f000 - 0x6eb6045 +libHPIOnetsnmp.5.dylib (8.1) /Library/Frameworks/HPServicesInterface.framework/Versions/B/Libraries/libHPIOnetsnmp.5.dylib
    0x6ef0000 - 0x6ef2fff +com.hp.setuploadwifi (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/Setup_LoadWiFi.plugin/Contents/MacOS/Setup_LoadWiFi
    0x6ef8000 - 0x6efafff +com.hp.setupwidgets (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/Setup_Widgets.plugin/Contents/MacOS/Setup_Widgets
    0x6f38000 - 0x6f40fff +com.hp.wifisetupassistant.confirmsettings (2.1.2 - 2.1.2) /Applications/Hewlett-Packard/*/HP Setup Assistant.app/Contents/Plugins/WiFi Confirm Settings.WiFiPlugin/Contents/MacOS/WiFi Confirm Settings
    0x8fefc000 - 0x8ff2e417 dyld (239.4) <FF5ED937-CC28-3FEF-BCAF-750B1CDBAE36> /usr/lib/dyld
    0x90008000 - 0x90011ffc com.apple.CommonAuth (4.0 - 2.0) <99219CEB-D340-3E1F-9C04-FD0FA700BD67> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x90012000 - 0x9001eff7 com.apple.OpenDirectory (10.9 - 173.90.1) <E264995C-298E-3DA4-8AFD-11C941BA5E40> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90322000 - 0x9032dfff libcsfde.dylib (380) <821ACD5D-E4BD-3626-B7AC-8EE2637268C3> /usr/lib/libcsfde.dylib
    0x90395000 - 0x903adff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <184471C6-C810-3346-B7C7-D86E695D0FA1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x90494000 - 0x904cafff com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x904cb000 - 0x904cbfff com.apple.Carbon (154 - 157) <6C29C608-97B4-306E-AEC5-6F48EDF7EFB5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x904cc000 - 0x904e8fff libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x904e9000 - 0x90527ff7 com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    0x90559000 - 0x90563fff com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x90566000 - 0x90566fff com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90567000 - 0x9056bff7 libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x90574000 - 0x905dffff com.apple.Heimdal (4.0 - 2.0) <D6465D74-9351-3FF3-9561-AC149AEDB86F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x905e0000 - 0x9061dff7 libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x90b8c000 - 0x90c5aff7 com.apple.backup.framework (1.5.3 - 1.5.3) <03BFC83E-A086-3CA8-A3E6-2EA6F1D388AF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90cbe000 - 0x90cf6ff7 com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x90cfe000 - 0x910c3ff6 libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x910d7000 - 0x9116eff7 com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x911bb000 - 0x911cdfff libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x911ce000 - 0x911f8fff libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x911f9000 - 0x91204ffb libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x91205000 - 0x91224ff9 com.apple.framework.Apple80211 (9.3.2 - 932.59) <06E0BD18-C925-3121-A817-53100A9BF6D4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x91225000 - 0x91225fff com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x91226000 - 0x9137cff0 libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x913ee000 - 0x913effff libSystem.B.dylib (1197.1.1) <789CF4BE-5A0B-310E-9515-E515EA033D03> /usr/lib/libSystem.B.dylib
    0x913f0000 - 0x916e5ff8 com.apple.CoreImage (9.2.8) <40B7AFD7-2560-3BDD-B321-1CC5FE266DF2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x92916000 - 0x9298cff3 com.apple.securityfoundation (6.0 - 55122.1) <B35A6BA6-D6B5-3743-8F03-1FE0900A9C22> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9298d000 - 0x929d3ff7 libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x929d4000 - 0x92a5eff7 com.apple.CoreSymbolication (3.0.1 - 141.0.5) <A33D0598-8699-39AC-A1DD-37079F423269> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x92a5f000 - 0x92adfff7 com.apple.CoreServices.OSServices (600.4 - 600.4) <382BE89A-9F37-3316-9AB8-DDEA691A80D1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x92ae0000 - 0x92ae3ffa libCGXType.A.dylib (599.23.13) <6EF86C73-323D-30BA-8EEF-954AC81BD694> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92caf000 - 0x92cb7ff7 libCGCMS.A.dylib (599.23.13) <ACC64750-863E-3EA1-B306-F63B96572A8F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x92cb8000 - 0x92cb9fff libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x92cba000 - 0x92cc1ffb libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x92cfe000 - 0x92d06ffe libGFXShared.dylib (9.6.1) <632989B3-36C2-302E-8A85-A02125A9C5D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x92d07000 - 0x92d07fff com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92d08000 - 0x92d59ff1 libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x92d5a000 - 0x92e2afef libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x92e2b000 - 0x92e87ffa 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
    0x92e8f000 - 0x92e92ff9 com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x92e93000 - 0x92e94fff libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x92e95000 - 0x92ef3ffd com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x92f0b000 - 0x92f0fffc com.apple.IOSurface (91.1 - 91.1) <70637267-4D54-3EFF-A929-54FC0A8A907A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92fa4000 - 0x92fa7ff7 com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x92fa8000 - 0x92fb1fff com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92fe2000 - 0x9300dff7 libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
    0x9300e000 - 0x93036fff libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x931d5000 - 0x931d6fff liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x931d7000 - 0x931efff7 libsystem_malloc.dylib (23.10.1) <CB52555E-0F5B-31E3-A42A-FD4F930E2192> /usr/lib/system/libsystem_malloc.dylib
    0x931f0000 - 0x93624ff7 com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x93625000 - 0x938c0ff3 com.apple.RawCamera.bundle (5.05 - 743) <7780A107-7132-358D-941F-472F05CF1D0F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x938c1000 - 0x938e5fff libJPEG.dylib (1043) <257BE460-DFB1-3398-8AC5-A2E50FBED794> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x938e6000 - 0x93be7ffb com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x93c3e000 - 0x93ca5ffc com.apple.framework.CoreWLAN (4.3.3 - 433.48) <9809D1A7-CE43-3DEE-9812-796590176DEE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x93ca6000 - 0x93cabff3 libsystem_platform.dylib (24.90.1) <0613F163-9A7A-3908-B30B-AC1627503933> /usr/lib/system/libsystem_platform.dylib
    0x940d2000 - 0x940f6ff7 libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
    0x940f7000 - 0x9412ffff com.apple.LDAPFramework (2.4.28 - 194.5) <4399D209-B119-3ACC-97AF-F2E14DD207CB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94248000 - 0x94250fff libsystem_dnssd.dylib (522.90.2) <A73663C9-CE65-3FF3-B41B-686728BBFB00> /usr/lib/system/libsystem_dnssd.dylib
    0x94251000 - 0x9426eff4 libsystem_kernel.dylib (2422.100.13) <C09FD945-4F48-3322-AB4B-7D0243667657> /usr/lib/system/libsystem_kernel.dylib
    0x9426f000 - 0x94300fff 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
    0x94301000 - 0x9430afff libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
    0x9430b000 - 0x9441dffc libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x9441e000 - 0x94793ff9 com.apple.HIToolbox (2.1.1 - 698) <FE3938F3-6338-3C5E-AAB3-47B2F5FAC762> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x94794000 - 0x947c4ff7 com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x947c5000 - 0x947c7fff com.apple.securityhi (9.0 - 55005) <FD6FC95D-CBE2-329F-9ACB-AB3027CAAB6D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x947c8000 - 0x947cbffb libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x947cc000 - 0x94878ffb libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x94879000 - 0x94879fff libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x9487a000 - 0x94ae9ff6 com.apple.security (7.0 - 55471.14.4) <4C9E60A9-6861-3AFF-BEB8-637771FEC78B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94aea000 - 0x94b1fffd libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
    0x94b6f000 - 0x94bd8ffa com.apple.datadetectorscore (5.0 - 354.4) <9B7B72AA-1DA4-327B-A714-5C710F3A33A0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x94bd9000 - 0x94c75fff com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x94c76000 - 0x94cc6fff com.apple.opencl (2.3.59 - 2.3.59) <9A8EF83B-78F9-3278-8812-5A0ECB09F8B7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94cc7000 - 0x94cd4fff com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x94cd5000 - 0x94dbbff7 com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94dbc000 - 0x94e02ff7 libcurl.4.dylib (78.92.2) <452F5FFA-68A4-3834-B457-CA667C969F79> /usr/lib/libcurl.4.dylib
    0x94e03000 - 0x94e58fff libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x94e59000 - 0x94eebff9 libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x94eec000 - 0x95150ff7 com.apple.CoreData (107 - 481.3) <8EB45FB9-CF78-36E1-919C-E976AE4C8146> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x952f7000 - 0x95358ff7 com.apple.Symbolication (1.4 - 129.0.2) <774BC6EC-450B-3AE8-BBED-F1F140B93E7E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x95359000 - 0x95380fff com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95386000 - 0x953d5ff9 com.apple.HIServices (1.23 - 468) <B0534B49-A137-363A-9FC2-44FAA6F0894F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x954e7000 - 0x954f7ff5 com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x954f8000 - 0x95503fff com.apple.CrashReporterSupport (10.9 - 539) <10FE9B2D-404F-32B8-B3CA-CBA3524B4CFF> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x955b9000 - 0x955bbffb libRadiance.dylib (1043) <ECD94F60-9AAD-3207-B3BD-9DB559FC5032> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x955bc000 - 0x955bfffe com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x955c0000 - 0x955c4fff libheimdal-asn1.dylib (323.92.1) <DD8BAEED-28AC-389E-9DC4-E32DA60CB05A> /usr/lib/libheimdal-asn1.dylib
    0x955c5000 - 0x95771fff com.apple.QuartzCore (1.8 - 332.3) <DA347693-5E26-3E47-A2B3-3824C52EB08B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95772000 - 0x9585dff4 com.apple.DiskImagesFramework (10.9 - 371.1) <6979AEDF-AF1E-390F-A208-50D642621B16> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x95b7d000 - 0x95be6fff com.apple.SystemConfiguration (1.13.1 - 1.13.1) <3AD9C90B-40A9-312B-B479-3AB178A96EA1> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x95be7000 - 0x95bf6fff libGL.dylib (9.6.1) <885E9C1F-11C7-347D-BE10-522A40A46596> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95bf7000 - 0x95c4cff7 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <0F1C111F-1E64-33BB-A69F-14643B3037D5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95c68000 - 0x95c69ffd libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x95c6a000 - 0x95c78ff7 libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x95ce0000 - 0x95d0fff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x95d10000 - 0x95d13ff7 libdyld.dylib (239.4) <B2BD2222-2A51-39B7-BCC5-B8A4F36F900A> /usr/lib/system/libdyld.dylib
    0x95d14000 - 0x95dd7ff1 com.apple.CoreText (367.20 - 367.20) <42445623-3BDD-3678-8B46-845C441B6251> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x95dfc000 - 0x95e6ffff com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x95e70000 - 0x95e7bff6 com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x95e7c000 - 0x95e80ffe libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x95e81000 - 0x95e81fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x95e82000 - 0x95eadff7 libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x9718f000 - 0x9719bffc libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x9719c000 - 0x971c0ff3 libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x9742e000 - 0x974a5ffb com.apple.framework.IOKit (2.0.1 - 907.100.13) <D1308EE0-96AA-3442-A27B-264F58AE12B4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x974a6000 - 0x9751bff1 com.apple.ApplicationServices.ATS (360 - 363.3) <FD423680-01A1-357A-89A7-33910A87DE65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x9753f000 - 0x9754bffc libkxld.dylib (2422.100.13) <5C97CA53-F237-3ECC-9725-E71DDFEC661E> /usr/lib/system/libkxld.dylib
    0x9754c000 - 0x9754efff libsystem_configuration.dylib (596.15) <E49AAD29-35C2-3EE2-AF4D-59514C4B478F> /usr/lib/system/libsystem_configuration.dylib
    0x9754f000 - 0x97616ff7 com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x97617000 - 0x976faff7 libcrypto.0.9.8.dylib (50) <B367D3A3-FC1F-326C-92EC-CAD81666524D> /usr/lib/libcrypto.0.9.8.dylib
    0x976fc000 - 0x97709ff7 com.apple.AppleFSCompression (56 - 1.0) <0C44B3E4-C4A7-3A65-9C1A-334CA3E35BDB> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x9770a000 - 0x9770cfff libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x9770d000 - 0x97712ff7 com.apple.print.framework.Print (9.0 - 260) <A6C465F6-C5D1-353A-9F33-19B9CEDBBC2A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x97713000 - 0x9773fff7 com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x97ab1000 - 0x97af1ff7 com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x97af2000 - 0x97b0dff5 com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x97b0e000 - 0x97c1bff7 com.apple.ImageIO.framework (3.3.0 - 1043) <3AA4C524-1B31-39AC-A641-189D0D6EA427> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x97c1c000 - 0x97cf7ff7 com.apple.LaunchServices (572.26 - 572.26) <5915A9AC-7928-30B1-9329-94048ADE81D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x97d7e000 - 0x97d88ff7 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
    0x97d89000 - 0x97d97fff libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x97d98000 - 0x97d98fff libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
    0x97dd7000 - 0x97df0fff com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97e47000 - 0x97e4cff6 libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x97e4d000 - 0x97e8affb libGLImage.dylib (9.6.1) <E2DADD8A-8A60-3F39-840B-4B7FE7001384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x97e8b000 - 0x97edefff com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    0x97edf000 - 0x97ef1fff libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x97ef2000 - 0x97f8aff7 com.apple.Metadata (10.7.0 - 800.28) <D8C2153B-6D0F-3B75-97C7-742BDCA430FC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x97f8b000 - 0x97f9bff7 libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
    0x980a5000 - 0x980b3ff3 com.apple.opengl (9.6.1 - 9.6.1) <B8205F16-6435-3062-89C9-2D8FF1799B3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x980b4000 - 0x98100ff7 libcups.2.dylib (372.4) <A11AA954-07E7-3929-84AB-309B0C0DDB5D> /usr/lib/libcups.2.dylib
    0x98101000 - 0x98109fff liblaunch.dylib (842.90.1) <B259692D-D60B-3BCE-9E03-32F457CB5046> /usr/lib/system/liblaunch.dylib
    0x981b6000 - 0x981deff7 libRIP.A.dylib (599.23.13) <2A8EE9AF-728D-3867-8A0A-E065CE14BA20> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x98280000 - 0x98286ffb libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
    0x98287000 - 0x98332fff libcrypto.0.9.7.dylib (106) <DA3D5F8E-5822-3D41-BC1C-FFE1CC9BB42B> /usr/lib/libcrypto.0.9.7.dylib
    0x983d2000 - 0x9842bffa libTIFF.dylib (1043) <C03B34F4-8037-3AF5-AE51-B8B5FC8DB639> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9842c000 - 0x98518ff7 libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x98519000 - 0x9851dffa libGIF.dylib (1043) <276F48A6-766B-3D40-85C4-C9E8E6051DF7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98526000 - 0x99144ff3 com.apple.AppKit (6.9 - 1265.20) <777988C0-5AC9-3015-93E6-7493F9530464> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x99145000 - 0x9914dfff libcopyfile.dylib (103) <1B1484BD-08B6-3BA9-94CA-A7C24B610EB3> /usr/lib/system/libcopyfile.dylib
    0x99151000 - 0x991f0ff7 libCoreStorage.dylib (380) <78F0E11F-D040-31DD-BD5E-6AC0EC8FD0D4> /usr/lib/libCoreStorage.dylib
    0x991f1000 - 0x9921cff5 com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x99225000 - 0x99227ff2 com.apple.EFILogin (2.0 - 2) <BC558029-74C0-3A69-B376-8F4CBF8C338F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x99228000 - 0x99292ff7 com.apple.framework.CoreWiFi (2.0 - 200.21.1) <13EE6C12-B981-3132-864A-D493B91AE37E> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x99582000 - 0x99584ffe libCVMSPluginSupport.dylib (9.6.1) <C2071F9E-72A1-360C-BF7E-286F9681922F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x99585000 - 0x99586fff libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x995ba000 - 0x995d4ff7 com.apple.GenerationalStorage (2.0 - 160.3) <D39634C9-93BF-3C74-828B-4809EF895DA0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x995d5000 - 0x996c9fff libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9971c000 - 0x9975efff libGLU.dylib (9.6.1) <0655104D-2F22-36CE-955B-52A533CA70D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9975f000 - 0x99790ffb com.apple.GSS (4.0 - 2.0) <145B389F-AC1E-3817-835D-8EA263E96EA5> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x99791000 - 0x997aeffb libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x997af000 - 0x997b9ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) <12D77553-81D4-342B-871A-C65795D85CCF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x99810000 - 0x99a12fff com.apple.CoreFoundation (6.9 - 855.16) <6283B27F-3C46-365F-932C-1A7102D8A3CF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x99a13000 - 0x99a63ff7 libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x99a72000 - 0x99a76ffa libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x99a77000 - 0x99ab3ff4 com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x99ab4000 - 0x99ab4ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <9515158F-3A33-39CF-AD5A-201C2B121F33> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99ab5000 - 0x99ab6ffa libsystem_sandbox.dylib (278.11) <1A6276FC-9204-3A59-8024-2D572BA9D2F2> /usr/lib/system/libsystem_sandbox.dylib
    0x99ae6000 - 0x99afaff9 com.apple.MultitouchSupport.framework (245.13 - 245.13) <06C2834A-91E9-3DCC-B7D0-9EAC592CE1C5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x99afb000 - 0x99b13ffd libdispatch.dylib (339.92.1) <7E7A88BF-74B3-363B-B534-6F757DF2DDE3> /usr/lib/system/libdispatch.dylib
    0x99b14000 - 0x99c04ffb libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x9a546000 - 0x9a54afff com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x9a555000 - 0x9a55bff7 com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x9a55c000 - 0x9a55cffd libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x9a884000 - 0x9a9bbfff com.apple.desktopservices (1.8.3 - 1.8.3) <3574872B-435C-3AB8-A453-02A33A771CDB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x9a9d0000 - 0x9a9d1ffc com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x9a9d2000 - 0x9a9edff6 libPng.dylib (1043) <AFF54258-8124-31AE-BBAA-575FD7C43EF3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9a9ee000 - 0x9abb4ffb libicucore.A.dylib (511.32) <9DC4CADF-6F5C-3D6F-A0FE-D8BC868915F2> /usr/lib/libicucore.A.dylib
    0x9abb5000 - 0x9aee0ffe com.apple.Foundation (6.9 - 1056.13) <C33A8984-7E97-36BE-B842-EE4FE35F53EA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9aee1000 - 0x9aeeafff com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    0x9aeeb000 - 0x9aef9ff7 com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x9aefa000 - 0x9aff8fff libJP2.dylib (1043) <7B186EC7-B37E-3126-BCCE-7787F65C878D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9aff9000 - 0x9affdffc libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x9affe000 - 0x9b3f6ff3 com.apple.CoreGraphics (1.600.0 - 599.23.13) <3077671B-1AEF-33EF-AF9C-D3A9208646E0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9b525000 - 0x9b80ffd2 com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x9b810000 - 0x9b82cff9 com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x9b82d000 - 0x9b840fff com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x9b841000 - 0x9b841fff com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9b842000 - 0x9b898ff6 com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x9b934000 - 0x9b93dfff com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x9b971000 - 0x9b9b9fff com.apple.PerformanceAnalysis (1.47 - 47) <5C6FA727-EAC9-3924-8662-AF01090A9EF4> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x9b9ba000 - 0x9bb1cffb com.apple.CFNetwork (673.4 - 673.4) <3B6BDE2F-BFA3-3B7E-BC53-7B6B75EB12D3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9bb76000 - 0x9bd1e4af libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x9bd1f000 - 0x9bd50ffa libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x9bd51000 - 0x9bd58ff2 com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9bd59000 - 0x9bd87ff3 com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9bdba000 - 0x9bf2dffb com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <4248C0FE-F872-34AB-9402-0045D5CD0CC1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    External Modification Summary:
    Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
    Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
    Calls made by all processes on this machine:
    task_for_pid: 48576
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=141.2M resident=35.0M(25%) swapped_out_or_unallocated=106.1M(75%)
    Writable regions: Total=72.9M written=4876K(7%) resident=8628K(12%) swapped_out=8K(0%) unallocated=64.5M(88%)
    REGION TYPE VIRTUAL
    =========== =======
    CG backing stores 1800K
    CG image 236K
    CG raster data 24K
    CG shared images 180K
    Image IO 912K
    Kernel Alloc Once 4K
    MALLOC 42.4M
    MALLOC (admin) 48K
    Memory Tag 242 12K
    Stack 67.2M
    VM_ALLOCATE 16.5M
    __DATA 14.1M
    __IMAGE 528K
    __IMPORT 44K
    __LINKEDIT 43.7M
    __OBJC 1956K
    __PAGEZERO 4K
    __TEXT 97.4M
    __UNICODE 544K
    mapped file 154.4M
    shared memory 4K
    =========== =======
    TOTAL 441.9M
    This question was solved.
    View Solution.

    Hi leslievilla,
    There is no full feature software and driver available from HP, but the OS X v10.9 Mavericks driver for your printer is available through Apple Software Update (ASU).
    With this driver you can still print and scan, you just wont have HP software to scan from. Scanning to the computer from the printer control panel is only available when using HP Scan software, thus it will not work because there is no HP scan software as apart of the Apple Software Update driver.
    This explains the issue you are having with the Printer Assistant. That program, and any other HP Software for that printer that is on the computer was intended for an earlier version of the operating system not 10.9.
    Is your printer currently on your home network? If not you will not be able to use the software to configure it and this model does not have a wireless setup wizard available from the front panel. Instead you will need to either connect a USB cable, or we can try a work around to get the printer on the network.
    Please complete the steps below to rid the computer of the incompatible software.
    Scrub/ Uninstall
    Open the Applications folder > HP or Hewlett Packard folder > HP Uninstaller
    Click continue, click on one of the printers in the list.
    * Only do this step if you do not have any other HP Printers.  Hold down Control, Option and Command, While holding the three buttons down,
    Click uninstall.
    Reset Printing System
    Click the Apple icon (   ), and then click System Preferences.
    In the Hardware section, click Print & Fax/Scan. The Print & Fax/Scan  dialog box opens.
    Right-click (or  Ctrl  +click) in the left panel, and then click Reset printing system…
    Click OK to confirm the reset.
    Type the correct Name and Password.
    Click OK to reset the printing system. The Print & Fax dialog box shows no printer selected
    Note: This will remove all printers in the print and Fax/Scan, any printer removed can be re-added later by clicking the plus (+) symbol.
    Repair Disk Permissions
    On the Dock, click Applications, and then click Utilities.
    Double-click Disk Utility.
    Highlight your hard drive/partition on the left (by default this is "Macintosh HD").
    Click the Repair Disk Permissions button at the bottom of the window.
    Once the repair is complete, restart the computer.
    At this point you can connect a USB cable from the printer to the computer and you will be able to print and scan, or if the printer is already on your network you can add the printer to your System Preferences with these steps;
    Please ensure you are using the HP driver, not the AirPrint driver.
    Select Add other Printer or Scanner                                                       
    Select the printer you are adding and next to 'Use' you can choose the printer driver instead of AirPrint
    You can scan using one of the following methods;
    Method one: Scan from the Print & Scan window   
    Method two: Scan from Apple Preview
    Method three: Scan from Apple Image Capture 
    I hope this helps. If you have any additional questions or have any difficulty using any of these methods, please let me know what method you are trying and what the issue/error is. You may also find the following document helpful; OS X v10.9 Mavericks: Installing and Using the Printer on a Mac
    If you want to use your printer wirelessly, you can use another computer with a compatible operating system to configure the printer onto your wireless network, if you have one, or you can message me back and let me know and we can look at the work around as an option.
    I hope this helps.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • HT3771 set up for printing with HP Designjet 500ps (Using Mac os 10.4.11 Printer is set up correctly showing on Mac-Updates installed but still won't print-Printer shows TIME OUT)

    Set up for HP Designjet 500ps using Mac os x 10.4.11 Does any one know where to upload
    Leopard os x 10.5 The printer will not print until I have the updated software. Ebay sell the
    disc on their auction site, but only on disc not a download which is more convenient & faster
    to get in a hurry.The software installed in the mac is working the way it should & showing up
    as it would but it seems as though there is a driver that's needed. The results in any articals
    that I have read suggest you don't need any drivers if you use HP EasyPhotoSoftware installed. 

    Welcome to Apple Support Communities. We're users here, not "Apple Inc."
    You might have better a response to your questions by posting them in the OS X 10.4 Tiger forums: https://discussions.apple.com/community/mac_os/mac_os_x_v10.4_tiger
    or in the PowerMac forums:
    https://discussions.apple.com/community/desktop_computers/power_macof
    This forum is for OS X 10.6 Snow Leopard. Since that version won't run on your PowerMac, you're not likely to get many helpful responses here.
    In any case, I'll try to offer some basic troubleshooting suggestions:
    The PS designation on your printer denotes the PostScript printer language. Is your applications software and current printer driver configured to send PostScript (or HP-GL or HP-PCL or ???)
    Does ANY application print anything (even gibberish) to the printer?
    HP still shows a DesignJet 500 series raster driver for OS X 10.4 Tiger available to download here:
    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/? sp4ts.oid=377952&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3Di dx%253D%257CswItem%253Dpl_97046_1%257CswEnvOID%253D2072%257CitemLocale%253D%257C swLang%253D%257Cmode%253D%257Caction%253DdriverDocument&javax.portlet.begCacheTo k=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken
    Does the printer time-out with every program, or just one? Have you tried another cable?
    OS X 10.5 Leopard is no longer sold by Apple. It was never sold as a download, sold only on CD/DVD disc. Discs might still be available for purchase on eBay.
    OS X 10.6 "Snow Leopard" is the oldest version of OS X still sold by Apple, and it too is available ONLY on CD/DVD for $20, but it will not run on your PowerMac, because Snow Leopard requires an Intel processor: os x snow leopard requirements
    HP DesignJet 500 basic printer documentation is available as a pdf document and downloadable file here: http://h20566.www2.hp.com/portal/site/hpsc/public/psi/manualsResults?sp4ts.oid=2 5301&ac.admitted=1391720518005.876444892.199480143
    How is the printer connected to the computer? Are you using a USB interface, a Centronics 'Parallel' interface, or a JetDirect network interface?
    It appears that the network timeout default for the printer was 30 minutes, but it can apparently be set in the range of anything 30-seconds and longer. The manual notes that some software does not send an 'end of job' postscript marker, so that is the reason for the time-out setting.
    http://h20566.www2.hp.com/portal/site/hpsc/template.BINARYPORTLET/public/kb/docD isplay/resource.process/?spf_p.tpst=kbDocDisplay_ws_BI&spf_p.rid_kbDocDisplay=do cDisplayResURL&javax.portlet.begCacheTok=com.vignette.cachetoken&spf_p.rst_kbDoc Display=wsrp-resourceState%3DdocId%253Demr_na-c00749274-1%257CdocLocale%253Den_U S&javax.portlet.endCacheTok=com.vignette.cachetoken

  • Setting up new printer with MacBook Pro AND Dell?

    Need a printer, want an AIO, any work better than others with MacBook and Dell?  Purchased a HP Officejet 6500A Plus, any problems using both systems togehter?  Also, should I set up the Dell first then the Mac, or viceversa?

    Thanks for the help, I'm definitely getting there
    I changed the settings as you've described and can now print from my MBP. The 3 Dell laptops are another matter. Would you have any idea what the IP address of the printer would be? Or the AirPort Extreme? I'm following this tutorial:
    http://www.ifelix.co.uk/tech/1004.html
    without much success but I'm really guessing at the IP address. I've tried 192.168.1.1 (my router) and 192.168.1.101 (the IPv4 address) with no luck. I suspect it's the IP address that's the problem ...
    Any thoughts?
    Thanks
    Jay

  • Setting up wireless printer with Time Capsule

    I've just replaced my original Time Capsule after it had a terminal power failure.
    The replacement Time Capsule is working okay as a backup and I have set up my wireless network again, but now I can't print using my Canon MX860 printer, which had been working well with my original Time Capsule and wireless network.
    Any advice how I can fix this issue would be much appreciated - thanks.

    Welcome to the discussion area!
    Your post did not tell us what you may have already tried, whether you are trying to connect the printer using wireless only, or whether it will be connected to the USB port on the Time Capsule.
    If you are trying to connect using wireless, you'll need to "re-install" the printer again using Canon's setup utility just like you did the first time.
    Likewise, if you are using USB to connect, you'll need to open System Preferences on your Mac and click Print & Fax to install the printer.

  • Top margin when printing with Generic text driver

    I created a report in Character Mode and tryed to print it using the Generic Text windows printer driver, but the Reports is adding a non-specified top margin. I already removed all the margins of this report in the Layout Editor but the problem continues. What can I do to solve this problem ?

    Is it shifting only down, or to the right as well?
    What are the bleed an slug settings, and are you including slug and bleed in the print?
    Is the dialog set to print in upper left corner, and if so does it change when you print centered?
    Peter

  • Unable to Set Up Photosmart Printer with Google Cloud Print Services

    I am attempting to set up my HP Photosmart 7520 for Google Cloud Print.  Google instructions explain that I require my HP Printer email for eprint services.  I am unable to find my HP eprint email.  Can you please assist in this setup.  My printer is already set up wirelessly succesfully.  And eprint services are turned on.

    Hi,
    I think you have not setup ePrint yet. To be able to use ePrint you need the printer email address. Please use the following instructions to setup email address for your printer:
       http://bizsupport1.austin.hp.com/bizsupport/TechSupport/Document.jsp?prodSeriesId=5199461&prodTypeId...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How do I set up to print with an HP Officejett 8500?

    How do I get my wireless HP Office Jet 8500 to work with my iPad2?

    not all of that models support airprint
    http://h30434.www3.hp.com/t5/ePrint-Print-Apps-Mobile/Airprint-on-HP-officejet-P ro-8500-A909G/td-p/391421

  • Duplex printing with officejet pro 8000

    I am using this officejet pro 8000 to print up some newsletters.  When printing a two sided copy (duplex printing) something happens which changes my border setting.  Printing the exact same document, but electing one-sided copy renders a perfect border.  I would not have a problem copying just one side, then re-loading those in order to make two-sided copies, but the friction caused by the ink on the pages causes mulitple sheets to feed at the same time, jamming the printer.  Has HP ever come up with a fix for this?  I have seen this problem on the net, but the best folks have done (that I have seen) is to upload drivers for older machines.  This has rendered good borders on duplex prints, but diminishes the quality of the print copy.  Whatcha think?

    Terrible Tom wrote:
    Since updating to Snow Leopard, I have had serious problems duplexing. Under the print dialogue window, there is no option to duplex. H.P. blames Mac. Mac blames H.P. I can duplex by going to "layout" and where it says "duplexing off" selecting "long-edge binding" will work. How dumb. Mac Help senior customized my settings by adding "duplex printing" to the "Presets" list.
    Are you using the latest drivers from HP? If I set up a printer with the HP Officejet Pro 8000 A809 Series PPD, I can see Two-Sided to the right of Collated if the HP Two-sided Printing Accessory (Duplexer) is checked in the Print & Fax -> Options & Supplies -> Driver tab. If this is not checked, Two-Sided won't appear.
    MAC HAS TO CREATE A PATCH TO SIMPLIFY THIS SNOW LEOPARD ERROR!
    Apple doesn't write the HP software.
    Hope this helps.

  • HP PSC 1410 not printing with Airport Express

    I have just purchased this printer. I'm running Tiger on a Powerbook G4.
    When I set up the printer with a direct USB connection to my computer, the printer is added with the driver "HP All-in-One 3.0.1" automatically chosen. It works just fine.
    When I plug in the printer to my Airport Express, the same All-in-One driver is automatically offered. I chose it, and the printer is added to my list of printers no problem. However, it just won't print. It tries to start the print job, and then the printer icon bounces in the dock with a big red exclamation mark. I try to click on start print job, and the same thing happens - it tries to start the job, but then just stops and the exclamation mark appears.
    Does anyone know what might be wrong?
    Thanks
    Theresa

    The PSC 1410 is not on the list of known compatible printers found at http://www.efelix.co.uk/tech/1013.html - which may very well explain the problem.

  • HP600 M601dn printer with mac computer

    I have set up the printer with the assigned email address at the eprint center. But, it is telling me that my printer does not support eprint. It clearly says on the web site in the description that it does support eprint. It also has the eprint ensigna on it.
    Also, I have not installed an app in my phone. I don't see where to get the app. 
    I need to be walked through this process.

    Hui frab,
    This is very unusual. Is it possible for you to grab a screenshot of what you are seeing for me?
    Thank you!
    I was an HP employee.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • When printing from aperture my margins are unequal, even if i set my margins they come out bigger one side  and not the other. i am using a macbook pro running osx lion and printing with a canon pro 9000

    when printing from aperture my margins are unequal, even if i set my margins they come out bigger one side  and not the other. i am using a macbook pro running osx lion and printing with a canon pro 9000.
    please can anbody help or advise?

    You didn't mention any color calibration being done on your monitor.  This is an essential part of any color-correct workflow.  What are you using to calibrate your monitor (and your printer)?
    Print profiles (for soft-proofing as well as printing) are for specific combinations of paper & printer.  The nine you have are each, most likely, for a common paper (perhaps mfr'd by Canon) to be used with your printer.
    I don't know what you mean when you say "I choose a high standard print option".
    Have you read the User Manual chapter on printing?
    Printing Your Images
    There is also a good appendix on calibration:
    Calibrating Your Aperture System

Maybe you are looking for

  • Invoice blocking due to tolerance limit at header Invoice Value.

    Hi, Our client needs to have tolerance limit set for total Invoice value.The Invoice contains multiple line items.The tolerance may be % or $ value.The standard setting which I know is for each Invoice line item but not for cummulative.The issue is i

  • My Offset filter not working in Cs6: Seamless pattern problems

    Hi all. Im trying to create a seamless pattern. using lots of layers. Im going to filter/other/offset/, adding the vertical or horizontal dimensions for as 2953px (image size is 2953px x 2953px). and checking the 'wrap around' box. But it's not worki

  • Package com.sap.ip.me.api.logging and com.sap.ip.me.api.user not found.

    I don't have com.sap.ip.me.api.logging and com.sap.ip.me.api.user packages in me2lib.jar (and none of the jars in the lib folder of the SAPMobileEngine folder). Any ideas as to where these are ?

  • Problem with xdbBasicDemo

    hello all, I had 9.2.0.1.0 installed on my pc, it is a trial version. and I don't have support contract with oracle which means I can't access the patch sets on the metalink.oracle.com. I had problem with the basicDemo and found out that a couple of

  • Data Load in RSA7

    Dear All, Currently i am working on CRM Transactional datasource. I have done full Upload and enabled the delta. 0CRM_SRV_PROCESS_H 0CRM_SRV_PROCESS_I 0CRM_SRV_CONFIRM_H 0CRM_SRV_CONFIRM_I In CRM Side they are posting the Service Orders and it is ref