Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

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

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

Научете повече

Embbebed pdf plugin viewer problem

  • 1 отговор
  • 4 имат този проблем
  • 10 изгледи
  • Последен отговор от chenwy

more options

Hi, I´m developing a web application and in my web page I use the HTML Object in order to show a embebed PDF using Firefox plugin. This is my code:

<object id="pdf" data="test.pdf#zoom=58&toolbar=0&navpanes=0&scrollbar=1" type="application/pdf" width="100%" height="500">

</object>

At first time Firefox show me a strange viewer with my pdf preview at the viewer´s bottom and without correct zoom. If I refresh my page the viewer show me pdf file perfectly centered and with correct 58 percent zoom.

In other browsers like IE and Chrome works ok at first time Maybe a Firefox Adobe Acrobat plugin's bug?

Thank you, Javier

Hi, I´m developing a web application and in my web page I use the HTML Object in order to show a embebed PDF using Firefox plugin. This is my code: <object id="pdf" data="test.pdf#zoom=58&amp;toolbar=0&amp;navpanes=0&amp;scrollbar=1" type="application/pdf" width="100%" height="500"> </object> At first time Firefox show me a strange viewer with my pdf preview at the viewer´s bottom and without correct zoom. If I refresh my page the viewer show me pdf file perfectly centered and with correct 58 percent zoom. In other browsers like IE and Chrome works ok at first time Maybe a Firefox Adobe Acrobat plugin's bug? Thank you, Javier

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

more options

These are the preview images, in the first picture the viewer show me gray background and not centered picture but when I refresh show me second picture (ok pdf).