Print - save as pdf with Aplescript

Hello,
I would like to know how to script : "Print" with a "save as pdf" on application.
ie: I would like to print a web page from Safari, and select save as pdf to save the page in a pdf format document.
(I don't want to use Adobe...)
Thanks a lot.

I realized that it still might be a little confusing to figure out how to use that Automator action. So I will give you a step-by-step of mine.
Get Specified URLs->Download URL as PDFs(this is the action I linked before)(Note: I set the where to a temporary folder where no other file will ever be)->Pause for 5 seconds->Move Finder Items(Select a destination folder where you want to have your PDF in permanently)->Run Applescript (A)-> Run Applescript (B) -> Run Applescript (C)
Applescript (A)
--For whatever strange reason when you create the PDF it names it some random name so I rename the PDF after the current date in the YYYYMMDD format so that you can easily find the PDF on a later date.
on run {input}
repeat with i from 1 to (count of items in input)
tell application "Finder"
set thisItem to (item i of input as string)
set thisName to (the name of (file thisItem))
set newName to (do shell script "date '+%Y%m%d'" & ".pdf") as string
set the name of the file thisItem to newName
end tell
end repeat
return input
end run
Applescript (B)
--This script deletes the file from the original downloaded location. You have to do this because the previous applescript renamed the PDF and copied it to a new location.
do shell script "rm /path/to/file/that/was/set/in/the/DownloadURLsasPDF/action/*.pdf"
Applescript (C)
--Prints the PDF
set theLocation to ("path:to:new:location")
set fileName to (do shell script "date '+%Y%m%d'" & ".pdf")
set theFile to theLocation & fileName as text
tell application "Finder"
print file theFile
end tell
I hope this works for you. I use it every day to save a PDF of stock reports. If you have any questions feel free to ask.

Similar Messages

  • Pages Exports to PDF/Printer Saves as PDF with weird characters

    This situation is getting worse for me, not better, the more I'm using Pages.
    I have made several files, nothing special, just used Pages for layout and the ease of using colors and shapes.
    When I Export as PDF, sometimes random text boxes end up having all spaces replaced with exclamation marks. Not always the same one, not always all of the text fields on my page, and so far, never the title. When I "Print to PDF," which used give me an error and say I had to export only but now works, I get the same error. Even a character I used 5 times on the page, the first 4 were fine and the 5th had turned to an exclamation mark. Just for kicks when I could not get my file to work last night, I exported to Word (looked fine) and then went to Save as PDF... same exclamation marks. Physically printing the files has no errors.
    Last night I rebooted my MacBook and let it sit a bit and tried again, and both files I was trying to export came out fine. Other times this has happened though, my computer was neither warm nor a few hours from the last reboot.
    Methinks that this is related to making PDFs on my computer, maybe that connection between printer driver and making PDFs, but it's also got to be Pages-related. Except for the file I exported to Word, I have no problems with Print to PDF for anything else- Word, Excel, web pages, etc. What should I check/do to try and diagnose the problem? Since the things I do in Pages are generally on a deadline, I need to be proactive about the solution. Rebooting is not going to save me every time.

    It could be a font cache problem. You might try using a utility to clear the caches or try doing it by hand. Try a Google search on "clearing font caches" and Leopard, for example. I believe something like Onyx will do it though I haven't used that myself.
    I'm not sure about this - it is just a hunch based on some things I've read about problems with Leopard and pdfTeX.
    - cfr

  • Print- Save as PDF from Java applet on a webpage in Safari

    I am on a Mac running OS X version 10.8.5 and Safari version 6.1.2.  I am using the website www.wordle.net, which uses a Java applet to create a Wordle. The applet has a print button.  The website FAQ says I should be able to save a Wordle as a PDF on a Mac.  When I try to do this I get a small dialog that simply says "Error whilte printing."
    Here is some of the system.log:
    Mar  4 16:57:54 Kroghs-iMac.local sandboxd[602] ([557]): java(557) deny file-write-create /private/var/folders/f0/c8r_ry6d4131x95phl6fv7kr0000gn/T/WebKitPlugin-f12Pu6/53 164c620f81b
    Mar  4 16:57:54 Kroghs-iMac.local java[557]: spawn_via_launchd() failed, errno=1 label=[0x0-0x96096].com.apple.ImageCaptureExtension2 path=/System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension flags=0
    Mar  4 16:57:54 --- last message repeated 1 time ---
    Mar  4 16:57:54 Kroghs-iMac.local java[557]: ERROR: [ICCommandCenter launchAgent] - Failed to launch agent[1], status: -10810, url: 'file://localhost/System/Library/Image%20Capture/Support/Image%20Capture%20Exte nsion.app/'
    Mar  4 16:57:54 Kroghs-iMac.local java[557]:
              ***** Failed to launch Image Capture Extension.
    Mar  4 16:57:54 Kroghs-iMac.local java[557]: spawn_via_launchd() failed, errno=1 label=[0x0-0x97097].com.apple.ImageCaptureExtension2 path=/System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension flags=0
    Mar  4 16:57:54 --- last message repeated 1 time ---
    Mar  4 16:57:54 Kroghs-iMac.local java[557]: ERROR: [ICCommandCenter launchAgent] - Failed to launch agent[1], status: -10810, url: 'file://localhost/System/Library/Image%20Capture/Support/Image%20Capture%20Exte nsion.app/'
    Mar  4 16:57:54 Kroghs-iMac.local java[557]:
              ***** Failed to launch Image Capture Extension.
    Mar  4 16:57:54 Kroghs-iMac.local java[557]: spawn_via_launchd() failed, errno=1 label=[0x0-0x98098].com.apple.ImageCaptureExtension2 path=/System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension flags=0
    Mar  4 16:57:54 --- last message repeated 1 time ---
    Mar  4 16:57:54 Kroghs-iMac.local java[557]: ERROR: [ICCommandCenter launchAgent] - Failed to launch agent[1], status: -10810, url: 'file://localhost/System/Library/Image%20Capture/Support/Image%20Capture%20Exte nsion.app/'
    Mar  4 16:57:54 Kroghs-iMac.local java[557]:
              ***** Failed to launch Image Capture Extension.
    Mar  4 16:57:54 Kroghs-iMac.local java[557]: spawn_via_launchd() failed, errno=1 label=[0x0-0x99099].com.apple.ImageCaptureExtension2 path=/System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension flags=0
    Mar  4 16:57:54 --- last message repeated 1 time ---
    Mar  4 16:57:54 Kroghs-iMac.local java[557]: ERROR: [ICCommandCenter launchAgent] - Failed to launch agent[1], status: -10810, url: 'file://localhost/System/Library/Image%20Capture/Support/Image%20Capture%20Exte nsion.app/'
    Mar  4 16:57:54 Kroghs-iMac.local java[557]:
              ***** Failed to launch Image Capture Extension.
    Mar  4 16:57:54 Kroghs-iMac.local java[557]: spawn_via_launchd() failed, errno=1 label=[0x0-0x9a09a].com.apple.ImageCaptureExtension2 path=/System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension flags=0
    Mar  4 16:57:54 --- last message repeated 1 time ---
    Mar  4 16:57:54 Kroghs-iMac.local java[557]: ERROR: [ICCommandCenter launchAgent] - Failed to launch agent[1], status: -10810, url: 'file://localhost/System/Library/Image%20Capture/Support/Image%20Capture%20Exte nsion.app/'
    Mar  4 16:57:54 Kroghs-iMac.local java[557]:
              ***** Failed to launch Image Capture Extension.
    Mar  4 16:57:55 Kroghs-iMac.local java[557]: Printing failed because PMSessionBeginCGDocumentNoDialog() returned -108.
    I've removed the Adobe plug-ins from /Library/Plug-Ins
    Print->Save to PDF works from Safari when I am on a regular webpage.
    Print->Save to PDF works from Pages
    Help!  I want to make Wordles for the teachers at my kids school for Teacher Appreciation Week.

    YES!!!!!!!
    I was pulling my hair out last night over this. I noticed the Find function was not working properly. I KNEW there was something in the PDF and Preview was not showing it. I spent 2 hours trying to find someone with a similar Find function problem, but could not find much. Also, it could not copy and paste text. I KNOW it worked before because I had taken notes on this particular PDF and had copy and pasted whole paragraphs for myself into Pages. Which is what got me searching online tonight.
    I re-downloaded the same PDF. When first opened in Preview, the Find and copy/paste functions worked. Same thing in Acrobat reader and Acrobat Pro. After confirming this, I re-opened it in Preview, highlighted some text and closed. It asked to Save Changes and I did. I immediately re-opened it, and guess what? Find no longer works and neither does copy/paste. Just to be sure, I tried re-opening in Acrobat reader and Pro; same thing. No copy/paste, corrupted Find feature. Well, copy/paste sort of functions, its just that it pastes a square with an alien head in it that says "Private Use 100000 Plane 16".
    And finally, on some PDFs that have not even been saved in Preview, the Find function is not working properly also. It happened on the re-downloaded PDF I just talked about. It finds many instances of the word, bit the left and right arrows next to "Found on X# Pages are greyed out and do not move through the document. Once I go to the left pane that displays page thumbnails and click on a few different ones, THEN it starts working.
    So yes, Apple, Preview is corrupting PDF files upon save, AND it is not working properly on other files. Please fix this. PLEASE.
    And my specs are the same as Gary; iMac 27 inch Late 2009, Yosemite 10.10.1. Is ANYONE else having this issue with a different Mac?

  • Illustrator CS3 can't print/save as PDF

    I installed CS3 and the error message:
    "The Save as PDF and Save PDF as PostScript options in the Printer Dialog are not supported"
    Does this mean that its not picking up on the Adobe Acrobat/Distiller 8?
    How would I activate this? Help!!
    Same thing with InDesign CS3, can't print/save as PDF.
    (this is on a mac)

    It may be looking for your RIP ppd, as well as Acrobat 8. Acrobat should have installed all the necessary files, but you might take a look into that. I don't think Distiller is part of the Save-As procedure. You might take a look into "Add-A-Printer" OSX option and select Acrobat 8 there ( although it should have loaded during the install ). Another option is re-install your printer's software and any RIP software ( if available ). Before you do, get whatever updates you can from the manufacturer. It could also mean, after you've done the previous suggestions, you correct permissions on your HD using Apple's Disk Utility. Leave the machine ON overnight so that the Apple Utilities can clean house while you're sleeping.

  • "Save as PDF" - with working Links?

    Hi there,
    I just realized that when I use the "Print -> Save as PDF" function, it does not save the links into the PDF. Thus, when opening the file into Preview the links within the document don't work anymore.
    Any idea how this could be changed?
    Thanks for any advice!

    How about choosing "Mail Contents of This Page" from the File menu for the alternative?
    It enables the current page to save and email to yourself...
    Yoshinobu
    Message was edited by: Yoshinobu Morioka
    Message was edited by: Yoshinobu Morioka

  • Firefox does not create a pdf properly using "print Save as pdf" in Mac OSX. Why?

    When I "Print > Save As Pdf" in Mac OSX, Firefox will always clip the right margin of the page, leaving out alot of information from the document. Safari creates the same page effortlessly, but I generally prefer Firefox.
    == This happened ==
    Every time Firefox opened
    == ? After updating to Firefox 3.5.8 - maybe?

    I am able to command-print-save as PDF and get the whole page but Firefox crashes every time.

  • Unable to print doc as .pdf with Adobe reader XI

    Unable to print doc as .pdf with Adobe reader XI in windows 7. Tried uninstalling the software and also repair with same result. When clicked on print doc the option to print as .pdf cannot be seen. It just does not appear in the printer option. Help pls.

    cooljolu wrote:
    ya downloaded the trial version of acrobat. I guess it was free earlier and never faced a problem.
    Acrobat has NEVER been free. Reader (formerly called "Acrobat Reader") has always been free, but the Creation/Editing software has always had a price tag.

  • Hyperlinks don't work in PDF using Print Save as PDF

    I am unable to figure out how to get hyperlinks within Numbers 09 to work after I use Print > Save as PDF. Please help.

    Sean1234 wrote:
    I am unable to figure out how to get hyperlinks within Numbers 09 to work after I use Print > Save as PDF. Please help.
    The same way as you get them to work after you use Print > print to a sheet of paper.
    PDF documents created via the Print dialogue (or via Export...PDF) are basically digital equivalents of paper documents.
    If you want functioning hyperlnks in a PDF document, you need Adobe Acrobat or an equivalent application to create the document.
    Regards,
    Barry

  • Printing from a .pdf with B 7.0 NW04s

    We've setup the Adobe Document Server and can print to a pdf with BI 7.0 NW04s SP13 . Now I need to change the template or settings for the pdf output to add report title and the company logo. It doesn't seem to be one of the standard templates set in the IMG .

    Looks like all the info is noted in this note:
    Additional information: NW 2004s BI Web reporting PDF export
    SAP Note Number: 1069368

  • Printing "save as pdf postscript" yields problem with paper size

    when I "save as pdf postscript" my 8.5 by 8.5 pages doc, it shrinks and ends up right justified in the PDFX1A 2001 version...this only happens with this particular file--all I can think is that I used a lot of text wrapping around graphs and that messed it up, please help!

    nevermind! I figured out the problem--I needed to click on "view" and check "hide comments", which were being included in the PDF, making it smalled on the left side of the page
    thanks anyway AppleFolks

  • MS Word 2004 print/save as pdf - mysterious blank page

    Hi,
    I'm using Microsoft Word 2004 with OS 10.4.6. When I use the Save as pdf feature under the Print dialog, I keep getting blank pages in the pdf that don't appear in the Word Doc itself.
    The Word document contains 30 pages. The first page is a jpeg graphic. I managed to get it to print fine the other day, but after my wife fixed a few spelling errors, I got a blank page as the second page in the pdf. Strangely enough, there is no blank page there in Word. I turned on invisible characters in Word and couldn't find any stray characters. The first page is a jpeg graphic that takes up 75% of the page.
    All of the pages are formatted the same, portrait 8 1/2 x 11 with standard margins. Anyone have any suggestions?
    Thanks!
    Michael
    Power Mac G5   Mac OS X (10.4.6)   MS Word 2004 for Mac

    Hi,
    I tried pulling out the margins all the way the the edge, but I'm still experiencing the problem. I also tried reducing the image size significantly with no success. Any suggestions?
    I also tried deleting the image. With the image gone, the extra page goes, too. The page with the section break is still there but mysterious page #2 is gone. When I import the image again, though, I re-create the problem.
    I just realized I didn't try the 'Use Printer metrics to layout document' that Paul suggested and might look into that.
    Any other suggestions? I hesitate to do it because the document is somewhat elabourate, but I might try rebuilding the first few pages in a new document to see if I add the image first and then add the text if it will solve the problem.
    One other question. When I reveal invisible formatting, it does show two paragraph marks in the footer. This is the same for all footers on every page in the entire document. Could that be causing the problem? If so, do you know if it is possible to delete only the footer on the first page?
    One other clue: I used to have a graphic on the back page and now that I think of it, there was a blank page after it, too. It sure sounds like your tiling description...
    Thanks again for your help.
    Michael

  • How can I save a pdf with custom made joboption?

    Hi, I'm new here and my english is not perfect so please, don't make me regret I joined this forum
    The thing is that I have to print pdfs to pdfs with certain .joboptions and I really have no idea how to that.
    I tried to make it by distiller, it printed the error about the 'CheckCompliance out of range' error so I deleted the file and I set all of the options by myself just to realize that distiller won't work with .pdf files. I couldn't find all of the options I need in the Acrobat save menu.
    So... is there any solution to print/save pdf to pdf with joboptions I need?
    I hope the post is understandable
    Thanks in advance.

    Try tapping the share arrow and then tapping Open in iBooks.
    More info and options here -> iBooks: Viewing, syncing, saving, and printing PDFs on iPhone, iPad, and iPod touch

  • Safari unexpectedly quits when print Save as pdf

    My Safari 3.0.4 application crashes when I try to print a web page "Save as pdf". I was doing fine before last week, when Adobe Reader automatically updated to 8.1.2. I have Leopard 10.5.2 OS. Could any one help in fixing this problem?

    Try restarting or posting the error log which you get with it when you press report to apple.
    Message was edited by: Adam 552

  • Print - Save as PDF

    In the Print dialog, one of the options is to Save as PDF. After selecting this option, in the following window, there is an Author field filled in with the user name as the default. How does one make this Author field default to a "blank?"

    Create a Print Plugin with Automator with the following actions
    Run Applescript on run {input, parameters}
    activate
    set newFileName to POSIX path of (choose file name with prompt "Save PDF as…" default location path to documents folder) & ".pdf"
    return {newFileName, POSIX path of input}
    end runRun Shell Script--Set to pass as argumentsmv "$2" "$1"
    echo "$1"Set PDF Metadata
    You can set this to show this action when workflow runs in the Options. That will allow you to set specific metadata. If you want to set other defaults, fill them in and check the box for the metadata. If you don't want to set metadata at all, but want to clear the Title, check the Title box and leave the field blank. With this method, only the title gets set.
    I don't have Adobe Acrobat, so I'm just using the mdls command in Terminal to look at what gets set in the metadata. If this doesn't do what you want, I can't find another way.
    Edit: I didn't do any error checking to see if the file exists. The Choose file would if you added the extension. However, that would double the extension since I automatically add it in the applescript.
    Message was edited by: Barney-15E

  • Problem with save as PDF with FrameMaker 12

    Hey,
    I just received FrameMaker 12 and I like it.
    But I'm having problems when I use the save as PDF function.
    It takes very long time to generate the PDF (at least 30 minutes for a book)
    The fonts and spaces are messed up in the finished PDF. Some text blocks have paragraphs running over the margin
    I have tried a couple of different things:
    saving as MIF and back to FM
    uncheck rely on system fonts only, do not use document fonts
    but nothing have worked yet, please help I'm getting frustrated.

    Hi Jeff,
    After I realized that I didn't make the setprint.ini file, I did that and deleted the printer=adobe pdf in the .dll file. But it still doesn't work. I save to pdf anyway, I was just trying to optimize my usage by making the default printer in FM the adobe pdf printer.
    Anyway, the .dll file from above has the below information in it. I don't know what it means, but it has errors all over. Does this make a difference and what does it mean?....Thanks!
    TLOSS error
       SING error
        DOMAIN error
      R6028
    - unable to initialize heap
        R6027
    - not enough space for lowio initialization
        R6026
    - not enough space for stdio initialization
        R6025
    - pure virtual function call
       R6024
    - not enough space for _onexit/atexit table
        R6019
    - unable to open console device
        R6018
    - unexpected heap error
        R6017
    - unexpected multithread lock error
        R6016
    - not enough space for thread data
    abnormal program termination
        R6009
    - not enough space for environment
    R6008
    - not enough space for arguments
       R6002
    - floating point not loaded
        Microsoft Visual C++ Runtime Library   
      Runtime Error!
    Program:    ... <program name unknown>        ð?   À~ PA   €ÿÿGAIsProcessorFeaturePresent   KERNEL32    e+000                    EEE     50 P     (8PX   700WP           `h````  ppxxxx                     ( n u l l )     (null)  GetLastActivePopup  GetActiveWindow MessageBoxA user32.dll          ÿÿÿÿÇ´  Ë´      ÿÿÿÿVà Zà ÿÿÿÿÅà Éà ÿÿÿÿÇ  ¡Ç  ÿÿÿÿQÈ  UÈ  SunMonTueWedThuFriSat   JanFebMarAprMayJunJulAugSepOctNovDec    TZ  1#QNAN  1#INF   1#IND   1#SNAN              À      F        À      F        À      Fìþ          z    à              ¶   ,á            ì    á  (               <á                      @   N   ^   l   „   j   Z   J   8   &   ø  
           .   <   L   Z   j   x   ‚   Œ   ¢   ´   Ä   Ú   î   þ           0   B   N   Z   h   x      ¤   ´   À   Ø   ò           ,   @   T   n   ~   Œ   š   ¨   º   Ê   Ø   ê           4   L   f   ‚   Ž   ž   °   À   Ô   à   ì   ö               Ä   Ú       ˜   ¦   ˆ       œ   ¬   ¾   Ø   ê       ˆ GlobalFree  “ GlobalUnlock  Œ GlobalLock   GlobalAlloc KERNEL32.dll    ClosePrinter  n GetPrinterA | OpenPrinterA  WINSPOOL.DRV    GetFileVersionInfoA
    VerQueryValueA  VERSION.dll  RaiseException 
    GetFileAttributesA  t GetVersion    CloseHandle a SetEndOfFile  4 CreateFileA d SetErrorMode  W DeleteFileA ó _lcreat ò _lclose $ GetModuleFileNameA  > GetProcAddress   LoadLibraryA  ä MultiByteToWideChar & GetModuleHandleA  Õ LockResource  Ç LoadResource  • SizeofResource  £ FindResourceA Ê GetCommandLineA ™ HeapAlloc Ÿ HeapFree  ¢ HeapReAlloc   GetLastError  õ GetCurrentDirectoryA    GetFullPathNameA    GetDriveTypeA  FindClose Š FileTimeToSystemTime  ‰ FileTimeToLocalFileTime ” FindFirstFileA  b SetEnvironmentVariableA } ExitProcess ž TerminateProcess  ÷ GetCurrentProcess   GetEnvironmentVariableA u GetVersionExA  HeapDestroy › HeapCreate  ¿ VirtualFree m SetHandleCount  R GetStdHandle    GetFileType P GetStartupInfoA ² FreeEnvironmentStringsA ³ FreeEnvironmentStringsW Ò WideCharToMultiByte   GetEnvironmentStrings   GetEnvironmentStringsW  ] DisableThreadLibraryCalls ß WriteFile » VirtualAlloc  j SetFilePointer  | SetStdHandle  ª FlushFileBuffers    ReadFile  ¿ GetCPInfo ¹ GetACP  1 GetOEMCP  S GetStringTypeA  V GetStringTypeW  ! CompareStringA  " CompareStringW  ¿ LCMapStringA  À LCMapStringW  p GetTimeZoneInformation  / RtlUnwind USER32.dll  O CoTaskMemFree N CoTaskMemAlloc  @ CoRegisterMessageFilter S CoUninitialize    CoDisconnectObject  ole32.dll           °oÓF    B               8   <   @    ?  O     SetPrint.dll _F_ApiClientInit@16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ö¤   ²          ›¥                  Could not open SetPrint.ini file    success
        failed, error = %i
    Setting printer to "%s"...  Printer =   rt  SetPrint plugin from Sundorne Communications www.sundorne.com
      SetPrint.ini    /restore    /save   winspool    `á  `â  `ã  `ä  `å  `æ  `è  `é  `ê  `ë  `ì  `í  \   <c> .   <u> ..  <r> <v> ..\ FRM %ld ø  ü   „   †   ˆ  Ð4                                                                  ô           ì           à   €O  GetResource Notify  DialogEvent Message Command Quit    Initialize  ClientOutFormat ClientInFormat  ClientSuffix    ClientVendor    ClientFormatId  ClientFacet ClientProducts  FileDescription ClientType  ClientName  \StringFileInfo\040904b0\   Hj  u˜  s˜  “V  ªV  ªV              ÿÿÿÿ
          $ü      øû      Ìû 
       ¨û      |û      Lû      (û      üú      Äú      œú      dú      ,ú       ú  x   ôù  y   äù  z   Ôù  ü   Ðù  ÿ   Àù  š   š                       ( ( ( ( (                                     H                               „ „ „ „ „ „ „ „ „ „                                                                         ‚ ‚ ‚ ‚ ‚ ‚                                                                                                                                                                                                                                                                                                                            .               è‹              –Á  –Á  –Á  –Á  –Á  –Á  Ø   Ø   ð   ð   ÿÿÿÿÿÿÿÿð   ñ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

Maybe you are looking for

  • Multiple ipods on same computer, ok?

    I have 1, want 1 for wife!

  • Can I store music on an external drive and point iTunes to it?

    My wife has a G4 with a 20gig hard drive. Can she buy an external drive and just use that for the music? Would anyone tell me the procedure we would have to do to get this working? She doesn't ever need to disconnect the external hard drive we would

  • MSS Object and data provider Important

    Dear All,          I have a requirement of changing the list of data that is displaying on the general information of the Manager iview. The manager should look the Org unit till depth 3. But we have a standard rule for setting it till org unit 2(MSS

  • Wired guest access with 5508

    Hi I have setup wireless guest access for a customer with a single 5508 and web authentication no problem at all. He then wanted to test wired guest access. The 5508 is currently connected to a single 3560 switch. The wired clients get a DHCP address

  • Possible to make Phone Vibrate twice in a row for a text

    I been wondering lately if there is a way to make your Iphone vibrate twice for a text. I know after a few mins it will vibrate again but a lot of the time i never even feel it cause the Iphone vibrate is so weak compared to most phones. So from what