Can't get pdf links from others to open in Preview

Just got new MBP w/change from Snow Leopard to Lion. When I clicked pdf link from friend, it opened a black page on Safari--the default browser.
This also happened sometimes before in SL, but I learned if I held down Control while clicking the link, it would trigger Preview to open the file. Not now.
Any solutions?
Thanks,
K

Thanks, Carolyn. I've checked several, and they all already have Preview chosen as the default. (Also evidenced by the 'Change All' button being grayed out & unclickable.)
The friend who sent the link said I should download Adobe PDF Reader since my MAC is brand new....?
In the past (pre-Lion on Snow Leopard), MOST pdf's would open In Preview without this problem.
I *really* need this to open: It's the manual for my new Sony RX100!
Thanks,
K

Similar Messages

  • HT201303 how can i get songs downloaded from other apple products on my shared apple id on to my ipod nano?

    how can i get songs downloaded from other apple products on my shared apple id on to my ipod nano? my daughter just got a new ipod nano for her birthday and we redeemed the shared apple account our family uses and when we went to go buy music it says we need to redeem another card for us to buy the music so i was wondering if i could just let my older daughter download the music onto her phone via itunes app and see if that music would go on my younger daughter's ipod nano but i am looking on the itunes and i don't see an option for that for ipod nanos. thanks so much.

    You should always make sure that you put all of your music on your computer.  From there you can sync it to whatever device you like

  • How can i get all links from html file ?

    I tried some code:
    List<string> metas = new List<string>();
    string text = "";
    string mys = "";
    public List<string> LockedThreads(string filename)
    HtmlWeb web = new HtmlWeb();
    HtmlAgilityPack.HtmlDocument doc = new HtmlAgilityPack.HtmlDocument();
    doc.Load(filename, Encoding.UTF8);
    var metaTags = doc.DocumentNode.SelectNodes("//meta");
    if (metaTags != null)
    foreach (var tag in metaTags)
    if (tag.Attributes["name"] != null && tag.Attributes["content"] != null)
    text = tag.Attributes["name"].Value;
    mys = tag.Attributes["content"].Value;
    var linksOnPage = from lnks in doc.DocumentNode.Descendants()
    where lnks.Name == "a" &&
    lnks.Attributes["href"] != null &&
    lnks.InnerText.Trim().Length > 0
    select new
    Url = lnks.Attributes["href"].Value,
    Text = lnks.InnerText
    foreach (HtmlNode node in doc.DocumentNode
    .SelectNodes("//a/@href | //img/@src"))
    metas.Add(node.Name);
    In the var linksOnPage i'm getting all the links but some of them not only links for example the first item i see:
    [0] = { Url = "/", Text = "&nbsp;&nbsp;&nbsp;&nbsp;" }
    Then the second item:
    [1] = { Url = "http://rotter.net/cgi-bin/forum/dcboard.cgi?az=login", Text = "התחבר" }
    Next i want to add another loop or variable that will contain only the links after im src for example:
    <img
    src="http://mysite.com"
    border="0"></a></TD><TD
    ALIGN="right"
    VALIGN="TOP"
    WIDTH="55%">
    So to get only http://mysite.com
    So in the end i will have two Lists:
    First List will contain all links from the html file.
    Second List only links that are in img src

    Ok i'm using regex now and i can get the links i need:
    List<string> metas = new List<string>();
    List<string> metas1 = new List<string>();
    string text = "";
    string mys = "";
    public List<string> LockedThreads(string filename)
    string[] fall = File.ReadAllLines(filename);
    foreach (string hh in fall)
    if (hh.Contains("http://rotter.net") && hh.Contains("locked")||
    hh.Contains("locked_icon_general") ||
    hh.Contains("locked_icon_anchor") ||
    hh.Contains("icon_anchor") ||
    hh.Contains("locked_icon_fire") ||
    hh.Contains("locked_icon_sport")||
    hh.Contains("locked_icon_camera")||
    hh.Contains("locked_icon_movie"))
    Regex linkParser = new Regex(@"\b(?:https?://|www\.)\S+\b", RegexOptions.Compiled | RegexOptions.IgnoreCase);
    foreach (Match m in linkParser.Matches(hh))
    metas.Add(m.Value);
    So now in the metas i have in this case two links.
    For example the first link is from this block in the file:
    The link i got is : http://rotter.net/forum/Images/hot_icon_anchor.gif
    And this is the right link from this block but now how do i get the text from this block and how i connect how do i know that this text belong to the link ? I need to add this text from this block to a new List. Before all that i counted on my own lines
    and got the text but that's a bad idea.
    I need somehow to get: שרשור תשדירי בחירות מרוכז:
    To get the text between the ToolTip',' and the second ',' but not from all the html file only in places of this two links i extracted.
    <TD ALIGN="RIGHT"
    VALIGN="TOP">
    <body onmousemove="overhere()">
    <a onmouseover="EnterContent('ToolTip','שרשור תשדירי בחירות מרוכז:','<u><span style=color:#000099;>כתב: menahem בתאריך: 03.03.15
    שעה: 08:51</span></u><br>1.<br>http://youtu.be/utUaqyiRkJ8<br><br><br>...'); Activate();"
    onmouseout="deActivate()"
    href="javascript:void(0)">
    <img src="http://rotter.net/forum/Images/hot_icon_anchor.gif"
    border="0"></a></TD><TD
    ALIGN="right"
    VALIGN="TOP"
    WIDTH="55%">
    <FONT CLASS='text15bn'><FONT
    FACE="Arial">
    <a href="http://rotter.net/cgi-bin/forum/dcboard.cgi?az=read_count&om=187966&forum=scoops1"><b>
    <font color="red">שרשור תשדירי בחירות מרוכז:</b>
    </a></font></TD>

  • How can i get pdf files from my ipad to my pc?

    Please help im so lost, i need to get a pdf file from my ipad to my pc but it doesnt work with workspaces. I really need it for uni.

    If you are running the Adobe Reader app on your iPad you can upload your pdf to .crobat.com and then download it to your laptop
    On your iPad open your PDF in the Adobe Reader app
    Select the save icon in the top toolbar - looks like a doc with a wrench)
    Select 'Save to Acrobat.com'
    Select the 'Get Started' button
    Enter you Adobe ID and password
    Your file should be saved up to Acrobat.com
    Go to your PC
    Launch your internet browser
    Open https://files.acrobat.com/
    Log into Acrobat.com with the same Adobe ID as you used on your iPad
    Your file should be available
    Select the file and select the Download icon
    You can download the file to your hard drive
    Another option is
    Go to you PC
    Launch Adobe Reader
    Select File > Open
    From the Open Dialog select the dropdown arrow beside 'Open from online Account' - select Acrobat.com
    You will be prompted to enter your Adobe ID and Password
    You should then see your PDF in the listings
    Select to open
    Once open you can save to your desktop
    hope this helps
    Susan

  • TS3899 I changed from an Iphone to a Android.  I can't get my email from other Iphones

    I changed from an Iphone to a Android.  Now I can't recieve emails from other Iphones.

    Email should not be a problem, text messages can be but not email if it is set up correctly on your new phone.

  • How do i get PDF files from email to open with 6.0.1?

    How do I open PDF files from email in 6.0.1?

    Just tap the PDF icon and will open in the viewer.

  • Can't get any links from email

    why does't my ipad not keep breaking off from my wify?

    If this does not help, you may also try resetting your device. This won't delete your data stored on the phone.
    Press and hold the Sleep/Wake button
    Press and hold on the Home button
    Keep holding both buttons until the display turns off and back on with Apple logo on it.
    Alternatively, you may go to Settings - General - Reset - Reset All Settings

  • How can I get specific URLs from outlook to open in firefox where IE is my default browser

    I require to open specific URLs from outlook to be opened in Firefox. However, IE will be my default browser.

    Try this tutorial ;)
    http://support.mozilla.com/en-US/kb/Remembering+passwords

  • I can't view the pdf files from outside without open them

    i had the adobe acrobat 7.0 version 7 installed on my pc
    when i upgraded it to version 9.0 , I can no longer see the cover of pdf files
    how i can view the pdf files from outside without open them
    please notice the divergence between these picture
    before
    after

    the problem becouse my windows is 64 bit
    i found a fix file , i try it and it works
    download
    http://www.pretentiousname.com/adobe_pdf_x64_fix/#downl

  • How can i get the data from database & add them as a link

    Hi,
    how can i get a data from a database(DB2) and that data will be having a file so i should make them as a link.i tried it in jsp .
    <%
    Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
    Class.forName("COM.ibm.db2.jdbc.net.DB2Driver");     
    response.setContentType("text/html");
    Connection conn = null;
    conn = DriverManager.getConnection("jdbc:db2:spintran");
    Statement stmt = conn.createStatement();
    stmt.executeQuery("set current schema tut");
    ResultSet rs = stmt.executeQuery("select * from tutorial");     
    %>
    Type Of the Category : &nbsp&nbsp&nbsp
    <%
         while (rs.next())
         String desc = rs.getString(1);     
         out.println(desc);
    %>
         <A HREF = "<%=desc%>"><%=desc%> </A>
         <%
         %>
    but it is not working.how can i link.
    thank you.

    what is desc? is it the file name ? whats the data type of desc in db? INFILE?
    if desc is just the name of the file, then make sure that such a file exists in the proper folder.only then the link works..
    that is, if desc is 'a.jpg' then a.jpg should be existing in the same folder as your html is.

  • Since the update I can no longer open a link from an email opened PDF file. I could prior to update

    Since the update I can no longer open a link from an email opened PDF file. I could prior to update

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased.
     Cheers, Tom

  • Can i use some other company's locked iphone? or can i get official unlock from apple? cause i had iphone but it got water damage and don't want to pay crazy amount of money to get brand new...

    can i use some other company's locked iphone? or can i get official unlock from apple? cause i had iphone but it got water damage and don't want to pay crazy amount of money to get brand new...
    and i m getting locked phone from my family memeber for free. but he's with some other carrier. so can i get official unlock for that phone. please help me with this.
    thank you

    Only the original cellular provider can authorize unlocking. You will need to contact them to determine if they offer unlocking and if the phone qualifies.

  • How can I get an image from the screen? Like screen printer in PC to pasting after in word or other program.

    How can I get an image from the screen? Like screen printer in PC to pasting after in word or other program.

    If you do Cmd+Shift+3 you'll get a full screen image saved to your desktop as a jpg file.
    Also, you can use Cmd+Shift+4 and you'll get a cursor which you click+drag to draw a box. When you release the drag the boxed in area will be saved to the Desktop as a jpg file.

  • LR5 won't print, it send print job starts to spool then just dissaperes from the print cue? my printer works fine with other software. I can't get any help from Adobe support can anyone help???

    Hi i need help! I can't print any jobs, LR5 starts to print then the job disappears from the print cue. I can ! print from other application no problem.
    I can't get any support from Adobe. Any ideas would be great.

    Hi,
    Please try the following steps:
    Open the file in Adobe Reader
    Click on File menu - Print
    In the Print Dialog box, select the Printer and then select Advanced button
    In the Advanced print setup, Please check 'Print as Image' (See the Screen shot)
    Click Ok and then Click Print.
    Let me know if this solves the problem.
    ~ Aditya Kalania

  • I'm using iphone 4S, and I can not open PDF file only from my husband email that using Mic outlook. It was very weird because I can received other email with pdf file from other people. can someone help.

    I'm using iphone 4S and ipad mini, and I can not open PDF file only from my husband email that using Mic outlook. It was very weird because I can received other email with pdf file from other people. Can someone help...
    Thanks in advance

    Hi Eidda,
    This may because the attachment is a winmail.dat file. I would recommend taking a look at the article below for more information. Note: the article is written for OS X mail, but does also apply to this situation.
    Mac OS X Mail: What is a winmail.dat attachment?
    http://support.apple.com/kb/HT2614
    -Griff W.

Maybe you are looking for

  • WebService Client on Weblogic 10.3.5 invoke Webservice

    I have a web application on weblogic 10.3.5.This application needs to talk to another secure website via a webservice. I have setup keystores in weblogic as -Custom identity and Java Standard trust. Made a new keystore Included the certificate chain

  • Pix vpn tunnel using certificates problem

    hi I have set up a small network at home to practice a branch office pix 501 obtaining a digital certificate from a windows 2000 server which is located on a dmz on a pix 515 over an encrypted tunnel the tunnel is initually set up using pre-shared ke

  • Hi all, I got problem with my Safari!?

    Hi all, I got problem with my Safari, same with Google Chrome, when trying to block pops-up. It's already ticked on BLOCK but everytime i click on new link, an annoyed pop-up appeared (game online, Mackeeper ...), any advice?

  • Citibank ACH format

    Hi Sappers!! I have two questions on ACH payments thourgh SAP. Does Citibank use the same ACH format developed by NACHA or do they have their own ACH format. Does SAP generate the ACH format that exactly matches NACHA ACH? Appreciate your time!! Vj

  • Iterate through selected characters

    Hi guys and girls! Has anybody a code snippet to show me how to iterate through the selected text (not the frame!, not the words, only the selected chars) and make any change on the characterAttributes (size, color, etc.)? Deeper into it: In the prop