http://michaelo.pl/test_pdf/test.pdf
how to connect to this opened PDF using acrobat reader COM object
and how to save that PDF without opening file save dialog
Edited by mlipok, 01 May 2012 - 07:13 PM.
Posted 19 April 2012 - 08:36 PM
Edited by mlipok, 01 May 2012 - 07:13 PM.
Posted 22 April 2012 - 01:19 PM
Posted 23 April 2012 - 12:55 PM
Posted 23 April 2012 - 01:55 PM
Posted 23 April 2012 - 04:13 PM
Posted 23 April 2012 - 04:44 PM
#include <ie.au3> Local $oInternet = _IECreate() $oInternet.Navigate("<a href='http://michaelo.pl/test_pdf/test.pdf' class='bbc_url' title='External link' rel='nofollow external'>http://michaelo.pl/test_pdf/test.pdf"</a>) ; Opening a web page that contains a form MsgBox(0,'','') ;_IELoadWait($oInternet) ;Sleep(4000) ; Give the page time to load Local $oDoc = $oInternet.document ; Example object to test ;Local $oForm = $oDoc.forms(0) ; Example object to test MsgBox(0, "", "Interface name of $oInternet is: " & ObjName($oInternet) & @CRLF & _ "Object name of $oInternet is: " & ObjName($oInternet, 2) & @CRLF & _ "Interface name of $oDoc is: " & ObjName($oDoc) & @CRLF & _ "Object name of $oDoc is: " & ObjName($oDoc, 2) & @CRLF )
Posted 23 April 2012 - 05:51 PM
Posted 29 April 2012 - 02:20 PM
Edited by mlipok, 29 April 2012 - 06:43 PM.
Posted 01 May 2012 - 07:12 PM
Pasek poleceń
Pasek poleceń Ulubione
LinksBand
Pasek ulubionych
Dodaj do paska ulubionych
ITBarHost
Pasek menu
100%
100%
Wyszukiwarka Google
Wyszukiwarka Google
Zaznaczenie na stronie
Zaznaczenie na stronie
http://michaelo.pl/test_pdf/test.pdf - Windows Internet Explorer
Gotowe
C:\Documents and Settings\u1\Ustawienia lokalne\Temporary Internet Files\Content.IE5\R4RX6L06\test[1].pdf - Adobe Reader
AVToolBarHostView
AVTableContainerView
AVTabStripView
AVSplitterView
AVSplitationPageView
AVSplitterView
AVScrolledPageView
AVScrollView
AVTableContainerView
8,27 x 11,70 cale
AVPageView
AVToolBarEasel
AVToolBarEasel
AVToolBarEasel
AVToolBarEasel
AVToolBarEasel
113%
1
Posted 01 May 2012 - 07:34 PM
$string = WinGetText('http://michaelo.pl/test_pdf/test.pdf - Windows Internet Explorer', 'AVToolBarHostView') StringRegExp($string,'(?i).*Temporary Internet Files.*.pdf',3)
Edited by mlipok, 01 May 2012 - 07:40 PM.
0 members, 0 guests, 0 anonymous users