#include <IE.au3> Local $oIE_PDF = _IECreate("http://lipok.pl/test2.pdf", 0 , 1 , 0 ) MsgBox(0, '1', 'wait') $oIE_PDF.document.GotoFirstPage MsgBox(0, '2', '$oIE_PDF.document.GotoFirstPage') $oIE_PDF.document.SetZoom(200) MsgBox(0, '3', '$oIE_PDF.document.SetZoom(200)') $oIE_PDF.document.SetZoom(20) MsgBox(0, '4', '$oIE_PDF.document.SetZoom(20)') $oIE_PDF.document.LoadFile("http://lipok.pl/test.pdf") MsgBox(0, '5', '$oIE_PDF.document.