Here is some other example (Remark/Beware: Printer is used). #include <IE.au3> #include <MsgBoxConstants.au3> Local $oIE_PDF = _IECreate("http://lipok.pl/test.pdf", 0 , 1 , 0 ) Local $oPDF = $oIE_PDF.document If @error Then Sleep(100) ObjName_FlagsValue($oPDF) MsgBox(0, '0', '$oPDF.src = ' & $oPDF.src) $oPDF.GotoFirstPage MsgBox(0, '1', '$oPDF.GotoFirstPage') $oPDF.SetZoom(200) MsgBox(0, '2', '$oPDF.SetZoom