views:

47

answers:

4

Ok I see these 2 questions:

How to oepn PDF in another tab

Can google chrome open local links

But I'm not sure they answer my question. I'm trying not to install any PDF reader (Adobe sucks) and know that Chrome will open PDFs I open from the internet. So my question is why won't it work if the PDF is local to my machine? Is there a workaround/plugin/other browser I can use to accomplish this?

The argument of security is totally bogus since how is a PDF I'm opening on the internet any more secure/safe than a PDF I have on my local machine?

A: 

Chrome is able to open PDFs opened from internet, because you have some PDF reader installed in your local machine. If you really hate Adobe reader then install something like Foxit PDF reader.

Pradeep
I'm already viewing PDFs on a clean PC with Chrome only, so this is not true. But these PDFs are all web based. As soon as I save, and try to reopen, Chrome runs home to mama.
Steven Wright
Check this http://googlesystem.blogspot.com/2010/06/built-in-pdf-reader-for-google-chrome.html. Seems like Chrome has some built-in capability to open PDF while browsing. May not be true when opening file from local PC.
Pradeep
Going to try this on my machine and see what works. Looks like it should work.
Steven Wright
Yea, this is the case. Chrome is just trying to open a third party app. Not really what I was looking for.
Steven Wright
A: 

When you say "open a PDF in Chrome", what do you mean, exactly? Are you opening it through Gmail or Google Docs? If so, that's Google doing conversion behind the scenes, converting it to HTML on their servers, with Chrome simply rendering the HTML as usual.

As far as I'm aware, Chrome has no built-in PDF viewing capabilities.

Judah Himango
A: 

I'm assuming you are on Windows. So, if your PDF is c:\some\path\some.pdf, simply use this URI in Chrome's address and search field:

 file:///C:/some/path/some.pdf

On Linux I'd expect this for /some/path/some.pdf to change to

 file:///some/path/some.pdf

(but have no chance to test this).

pipitas
+1  A: 

I'm running Chrome 8.0.552.18 on my computer now, under Windows 7, and I just clicked and dragged a PDF onto it, and it loaded it up no problem...

And no, it doesn't look like it's using Acrobat or Foxit, or another PDF reader... it looks like Chrome 8 does have its own PDF renderer.

Mark
Upgraded to Chrome 8 and now it's working.
Steven Wright