USPTO site asks for Quicktime Plug-in which I already have installed. Why?

9,194

Solution 1

I had the same issue.

  • Go to the QuickTime control panel.
  • On the "Browser" tab, click on the "MIME Settings..." button.
  • Expand the "Images - Still image files" node and make sure "TIFF image" is checked.
  • Close the "MIME types" window and the "QuickTime Preferences" window by clicking on OK.
  • Restart Firefox.

After doing this, I could see the TIFF images on the USPTO site.

Solution 2

Update: it seems my email to the USPTO's webmaster already had the erroneous newlines removed from (some?) of the pages I tested earlier! That kind of obsoletes this answer -- let's see if it's indeed true, or just a coincidence.

The TIFF images are included in the web pages using something like:

<embed src="/.DImg?Docid=07574389&PageNum=1&IDKey=5D8E82D5603F
&ImgFormat=tif" width="570" height="840" type=image/tiff></embed>

This often/sometimes has a newline within the URL (and the type attribute is badly quoted as well). For Safari on a Mac, it is sufficient to get rid of that erroneous newline. Here's a bookmarklet to do just that (easily bookmark it from here):

javascript:(function(){function%20loadJQuery(onload){if(typeof%20jQuery!='undefined'){onload();}else{var%20h=document.getElementsByTagName('head')[0],s=document.createElement('script'),loaded=false;s.type='text/javascript';s.src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js';s.onload=s.onreadystatechange=function(){if(!loaded&&(!this.readyState||this.readyState=='loaded'||this.readyState=='complete')){loaded=true;onload();}};h.appendChild(s);}}loadJQuery(function(){$jq=jQuery.noConflict();$jq('embed').attr('src',function(){return%20this.src.replace(/\\n/,'');})})})()

Maybe this is just enough for Firefox as well, if the proper plugin has been installed following the instructions at USPTO's "Plugins - TIFF images". If so, then using Greasemonkey one can run the JavaScript automatically for each page.

Note that the URLs are not valid forever; when expired you might get another TIFF image telling you something like "Search Time Limit Has Expired. Please click on the Full Text button to return to the full text page." I've also seen images for which the server did not return a value for Content-Length, but I fail to find such images now. Maybe one out of multiple servers is behaving odd?


As an aside, at "Patent Full-Page Images" USPTO explains why TIFF is used:

PTO's full-page images [..] are stored and delivered at full 300 dots per inch (d.p.i.) resolution in an image file format called "TIFF," using CCITT Group 4 compression. This is the format which is required by the international standards to which all patent offices must conform. [..] Unfortunately, due to the volume of the image data, available funding, and other technical considerations, PTO cannot convert these images to a format more popular on the Web either permanently or by converting on-the-fly as they are delivered.

As a result, you must install and use a browser plug-in [..] in order to view these files directly. An alternative method is to use third-party software or services to view these images either directly or after conversion to another format, such as Adobe® PDF.

The plug-in you use cannot be just any TIFF image plug-in. It must be able to specifically display TIFF files using ITU T.6 or CCITT Group 4 (G4) compression.

So, one must use a plug-in. Or must one?

While USPTO may not be able to convert on the fly, why shouldn't you do that? If one manages to find an online TIFF converter then the bookmarklet is easily changed to use that...

Solution 3

I had same issue, running on Snow Leopard, Safari 4 and FF 3.6

In your example, the separated TIFF image can be found here, which behaves oddly in Safari but I still can't open in Firefox. In either way I can download the TIFF and see the file from my desktop.

Here you can test if the problem is in your plugin or the website. In my case, it was USPTO to blame. At very least they're quite outdated, but it's not an issue in the HTML itself. I'd bet it's on the .DImg script, but it could also be something in the plugin (mine is 7.6.3) or even FF 3.6. It's certainly some standard deviation issue, as the developer of another TIFF plugin for mac also had issues 2 years ago with FF 3.6 alone (unlike you, it seems).

Well, if you're on Windows, you can try alternatiff. Another option would be to install Google Docs Viewer extension, if you enjoy gDocs. I think there's still no fixes for this, and it does seem some people don't have that problem at all.

Updates to come as I find more info. intrigued

edit: Sorry, couldn't find anything more. This will likely be eventually fixed in future releases, I'd stick with using Safari or downloading the image in the meantime. Just as another side note, it also does not work on Google Chrome.

Solution 4

I've been fighting with similar problems; the QT plugin for FireFox can't handle embedded MP3s ever since I upgraded past FireFox v3x to versions 4, 5, 6, etc. After doing a bit of research, it appears to be a 64-bit vs 32-bit issue: the QT plug-in is only 32-bit, and doesn't work properly in 64-bit mode. As to why QuickTime hasn't made a proper 64-bit plug-in yet, who can say? In the interim, if you switch to 32-bit mode, everything should display properly. This is no help to those of us designing sites that require this functionality (as the end-users will just assume it's a problem with our sites when the real culprit is QuickTime) but it should allow you to view the content you seek. Hope this helps!

Solution 5

Go to the Mozilla plugins site and download Aspator 1.103 – problem solved.

Share:
9,194

Related videos on Youtube

Bonbelo
Author by

Bonbelo

Updated on September 17, 2022

Comments

  • Bonbelo
    Bonbelo over 1 year

    Whenever I try to watch the images of a patent in the USPTO site (example) using Firefox, the browser asks me to download the latest Quicktime, manually. This is totally strange because I already HAVE the latest plug-in (it even appears on my Firefox add-ons list).

    In the past I have only been able to see patent images using Safari. But never with Firefox. Is it a USPTO problem or a Mozilla one? Is there a way to fix the problem?

    edit: I can't see TIFF images neither with Internet Explorer (both 32-bit and 64-bit versions) nor with Chrome. All these browsers don't know how to open embedded TIFF images because they don't recognize the installed Quicktime plugin. A USPTO conspiracy to promote Safari? Come to think of it, I had this problem in my old computer as well. It had a 32-bit Vista OS, now I have 64-bit Windows 7. I hate TIFF and can't find Mozilla-specific information anywhere.. Arghh, am I the only one here with this freak problem?!

    • Arjan
      Arjan about 14 years
      For those who want a different plug-in: see uspto.gov/faq/plugins/tiff.jsp
    • cregox
      cregox about 14 years
      Did you ever manage to solve this?
    • Bonbelo
      Bonbelo about 14 years
      Nope. And no real answers to the Apple forum either. I guess I'll have to wait for a future version of Quicktime and/or Firefox to deal with the plugin issue. It seems to me that it hasn't installed correctly in my system.
    • cregox
      cregox about 14 years
      again, I don't think it's your installation. It happened at least to Arjan and me too. Now, that's QuickTime plugin issue just for displaying a TIFF file... Can you imagine what Apple is going through for dealing with FLASH?! :D
    • kinokijuf
      kinokijuf almost 10 years
      The sad thing is that MSIE handless TIFFs just fine, but as images, which means this site won’t work
  • Bonbelo
    Bonbelo about 14 years
    Bummer. I followed your instructions for both TIF and TIFF, restarted Firefox and still it asks me to download manually the plugin, which is the standalone Quicktime which I already have. I noticed in the Options --> Applications of Firefox that no TIF/TIFF handling is shown. Is this normal?
  • Bonbelo
    Bonbelo about 14 years
    Thanks for the link to check where the problem is: "This page contains an embedded TIFF image compressed with LZW compression. You do not have a TIFF plugin installed or working." was the answer I got. So I guess the problem is in my Firefox. Any other guesses to fix Quicktime/Firefox before trying to install alternatiff?
  • cregox
    cregox about 14 years
    The script didn't work for me, on firefox. It loads Q logo for a while and then QT says: "Search Limit Time Expired. Please click on the Full Text button to return to the full text page", whatever that "full text" means! :o
  • cregox
    cregox about 14 years
    It's not in your firefox. You see, it happens same issue in mine. Anyway, I'm sorry, I couldn't figure out how to fix this and it seems like Arjan van Bentem is on top of it. Mind you if I ask why don't you just use Safari for such specific task, since you have it?
  • Arjan
    Arjan about 14 years
    @Cawas, that's due to using old URLs, I think (like the ones referenced in this question and answers), so start afresh at patft.uspto.gov/netahtml/PTO/search-bool.html. (And I doubt the script is still needed to start with; like I wrote, it seems the erroneous newline has been fixed, but I did not get a reply to my bug report to USPTO's webmaster yet.)
  • Arjan
    Arjan about 14 years
    @Cawas, as an aside: note that the error message is actually a TIFF image as well.
  • cregox
    cregox about 14 years
    Haha, I only noted the error message was an image from quicktime, didn't thought it would be a TIFF! :)
  • Bonbelo
    Bonbelo about 14 years
    Heh, it's a matter of "principles". I HAVE to know what's going wrong and fix it. :) In the meantime, let me suggest freepatentsonline.com which is a powerful search engine for patents that provides with all patents in ready-to-download-and-print PDF files. Nevertheless, I would really love to know what went wrong with my Quicktime plugin installation.
  • cregox
    cregox about 14 years
    yeah, I'd like to know too. but I bet it's nothing different from what we expect. and it was nothing wrong with YOUR installation. I've worked enough with web standards and this is a tipical case of standard conflict. just like when you develop a web page you have to do it for IE and FF.
  • cregox
    cregox about 14 years
    I've already linked an online tiff conerter. it's google docs. ;)
  • Arjan
    Arjan about 14 years
    @Cawas, I did try Google Viewer, but it doesn't like the USPTO TIFFs I tried. Also, one would need one that only returns an image, not a full blown HTML page.
  • cregox
    cregox about 14 years
    Yeah, it didn't work on USPTO to me too, but it does a fine job converting TIFF in general.