in reply to Using Perl and Win32::OLE to Convert XML/XSLT Opened in Internet Explorer to PDF Documents
One difficulty I'm having is searching the web for useful resources and helpful tips—particularly the magic OLE incantations I must intone.
Search the MSDN, all info is on MSDN, and now for my copy/paste
If you want to automate anything on win32 you have to absorb the following knowledge . It mostly consists of learing the ole/excel/powerpoint... object model, and using Win32::OLE to call it or sending messages using guitest. OLE is essentially a fancy/standardised way of sending messages. Its very much like web-scraping, you have to know HTTP/HTML DOM .... the rest is just legwork
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Perl and Win32::OLE to Convert XML/XSLT Opened in Internet Explorer to PDF Documents
by Anonymous Monk on Feb 22, 2014 at 19:39 UTC |