http://www.perlmonks.org?node_id=1028950


in reply to How Can I get the Word Document Page Number in Perl Using Linux?

If I were on a Windows box that had Microsoft Word installed, I would use Win32::OLE to control Word to retrieve that information. However, that combo isn't available on Linux.

One alternative would be to use OpenOffice or LibreOffice. Although I personally have never done so, I believe that they offer some kind of API that you could leverage from Perl similar to someone using OLE to control Microsoft Office software in Windows.

  • Comment on Re: How Can I get the Word Document Page Number in Perl Using Linux?

Replies are listed 'Best First'.
Re^2: How Can I get the Word Document Page Number in Perl Using Linux?
by rpnoble419 (Pilgrim) on Apr 16, 2013 at 19:22 UTC