Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Firefox PDF Viewer Displays Specific PDF Incorrectly

more options

I have a PDF hosted on my website that displays incorrectly when loaded in the FireFox PDF viewer. I would like to simply fix the PDF so that it looks correctly. I understand there are ways to circumvent the PDF viewer, but I have not been able to get any of them to work for me. Is there a style guide or something that can help me fix the PDF so it loads correctly on the website?

The PDF is: http://www.tiresafetygroup.com/wp-content/uploads/downloads/2013/05/Modern-Tire-Designed-for-Profit-WEB4.pdf

I have a PDF hosted on my website that displays incorrectly when loaded in the FireFox PDF viewer. I would like to simply fix the PDF so that it looks correctly. I understand there are ways to circumvent the PDF viewer, but I have not been able to get any of them to work for me. Is there a style guide or something that can help me fix the PDF so it loads correctly on the website? The PDF is: http://www.tiresafetygroup.com/wp-content/uploads/downloads/2013/05/Modern-Tire-Designed-for-Profit-WEB4.pdf

Всички отговори (3)

more options

It already looks a lot better in the Latest development version, although I still get the notification bar.

Latest development version of the PDF Viewer (pdfjs) as a Firefox extension:

more options

This problem is deadly. I rely on people being able to enter data and return the pdf to me to order work. The viewer fails at everything!!!! I have had to tell clients to USE Internet Exploder! Please change the default back to acrobat until you have the bugs worked out. You have no idea how difficult it is to tell someone to use IE instead of Mozilla! The Solution is below: The fix is at tools/options/applications/pdf viewer reset it to Acrobat!

Променено на от danapier

more options

You could try serving PDFs differently to Firefox, namely, push them as downloads. It may be easier to do this with a link to a script (php, asp) than with a link to a PDF. (PHP is easier to debug than, say, Apache .htaccess)

Example: http://www.jeffersonscher.com/res/servepdf.php?f=Mixed_Content_Blocking.pdf

Code: http://www.jeffersonscher.com/res/servepdf.php