Problem trying to ftp a pdf from abap - SCMS_TEXT_TO_XSTRING problem

Hi All,
I am trying to ftp a pdf from sap with Abap but I have hit a problem with FM SCMS_TEXT_TO_XSTRING.
I am converting a spool file with function CONVERT_OTFSPOOLJOB_2_PDF then trying to use SCMS_TEXT_TO_XSTRING to prepare the pdf for FTP_R3_TO_SERVER.
The problem is when I try and convert the pdf with SCMS_TEXT_TO_XSTRING it will miss any space characters at the end of a table line. Internally it is using STRLEN to determine the line size which causes it to miss a space char at the end of any line.
So my question is, is there a better way of converting the pdf ready for ftp or any known work arounds for this problem ?
Cheers
Allan

Nevermind, I just made a copy of SCMS_TEXT_TO_XSTRING and modified it to suit, works fine now.

Similar Messages

  • When trying to view a pdf from IE10 I get a small square with an X and not the document.

    When trying to view a pdf from IE10 I get a small square with an X and not the document. I have removed reader completely from the control panel and reinstalled version 11.0.4. I have IE 10 10.0.9200.16721. Need assitance in getting Reader XI setup.

    Hi,
    We have heard few users having similar issue as yours and found out the problem for one of the users is this: http://support.microsoft.com/kb/2716529 .
    I was able to reporduce this problem(square with a 'X') by changing the TabProcGrowth registry entry to 0.
    This tool provided by Microsoft is for Win 8, to run this on Win 7 you can manually change the registry setting : please see " Let me fix it myself" in above url.
    Before running these steps please make sure yours indeed is the same problem.
    Please be very careful as some registry settings (not this one) can create serious problems on a Windows system including causing it to no longer boo
    Let me know how it goes.
    Thank You.

  • Convert smartform to pdf from ABAP webdynpro

    Hi,
    I want to convert smartform to pdf from ABAP webdynpro and
    I want to display pdf in ABAP wedynpro view or portal iview.
    what are the steps needs to be followed?
    what are the classes and interfaces needs to be used?

    Hi,
    Please check this it might be useful.
    Data: tab_otf_data    type  ssfcrescl,
             wa_out_opt      type  ssfcompop,
             wa_con_params   type  ssfctrlop.
              wa_rspoid       type  rspoid,
    parameter:p_file like rlgrap-filename no-display.
    Follow control parameters
           wa_out_opt-tdimmed = 'X'.
             wa_out_opt-tdnewid = 'X'
            wa_con_params-no_dialog = 'X '.
    if you want print direct  pass
            wa_out_opt-tddest  = 'printer' (SAP Printer)
    If you are using multiple header records  use loop other wise no need
       note that when multple headers
      pass count and count > 1 means more than one header change control parameters to create single spool for all.
    Loop itabXXXX.                                      " multiple header starts
      count = count + 1.
          if count > 1.
            wa_con_params-no_open = ' '.
            wa_out_opt-tdnewid = ' '.
          endif.                                               " multiple header ends
    call function  fm_name
            exporting
              control_parameters = wa_con_params
              output_options     = wa_out_opt
              header_header      = wa_ven
            importing
              job_output_info    = tab_otf_data
            tables
              header_details     = itab_final
            exceptions
              formatting_error   = 1
              internal_error     = 2
              send_error         = 3
              user_canceled      = 4
              others             = 5.
             at last.                                                         " multiple header starts
            wa_con_params-no_close = ' '.
            wa_con_params-no_dialog = 'X'.
          endat.                                                           " multiple header ends
    endloop.
    you will get  the otf data and spool id from  'tab_otf_data'
    read table tab_otf_data-spoolids index 1 into wa_rspoid.  " Now you get spool no in wa_rspoid.
    " pass spool in to rstxpdft4 it converts to pdf".
    submit rstxpdft4
               with spoolno = wa_rspoid
               with p_file = p_file
               and return.
    I feel that your problem will solve....
    Thanks,
    Hari

  • I am trying to create a pdf from a webpage.

    I'm trying to print a pdf from a website page. The top part of the final pdf is normal but the bottom part of the page is scrunched up and the bottom fourth of the page is blank. This has been a recent occurence.
    Thanks

    Hi rose%20msmith19071310,
    Sure thing! Please follow these steps:
    Log on to https://cloud.acrobat.com/convertpdf using your Adobe ID/email address and password.
    Click Select Files to Convert to PDF.
    Navigate to the scanned document, and select it.
    Click Choose. Your file will be converted, and then saved to your online account at http://cloud.acrobat.com/files.
    Note that you can't scan directly to PDF using Adobe PDF Pack--you need to save the file from your scanner first.
    Please let us know if you have additional questions.
    Best,
    Sara

  • I'm trying to open a PDF from Safari with iBooks, but when I choose "Open with ..." in Safari, only Pages and Dropbox show as options.  I'm running iOS 7.1.2 and iBooks 3.2.  Thanks for any ideas!

    On my iPad, I'm trying to open a PDF from Safari with iBooks, but when I choose "Open with ..." in Safari, only Pages and Dropbox show as options.  I'm running iOS 7.1.2 and iBooks 3.2.  I have rebooted the iPad and that did not help, and reinstalled iBooks, which also changed nothing.  Thanks for any ideas!

    Yup, it was uploaded to our school Wiki as a PDF, and Pages did open it.  I was then able to move it to iBooks, but I'd rather avoid the extra steps.

  • Grey Screen and Spinning Circle When Trying to open a PDF from a website

    I tried to view a pdf from a website and a little window popped up. At the time i thought it was to save the pdf but i guess it was in fact asking me to find the adobe acrobat program. I quit out of it and now keep getting the grey screen and spinning circle when i try to download the pdf. How do I get it so i can open pdfs if find on websites? thanks!

    themercenary12 wrote:
    Found another topic and was helpful
    *Hi mercenary, Welcome (Back)* to Apple's Users Help Users Forums.
    It would be nice if you could explain or link to the helpful topic.
    Good Luck, JP

  • I am running Acrobat X Pro on Windows 7 in Parallels. I have tried to install the Acrobat updates, but they won't install. Today I tried to create a pdf from a Word 2013 document and it crapped out. I tried to uninstall Acrobat and got Error 1310. Error w

    I am running Acrobat X Pro on Windows 7 in Parallels. I have tried to install the Acrobat updates, but they won't install. Today I tried to create a pdf from a Word 2013 document and it crapped out. I tried to uninstall Acrobat and got Error 1310. Error writing to file: c:\Config.Msi\feea.rbf. What do I do?

    Hi Beverly ,
    Please refer to the following and see if this helps.
    https://helpx.adobe.com/creative-suite/kb/error-1310-error-writing-file.html
    Regards
    Sukrit Dhingra

  • Convert smartform as PDF from ABAP Webdynpro

    Hi,
    I want to convert smartform as pdf from ABAP webdynpro.
    Flow: SmartForm-->Generating Function Module -->Getting Output Data --> Converting OTF to PDF --> Open/Save PDF file in ABAP webdynpro.
    What are the sequence of function modules to be used for this?
    OR
    Is there any other way to convert smartform as pdf from ABAP webdynpro?
    plz give me the flow and FM'details clearly in detail.

    Look here https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0de1eb8-0b98-2910-7996-8a3c2fcf6785
    Cheers
    Graham Robbo

  • When trying to open a pdf from a shared network folder I get an error

    hello,
    When trying to open a pdf from a shared network folder I get the error: 'there was an error opening this document the document cannot be found'. The share is on a Windows 7 machine and sharing to a OS X 10.7 Machine. Permisson has been given on the share for 'Everyone' read and Write, and is mapped to the 10.7 machine through the 'Connect to Server' in finder with login credentials.
    Can you help please?
    Kind regards,
    Chris

    This is in Internet Explorer 6 (yes, horrible, I know), but we use a standardized image where I work, with pretty intense GPO's.
    Don't know what happens if you right-click the link; but from any other machine (with the same image) the same link will open with all three options "Open", "Save", and "Cancel".  These are not freshly imaged machines, so some setting must of been changed along the way to make this happen on this user's computer.
    Repaired Acrobat, but this resolved nothing.
    Also checked in IE to make sure that Adobe was enabled under the Programs tab.
    Also, the option to view a pdf within the browser is not turned on.
    Any other ideas?

  • When trying to print to PDF from a sales program we use it keeps throwing errors

    When several people try to print to PDF from MAS90, it will save it and create a file as it normally does. However, it does not open in Acrobat 9 Pro as it normally does, and displays the famous error "Acrobat could not open 'xxxx.pdf' because it is either not a supported..."  Yet when you manually open the file from the file system, it opens just fine.
    So to rehash what I just said, when I print to pdf, it asks me where to save, the notification said the printing completed, adobe opens and displays error. If you click on the file, then the file opens just fine.
    However several other people do not have this error while trying to print to file from mas90. Does anyone out there have any idea what could possibly be causing this error to be displayed?

    Hi ftd12300,
    Are you saving the PDFs you're creating to a network drive or are they being saved locally? 
    Do you have this problem when creating PDFs from other applications such as Notepad?
    -David

  • I am getting a "The file couldn't be saved because you don't have permission" error and crash when trying to print to .pdf from Chrome or Outlook (or anything else!)

    New Macbook Air with Lion.  Installed a Dell 3100cn using LPD - printer is connected to my Cisco router via ethernet and I used IP address to configure.  Printing to the printer also brings up this error message, but it usually prints OK.  Trying to save as a .pdf gives the same message, and usually crashes the program (Chrome is the one I have used the most to try and save .pdfs, haven't tried too many others but seems to give same result).  Could open .pdf from print to .pdf dialog in Preview but did not then try to print from Preview.  Can't find anything relevant on the internet re this problem... please help, many thanks.

    Here is the crash log from Chrome:
    Process:         Google Chrome [9543]
    Path:            /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier:      com.google.Chrome
    Version:         13.0.782.218 (782.218)
    Code Type:       X86 (Native)
    Parent Process:  launchd [115]
    Date/Time:       2011-08-30 20:01:05.071 -0400
    OS Version:      Mac OS X 10.7.1 (11B2118)
    Report Version:  9
    Interval Since Last Report:          138031 sec
    Crashes Since Last Report:           11
    Per-App Interval Since Last Report:  2358 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      7628F3B3-520D-405D-AA59-14813D98D190
    Crashed Thread:  0  CrBrowserMain  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
        __TEXT                 0000000000001000-0000000000002000 [    4K] r-x/rwx SM=COW  /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Application Specific Information:
    objc[9543]: garbage collection is OFF
    Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   com.google.Chrome.framework             0x0060b8ae ChromeMain + 6303022
    1   com.google.Chrome.framework             0x0060b993 ChromeMain + 6303251
    2   com.apple.CoreFoundation                0x908456c9 __NSGetForwardingTarget + 73
    3   com.apple.CoreFoundation                0x90845650 _CF_forwarding_prep_0 + 16
    4   com.apple.print.framework.Print.Private          0x083620a9 0x8360000 + 8361
    5   com.apple.print.framework.Print.Private          0x08365a68 0x8360000 + 23144
    6   com.apple.print.framework.Print.Private          0x08365783 0x8360000 + 22403
    7   com.apple.print.framework.Print.Private          0x0837cac6 0x8360000 + 117446
    8   com.apple.print.framework.Print.Private          0x08381ca0 0x8360000 + 138400
    9   com.apple.print.framework.Print.Private          0x083872cc 0x8360000 + 160460
    10  com.apple.CoreFoundation                0x90848901 -[NSObject performSelector:withObject:] + 65
    11  com.apple.AppKit                        0x9b58670b -[NSApplication sendAction:to:from:] + 232
    12  com.google.Chrome.framework             0x00147a74 ChromeMain + 1306356
    13  com.apple.AppKit                        0x9b679f77 -[NSMenuItem _corePerformAction] + 536
    14  com.apple.AppKit                        0x9b679bf4 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171
    15  com.apple.AppKit                        0x9b67927d -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    16  com.apple.AppKit                        0x9b95149b -[NSMenu performActionForItemAtIndex:] + 65
    17  com.apple.AppKit                        0x9b9514ce -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    18  com.apple.AppKit                        0x9b9556ff -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    19  com.apple.AppKit                        0x9b7bfa20 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172
    20  com.apple.AppKit                        0x9b5eedde NSSLMMenuEventHandler + 452
    21  com.apple.HIToolbox                     0x9189de54 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    22  com.apple.HIToolbox                     0x9171982b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    23  com.apple.HIToolbox                     0x91718ca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    24  com.apple.HIToolbox                     0x9172dac9 SendEventToEventTarget + 76
    25  com.apple.HIToolbox                     0x9189e318 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 482
    26  com.apple.HIToolbox                     0x9189e382 SendMenuCommandWithContextAndModifiers + 70
    27  com.apple.HIToolbox                     0x919087ef SendMenuItemSelectedEvent + 275
    28  com.apple.HIToolbox                     0x9176a598 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129
    29  com.apple.HIToolbox                     0x918f858a _ZL19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttmS4_S4_PK10__CFStringPP13 OpaqueMenuRefPt + 1898
    30  com.apple.HIToolbox                     0x918f8858 _HandlePopUpMenuSelection7 + 639
    31  com.apple.AppKit                        0x9b7c2e52 _NSSLMPopUpCarbonMenu3 + 4532
    32  com.apple.AppKit                        0x9bbe0360 _NSPopUpCarbonMenu3 + 107
    33  com.apple.AppKit                        0x9b7c0b04 -[NSCarbonMenuImpl popUpMenu:atLocation:width:forView:withSelectedItem:withFont:withFlags:withOpti ons:] + 425
    34  com.apple.AppKit                        0x9b9e14b4 -[NSPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 610
    35  com.apple.AppKit                        0x9b5842e7 -[NSControl mouseDown:] + 943
    36  com.apple.AppKit                        0x9b54d5de -[NSWindow sendEvent:] + 7514
    37  com.apple.AppKit                        0x9b4e58f7 -[NSApplication sendEvent:] + 4936
    38  com.google.Chrome.framework             0x00a01493 ChromeMain + 10455315
    39  com.apple.AppKit                        0x9b74f13f -[NSApplication _modalSession:sendEvent:] + 550
    40  com.apple.AppKit                        0x9b74ed09 -[NSApplication _realDoModalLoop:peek:] + 638
    41  com.apple.AppKit                        0x9b74a0aa -[NSApplication _doModalLoop:peek:] + 69
    42  com.apple.AppKit                        0x9b74e9e5 -[NSApplication runModalForWindow:] + 258
    43  com.apple.AppKit                        0x9b9ee3cf -[NSPrintPanel runModalWithPrintInfo:] + 621
    44  com.google.Chrome.framework             0x0157b27b ChromeMain + 22488827
    45  com.google.Chrome.framework             0x003fc114 ChromeMain + 4142484
    46  com.google.Chrome.framework             0x003fd92a ChromeMain + 4148650
    47  com.google.Chrome.framework             0x0209b755 ChromeMain + 34155477
    48  com.google.Chrome.framework             0x0209c115 ChromeMain + 34157973
    49  com.google.Chrome.framework             0x0209e512 ChromeMain + 34167186
    50  com.google.Chrome.framework             0x0206f32e ChromeMain + 33974190
    51  com.apple.CoreFoundation                0x907c010f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    52  com.apple.CoreFoundation                0x907bfac6 __CFRunLoopDoSources0 + 246
    53  com.apple.CoreFoundation                0x907e99d8 __CFRunLoopRun + 1112
    54  com.apple.CoreFoundation                0x907e91ec CFRunLoopRunSpecific + 332
    55  com.apple.CoreFoundation                0x907e9098 CFRunLoopRunInMode + 120
    56  com.apple.HIToolbox                     0x91713487 RunCurrentEventLoopInMode + 318
    57  com.apple.HIToolbox                     0x9171adc3 ReceiveNextEventCommon + 381
    58  com.apple.HIToolbox                     0x9171ac32 BlockUntilNextEventMatchingListInMode + 88
    59  com.apple.AppKit                        0x9b47b6c0 _DPSNextEvent + 678
    60  com.apple.AppKit                        0x9b47af2d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    61  com.apple.AppKit                        0x9b47729f -[NSApplication run] + 904
    62  com.google.Chrome.framework             0x0206f1cb ChromeMain + 33973835
    63  com.google.Chrome.framework             0x0206e9e4 ChromeMain + 33971812
    64  com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    65  com.google.Chrome.framework             0x00111c5d ChromeMain + 1085661
    66  com.google.Chrome.framework             0x0000989f ChromeMain + 3359
    67  com.google.Chrome                       0x00001f58 0x1000 + 3928
    68  com.google.Chrome                       0x00001f16 0x1000 + 3862
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x926fa90a kevent + 10
    1   libdispatch.dylib                       0x9b2f2ccc _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9b2f171b _dispatch_mgr_thread + 53
    Thread 2:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x926f7c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x926f71f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x907e09ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x907e9b14 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x907e91ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x907e9098 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x92a3ebdb -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.google.Chrome.framework             0x0206e914 ChromeMain + 33971604
    8   com.google.Chrome.framework             0x0206e9e4 ChromeMain + 33971812
    9   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    10  com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    11  com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    12  libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    13  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 3:: CrShutdownDetector
    0   libsystem_kernel.dylib                  0x926fad4e __read + 10
    1   com.google.Chrome.framework             0x0011291d ChromeMain + 1088925
    2   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    3   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 4:: Chrome_DBThread
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb442c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x020b97d8 ChromeMain + 34278488
    4   com.google.Chrome.framework             0x020ba3de ChromeMain + 34281566
    5   com.google.Chrome.framework             0x020ba416 ChromeMain + 34281622
    6   com.google.Chrome.framework             0x020a0fab ChromeMain + 34178091
    7   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    8   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    9   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    10  libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 5:: Chrome_FileThread
    0   libsystem_kernel.dylib                  0x926fa90a kevent + 10
    1   com.google.Chrome.framework             0x024f1ded ChromeMain + 38703725
    2   com.google.Chrome.framework             0x024f0212 ChromeMain + 38696594
    3   com.google.Chrome.framework             0x0206de06 ChromeMain + 33968774
    4   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    5   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 6:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb442c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x020b97d8 ChromeMain + 34278488
    4   com.google.Chrome.framework             0x020ba3de ChromeMain + 34281566
    5   com.google.Chrome.framework             0x020ba416 ChromeMain + 34281622
    6   com.google.Chrome.framework             0x020a0fab ChromeMain + 34178091
    7   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    8   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    9   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    10  libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 7:: Chrome_CacheThread
    0   libsystem_kernel.dylib                  0x926fa90a kevent + 10
    1   com.google.Chrome.framework             0x024f1ded ChromeMain + 38703725
    2   com.google.Chrome.framework             0x024f0212 ChromeMain + 38696594
    3   com.google.Chrome.framework             0x0206de06 ChromeMain + 33968774
    4   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    5   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 8:: Chrome_IOThread
    0   libsystem_kernel.dylib                  0x926fa90a kevent + 10
    1   com.google.Chrome.framework             0x024f1ded ChromeMain + 38703725
    2   com.google.Chrome.framework             0x024f0212 ChromeMain + 38696594
    3   com.google.Chrome.framework             0x0206de06 ChromeMain + 33968774
    4   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    5   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 9:: WATCHDOG
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb442c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x020b97d8 ChromeMain + 34278488
    4   com.google.Chrome.framework             0x020ba3de ChromeMain + 34281566
    5   com.google.Chrome.framework             0x020ba416 ChromeMain + 34281622
    6   com.google.Chrome.framework             0x020a0fab ChromeMain + 34178091
    7   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    8   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    9   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    10  libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 10:: Chrome_WebKitThread
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb442c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x020b97d8 ChromeMain + 34278488
    4   com.google.Chrome.framework             0x020ba3de ChromeMain + 34281566
    5   com.google.Chrome.framework             0x020ba416 ChromeMain + 34281622
    6   com.google.Chrome.framework             0x020a0fab ChromeMain + 34178091
    7   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    8   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    9   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    10  libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 11:: Chrome_SafeBrowsingThread
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb442c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x020b97d8 ChromeMain + 34278488
    4   com.google.Chrome.framework             0x020ba3de ChromeMain + 34281566
    5   com.google.Chrome.framework             0x020ba416 ChromeMain + 34281622
    6   com.google.Chrome.framework             0x020a0fab ChromeMain + 34178091
    7   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    8   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    9   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    10  libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 12:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x926f7c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x926f71f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x907e09ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x907e9b14 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x907e91ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x907e9098 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x92a3ebdb -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.google.Chrome.framework             0x0206e914 ChromeMain + 33971604
    8   com.google.Chrome.framework             0x0206e9e4 ChromeMain + 33971812
    9   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    10  com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    11  com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    12  libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    13  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x926f7c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x926f71f6 mach_msg + 70
    2   com.google.Chrome.framework             0x0209aed1 ChromeMain + 34153297
    3   com.google.Chrome.framework             0x003452c0 ChromeMain + 3393344
    4   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    5   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 14:: Chrome_HistoryThread
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb43e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x020b97b0 ChromeMain + 34278448
    4   com.google.Chrome.framework             0x020ba3be ChromeMain + 34281534
    5   com.google.Chrome.framework             0x020a1046 ChromeMain + 34178246
    6   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    7   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    8   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    9   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 15:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9c003f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x905382e6 CVDisplayLink::waitUntil(unsigned long long) + 306
    4   com.apple.CoreVideo                     0x90537438 CVDisplayLink::runIOThread() + 706
    5   com.apple.CoreVideo                     0x9053715f _ZL13startIOThreadPv + 160
    6   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 16:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9c003f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x905382e6 CVDisplayLink::waitUntil(unsigned long long) + 306
    4   com.apple.CoreVideo                     0x90537438 CVDisplayLink::runIOThread() + 706
    5   com.apple.CoreVideo                     0x9053715f _ZL13startIOThreadPv + 160
    6   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 17:: Chrome_PasswordStore_Thread
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb442c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x020b97d8 ChromeMain + 34278488
    4   com.google.Chrome.framework             0x020ba3de ChromeMain + 34281566
    5   com.google.Chrome.framework             0x020ba416 ChromeMain + 34281622
    6   com.google.Chrome.framework             0x020a0fab ChromeMain + 34178091
    7   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    8   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    9   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    10  libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb442c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x01cb52dd ChromeMain + 30066525
    4   com.google.Chrome.framework             0x014f689c ChromeMain + 21945628
    5   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 19:: WorkerPool/75267
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb43e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x020b97b0 ChromeMain + 34278448
    4   com.google.Chrome.framework             0x020c0811 ChromeMain + 34307217
    5   com.google.Chrome.framework             0x020c101f ChromeMain + 34309279
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 20:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x926f7c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x926f71f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x907e09ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x907e9b14 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x907e91ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x907e9098 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x92a3ebdb -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.google.Chrome.framework             0x0206e914 ChromeMain + 33971604
    8   com.google.Chrome.framework             0x0206e9e4 ChromeMain + 33971812
    9   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    10  com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    11  com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    12  libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    13  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 21:: WorkerPool/79875
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb43e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x020b97b0 ChromeMain + 34278448
    4   com.google.Chrome.framework             0x020c0811 ChromeMain + 34307217
    5   com.google.Chrome.framework             0x020c101f ChromeMain + 34309279
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 22:: WorkerPool/80899
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb43e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x020b97b0 ChromeMain + 34278448
    4   com.google.Chrome.framework             0x020c0811 ChromeMain + 34307217
    5   com.google.Chrome.framework             0x020c101f ChromeMain + 34309279
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 23:: WorkerPool/81411
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb43e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x020b97b0 ChromeMain + 34278448
    4   com.google.Chrome.framework             0x020c0811 ChromeMain + 34307217
    5   com.google.Chrome.framework             0x020c101f ChromeMain + 34309279
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 24:: WorkerPool/79111
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb43e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x020b97b0 ChromeMain + 34278448
    4   com.google.Chrome.framework             0x020c0811 ChromeMain + 34307217
    5   com.google.Chrome.framework             0x020c101f ChromeMain + 34309279
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 25:: WorkerPool/8199
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb43e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x020b97b0 ChromeMain + 34278448
    4   com.google.Chrome.framework             0x020c0811 ChromeMain + 34307217
    5   com.google.Chrome.framework             0x020c101f ChromeMain + 34309279
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 26:: WorkerPool/49671
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb43e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x020b97b0 ChromeMain + 34278448
    4   com.google.Chrome.framework             0x020c0811 ChromeMain + 34307217
    5   com.google.Chrome.framework             0x020c101f ChromeMain + 34309279
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 27:: WorkerPool/50695
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb43e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x020b97b0 ChromeMain + 34278448
    4   com.google.Chrome.framework             0x020c0811 ChromeMain + 34307217
    5   com.google.Chrome.framework             0x020c101f ChromeMain + 34309279
    6   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    7   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib                  0x926fa02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9c001ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9c0036fe start_wqthread + 30
    Thread 29:: Printing_Worker
    0   libsystem_kernel.dylib                  0x926f983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9c003e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x9bfb442c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x020b97d8 ChromeMain + 34278488
    4   com.google.Chrome.framework             0x020ba3de ChromeMain + 34281566
    5   com.google.Chrome.framework             0x020ba416 ChromeMain + 34281622
    6   com.google.Chrome.framework             0x020a0fab ChromeMain + 34178091
    7   com.google.Chrome.framework             0x0209bf54 ChromeMain + 34157524
    8   com.google.Chrome.framework             0x020c0127 ChromeMain + 34305447
    9   com.google.Chrome.framework             0x020bf7ac ChromeMain + 34303020
    10  libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib                  0x926fa02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9c001ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9c0036fe start_wqthread + 30
    Thread 31:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x926f9bb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9bfb47b9 nanosleep$UNIX2003 + 187
    2   libsystem_c.dylib                       0x9bfb4558 usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x9b6c1d58 -[NSUIHeartBeat _heartBeatThread:] + 2399
    4   com.apple.Foundation                    0x92a925ed -[NSThread main] + 45
    5   com.apple.Foundation                    0x92a9259d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x9bfffed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x9c0036de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000011  ebx: 0x0060b711  ecx: 0xbfffbdd0  edx: 0xbfffbdac
      edi: 0x0d40bd00  esi: 0xbfffbd7c  ebp: 0xbfffbe58  esp: 0xbfffbd40
       ss: 0x00000023  efl: 0x00210282  eip: 0x0060b8ae   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
        0x1000 -     0x1ff7 +com.google.Chrome (13.0.782.218 - 782.218) <86BE8B77-48A9-CD2E-9783-48DB9AEE7DF7> /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
        0x6000 -  0x323df3f +com.google.Chrome.framework (13.0.782.218 - 782.218) <D9AC38CE-656E-3CB9-2285-BEC0B4BC24A4> /Applications/Google Chrome.app/Contents/Versions/13.0.782.218/Google Chrome Framework.framework/Google Chrome Framework
    0x360c000 -  0x36b9ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x3f8e000 -  0x3f99fff +com.google.Keystone.Registration (1.0.9 - 1.0.9.2865) <B824317F-34B3-C47B-A05C-01107B03BC1A> /Applications/Google Chrome.app/Contents/Versions/13.0.782.218/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework/KeystoneRegistrat ion
    0x69c0000 -  0x69edff8  GLRendererFloat (??? - ???) <24DF1EB3-AD1E-3E97-9B80-D65B8A87744B> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x75db000 -  0x7748ff0  GLEngine (??? - ???) <0CD5FBA5-EE14-3065-8D14-3B4B4059159F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x8315000 -  0x8346ff9  com.apple.printingprivate.framework.PrintingPrivate (7.0 - 68) <C35492AF-FC66-3A99-8E8E-684FAEFF9C79> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
    0x8360000 -  0x83a1fff  com.apple.print.framework.Print.Private (7.0 - 378) <2D5AA268-87C3-349A-987E-8A92CF226650> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x83b4000 -  0x83baffc +com.dell.print.pde.SecurePrint2 (1.2 - 1.2) /Library/Printers/Dell/PDEs/DellSecurePrint2.plugin/Contents/MacOS/DellSecurePr int2
    0x83c2000 -  0x83cbfff +com.dell.print.pde.JobAccount2 (1.3 - 1.3) /Library/Printers/Dell/PDEs/DellJobAccount2.plugin/Contents/MacOS/DellJobAccoun t2
    0x8400000 -  0x84f7ffb  libGLProgrammability.dylib (??? - ???) <3ADE6D21-26AF-323A-914B-BD3DFD51DD2F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9111000 -  0x9150fff  com.apple.print.PrintingCocoaPDEs (7.0 - 378) <D5E21FA7-9726-35BF-A00C-D9BBC9F0805A> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/ PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0x9311000 -  0x9683fe3  com.apple.driver.AppleIntelHDGraphicsGLDriver (7.6.9 - 7.0.6) <CB467D82-5C85-329C-9520-000D9645FD4F> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
    0x8fe4a000 - 0x8fe7c9c7  dyld (195.5 - ???) <2B3361DA-2FE2-33AD-A5B4-893CE882AE9C> /usr/lib/dyld
    0x90005000 - 0x903f8ff7  com.apple.VideoToolbox (1.0 - 705.35) <3643CDDF-5B29-30EB-A044-25A9F6AEBB55> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x90518000 - 0x90534ff5  com.apple.GenerationalStorage (1.0 - 124) <36EF7A93-6FCE-3681-BAA6-C6A5EF75C985> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x90535000 - 0x90558fff  com.apple.CoreVideo (1.7 - 70.0) <0D5298FC-FE7F-3F0E-8F1F-346FCD525487> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90559000 - 0x905fdfff  com.apple.QD (3.12 - ???) <BDEFC5B2-B637-3FDD-A999-4CB31107D7AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90633000 - 0x90636ffb  com.apple.help (1.3.2 - 42) <46BC94D1-14C4-3178-9BFB-85470F1ED805> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90637000 - 0x9066bff8  libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <496D830B-6E4E-337B-8C04-D47D435953BD> /usr/lib/libssl.0.9.8.dylib
    0x9066c000 - 0x90670fff  libGIF.dylib (??? - ???) <F6094267-AB0E-38FC-8201-510AA4BDC974> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x906e1000 - 0x906effff  com.apple.opengl (1.7.4 - 1.7.4) <0775705D-EB52-39CB-AA42-63332B8EF7C8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x906f0000 - 0x90755ff7  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x907ae000 - 0x90984fef  com.apple.CoreFoundation (6.7 - 635) <4EE0D62E-5342-3A9F-A740-DA1D5AEBB1B0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90985000 - 0x9098cfff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00> /usr/lib/system/libnotify.dylib
    0x9098d000 - 0x909bbfe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <56FD47B7-7CE2-3270-A319-8E137528023D> /usr/lib/libSystem.B.dylib
    0x909bc000 - 0x909d2ffe  libxpc.dylib (77.16.0 - compatibility 1.0.0) <9DCB8E1D-155E-3553-8EF1-6C4F9F208746> /usr/lib/system/libxpc.dylib
    0x90a2d000 - 0x90a52ff9  libJPEG.dylib (??? - ???) <5872B388-D6CC-3DD4-A2F3-8BB464E83D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90a55000 - 0x90a98ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x90a99000 - 0x90a99fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90a9a000 - 0x90bfcfff  com.apple.QTKit (7.7.1 - 2246) <E1582E84-73EA-3212-9F43-8FEDC6BDF2F2> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90bfd000 - 0x90c01ff7  com.apple.OpenDirectory (10.7 - 144) <A3CF6098-C1B0-3B15-A489-5D89989B2169> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90c0e000 - 0x90da7ff7  com.apple.CoreData (103 - 358.4) <BF200E10-FCDD-33EA-A491-1F0956370A83> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90da8000 - 0x90dc2fff  com.apple.Kerberos (1.0 - 1) <639BB9F9-8140-3EEA-BCC8-25E7AB05CF46> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90dc3000 - 0x90dffffa  libGLImage.dylib (??? - ???) <E3654177-7A06-3144-9385-19D313E09289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90e9f000 - 0x90f2bff7  com.apple.CoreText (4.0.0 - ???) <A52B8BF3-5860-3A1C-B646-571B483C4E4D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90f58000 - 0x91172ff7  com.apple.JavaScriptCore (7534 - 7534.48) <D3D6A09A-7577-3B4B-A193-4A5E066615AF> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91202000 - 0x912f2ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x912f3000 - 0x916f9fff  com.apple.RawCamera.bundle (3.7.2 - 573) <756DBD40-A20E-356E-85FE-25CA1E470AA7> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x916fa000 - 0x9170afff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
    0x91711000 - 0x91a50ff3  com.apple.HIToolbox (1.7 - ???) <F27C50EC-E0B8-35FF-A2AD-07BF63F2E218> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91c86000 - 0x91ca6fff  com.apple.framework.internetaccounts (1.0 - 1) <DB7DC604-D70C-31E6-8C4B-716A1681376A> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x91ca7000 - 0x91ca8ff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <C532352C-D502-3CFA-95C9-3B1552EA8D5E> /usr/lib/system/libquarantine.dylib
    0x91e70000 - 0x91f90fec  com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92300000 - 0x92378ff2  com.apple.CorePDF (3.0 - 3.0) <5076B3F5-7EF4-30B4-9333-14C1E29C87F2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x92379000 - 0x9239bffe  com.apple.framework.familycontrols (3.0 - 300) <C9023950-8561-3DEA-8AA8-6A39F279D4AE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9239c000 - 0x92429fe7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <A44ADE1B-AB2C-3585-8C9D-D85B526E66C0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9242a000 - 0x92435fff  libkxld.dylib (??? - ???) <43429FCD-7243-3150-9E32-BF14EA6050FF> /usr/lib/system/libkxld.dylib
    0x92436000 - 0x92439ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x9243a000 - 0x92459fff  com.apple.RemoteViewServices (1.0 - 1) <45B15C8C-B144-3E0C-8620-316D984B008E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x9245a000 - 0x92460ffd  com.apple.CommerceCore (1.0 - 17) <595A67CF-3546-35FD-8D2E-2861CB959379> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x92461000 - 0x9246efff  libGL.dylib (??? - ???) <C1C549FC-FF7F-3012-9DF5-5255217B4AEA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92587000 - 0x92664ff3  com.apple.backup.framework (1.3 - 1.3) <400A40BD-E10C-3D53-8D16-045B1EB1753E> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92665000 - 0x926e0ffb  com.apple.ApplicationServices.ATS (5.0 - ???) <D950C19B-9665-3446-BC48-E229D7ED28DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x926e1000 - 0x926ffff7  libsystem_kernel.dylib (1699.23.2 - compatibility 1.0.0) <92922567-64B5-3693-A3CD-9E1031850E3C> /usr/lib/system/libsystem_kernel.dylib
    0x92703000 - 0x92703ff0  com.apple.ApplicationServices (41 - 41) <45032433-76F6-365A-95CA-641C9427EAA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9270e000 - 0x9270efff  libffi.dylib (??? - ???) <58A2AA81-461E-3581-9A8C-880A3BDA2D6A> /usr/lib/libffi.dylib
    0x9270f000 - 0x927aaff3  com.apple.ink.framework (1.3.2 - 110) <1ACFD1F1-FB42-30C0-9C93-12D0BBE5BFE9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x927ab000 - 0x927c0ff7  com.apple.ImageCapture (7.0 - 7.0) <086DF959-E47E-325A-A527-2EA3713137D1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x927c1000 - 0x927e3ff1  com.apple.PerformanceAnalysis (1.10 - 10) <F60C8A7E-D7DE-31D4-9D78-6F8130914B13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x928be000 - 0x928e8ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x928e9000 - 0x92900ff8  com.apple.CoreMediaAuthoring (2.0 - 889) <519FCE65-14B9-31B6-BA55-256DEBB2B79D> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x92901000 - 0x929e9fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
    0x929ea000 - 0x92a20ff4  com.apple.LDAPFramework (3.0 - 120.1) <F56ACDE4-4DC3-3B1A-BA0D-FE5E7F3619C1> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92a21000 - 0x92a2afff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x92a2b000 - 0x92a32ffd  com.apple.NetFS (4.0 - 4.0) <144149F1-057D-3A6F-974B-357461F7E438> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92a33000 - 0x92d36ff7  com.apple.Foundation (6.7 - 833.1) <C5C3FF08-7E04-3B87-B7E8-8864640AFCB5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92d37000 - 0x92dacfff  com.apple.Metadata (10.7.0 - 627.9) <1EF7D615-3DF4-3F5D-88CE-6BDFA120FE32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92dad000 - 0x92eb8ffb  com.apple.DesktopServices (1.6.0 - 1.6.0) <54EF868E-7080-3EC8-8629-991253D97F6C> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92eb9000 - 0x930d7ff7  com.apple.imageKit (2.1 - 1.0) <246D57E5-C540-3B20-A954-16C3BDE94748> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x930d8000 - 0x93162ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <412DD815-7CBA-3C7D-AE73-ABA78404FB64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x931b8000 - 0x93211ff3  com.apple.coreui (0.3 - 162) <919FBE83-AD46-3CD3-B412-3EFB8E55F50C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93216000 - 0x93216fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <CB952B04-595A-332B-992B-7671815750FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9325b000 - 0x932b8ffb  com.apple.htmlrendering (76 - 1.1.4) <792F1D51-3A88-3430-8A32-F252FAAE0D13> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x932b9000 - 0x93379ff3  com.apple.ColorSync (4.7.0 - 4.7.0) <1F804017-04E2-319A-89ED-487A078CA208> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9337a000 - 0x93385ffc  com.apple.NetAuth (1.0 - 3.0) <E4844688-90B6-3834-9C36-395797CEBC69> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x93386000 - 0x93390ff0  com.apple.DirectoryService.Framework (10.7 - 144) <F79340D1-04EE-3A03-B3B6-6B466B25A979> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93391000 - 0x933baffe  com.apple.shortcut (2.0 - 2.0) <4DF3F5CB-B510-3B85-878B-FA293D3F1EAF> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x933bb000 - 0x9366cff7  com.apple.security (7.0 - 55010) <28168576-1B8C-3FE8-9356-DE79390A480A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9366d000 - 0x93743ff6  com.apple.QuickLookUIFramework (3.0 - 489.1) <52878618-9D1F-3BCE-86DA-F0636DC5E3BE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x93744000 - 0x93795ff9  com.apple.ScalableUserInterface (1.0 - 1) <3E650401-FB58-3704-8A24-E0B2F3914884> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x93796000 - 0x93797ffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <CECF26FA-E583-3B86-BCAA-DBF8FF72EAFC> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93aa4000 - 0x93aa6ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x93aa7000 - 0x93ab7ff7  libCRFSuite.dylib (??? - ???) <B68CDEA4-8D6E-3625-B80F-3489E321E858> /usr/lib/libCRFSuite.dylib
    0x93ab8000 - 0x93f94ff6  libBLAS.dylib (??? - ???) <DF885CAB-D5CD-302B-A1E8-34C448576893> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93fa7000 - 0x943a9ff6  libLAPACK.dylib (??? - ???) <6FCC72E8-CCA1-3AFC-B2B4-CC47BC1F27D1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94461000 - 0x94466ffb  com.apple.phonenumbers (1.0 - 47) <84484814-C9BE-33E7-A3DF-4DD0E970B902> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x94467000 - 0x944b0ff7  libGLU.dylib (??? - ???) <06EFE4B2-374B-3934-9B6B-B5D55D9E6B04> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x944b1000 - 0x944b5ff3  libsystem_network.dylib (??? - ???) <E1455F3E-549B-3D50-A38B-17B394F3C7F6> /usr/lib/system/libsystem_network.dylib
    0x944b6000 - 0x944beff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <15D6D66D-4DB9-3BCA-87EE-02EE9B7B6189> /usr/lib/system/liblaunch.dylib
    0x944bf000 - 0x94521ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x94522000 - 0x9452affb  com.apple.DisplayServicesFW (2.5.1 - 310) <83391CB8-55FD-3730-8C8D-592B1120FEC3> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9452e000 - 0x94561fef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
    0x94586000 - 0x9458afff  com.apple.CommonPanels (1.2.5 - 94) <DFA0D001-9890-32FB-B1BD-039DDA8F3E9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9458b000 - 0x945cbff7  libauto.dylib (??? - ???) <816348B7-07DC-3E7D-9FDE-143D10579214> /usr/lib/libauto.dylib
    0x945cc000 - 0x947f5ffb  com.apple.QuartzComposer (5.0 - 232) <A239B7C4-4D87-3625-B19C-6FDF30599B9C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x947f6000 - 0x947fbffd  libGFXShared.dylib (??? - ???) <73995FAC-60CF-34F1-BC84-FDEDF90B71AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x947fc000 - 0x94819fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib
    0x94858000 - 0x94898ff3  com.apple.corelocation (330.9 - 330.9) <1C7E22A2-166D-31D5-A456-AE3066101D90> /Syst

  • Trying to create a pdf from an HP G85 scanner and the G85 is not showing up as a device for Adobe

    I have windows 7 (new) and adobe 8 professional.  I was trying to scan from my HP G85 all in device and adobe was not recognizing any devices to scan from.  Can someone please offer advice.

    @kvolk6oldbarn –
    The G85 works for me in Windows 7. I have Windows 7 Home Premium (new about a week ago) and Acrobat 8 Standard.  I can see my G85 AIO from Windows (Control Panel\Hardware and Sound\Devices and Printers).  If you’re still having trouble connecting to it, I suggest the Microsoft Compatibility page for the G85:
    http://www.microsoft.com/windows/compatibility/Windows-7/en-us/Details.aspx?type=Hardware& p=HP%20Officejet%20g85%20All-in-One%20Printer&v=HP&uid=C6737A&pf=9&pi=4&c=Printers%20%26%2 0Scanners&sc=Multifunction&os=64-bit
    You might also check out the related discussion about connecting to the G85 at “See what others are saying about this product in the Windows 7 Answers Forums” where they also discuss access to some of the other functions (eg fax); that’s at:
    http://social.answers.microsoft.com/Forums/en-US/w7hardware/thread/79d670dc-36b8-4303-9adf -909f839c4d90/
    Once you’re connected, the settings I use to get reasonable scanning speed are Native and Show Scanner’s Native Interface.  That’s in the Scanner Options dialog (get there from Create PDF > From Scanner > Scanner Options).  The only interface I have available is WIA (in the scanner pull-down to the left of the Scanner Options button).  The resulting scanning behavior is about 4 stutters as it scans a page – that is, the scan bar moves a few inches, backs up about 1/2 inch, then goes another few inches, etc.  That’s about what I saw in XP, so it looks nearly the same to me. 
    Good luck.
    P.S.  if HP tech staff are watching: Acrobat has a lot of trouble driving the scanner if the settings are instead Native/Hide.  The behavior then is the scan bar goes about an inch, backs up 7/8 inch, goes another inch, etc.  That’s so painful to watch I’ve never let it continue to see if really would make it all the way down the page.

  • TRYING AGAIN - Printing to PDF from AutoCAD

    When we print to PDF from AutoCAD, the text in the PDF looks wrong/bad.  It takes on a jagged appearance and doesn't look anything like what the font is supposed to look like.  Any suggestions?

    Did you print to the Adobe PDF printer? Are the fonts embedded with the PDF, or is Acrobat having to make font substitutions? You might try the Press or Print job settings. If you are using something other than Acrobat to create the PDF, then I don't have any suggestions other than to try Acrobat.

  • CP8 - trying to launch a pdf from a subfolder on a button - not working - any suggestions?

    Tryong to open a pdf from a folder /pdf/documentname.pdf - using the action Open URL or File - deselected "continue playing project" - works if file is in same folder as published content - need to keep sepearet for security access reasons
    saw this was a bug in CP7 - I am using CP8 - anyone???

    I don't think you are alone, I cannot advise but I am having the same issue and have posted here:
    https://discussions.apple.com/message/23205752#23205752
    I suspect it's to do with IOS7 but not everyone is affected, mine was working before. I have read on some forums that Apple have just replaced the iPad as they have not been able to resolve the issue. If yours is new I would take it back and ask to try another with IOS7 installed before swapping.

  • TRYING TO OPEN A PDF FROM E-MAIL

    when I try to open a pdf from an e-mail it goes to office word and is uninteligible to read. please HELP!

    Sounds like some file association is broken; repair the installation (from Help menu), or uninstall/reinstall Reader.

Maybe you are looking for

  • Property inspector not working correctly

    The property inspector in CS3 is not working correctly. When I select text or any other object the property inspector does not change for that object. But when I right mouse click on the selected object it does. Do I need to change a setting? Thanks!

  • Unable to Create Alias Entry

    I have setup a new sever with Comm Suite on it. I recreated the user in the ldap sever and imported their email and calendar data. Everything is working great except one pesky problem. I changed the ldap structure in the new server to o=isp from dc=d

  • No SQL Data sources in Essbase 11 EAS on Linux  -- ODBC help

    Hi all, Oracle Enterprise Linux 64-bit, Oracle 10.2.0.4 64-bit, Oracle Application Server 10.1.3.1 32-bit, Hyperion 11.1.1.3 32-bit While in the Data Prep Editor, I'm trying to create a rules file. however, when I go to File > Open SQL and enter my s

  • Web Based PDF forms to be sent by e-mail

    I write a simplistic web page for a labor union local. We have several forms we embedded as forrm fill PDF's. Members are having difficulty saving completed forms to file, and no one has succussfully submitted a file via the submit button. Anytime at

  • PDF generation for Non English Characters from ADF

    Hi We are using below piece of code to generate pdf from ADF Managed bean. It works fine. However for non English Characters(eg. Japanese,Vietnamese,Arabic)  it puts I got few blogs https://blogs.oracle.com/BIDeveloper/entry/non-english_characters_ap