On Fri, Apr 04, 2003 at 10:50:55AM -0700, Kadura Rodney-rzer10 wrote:
> Can anyone tell me if there is any public source for manipulating Word
> docs?  I use and love the ParseExcel and WriteExcel modules.
> Exececptional utilities.  Is there anything similar out there for
> Word?

On Windows, you can simply use Win32::OLE to call Microsoft Word's
public API.

Otherwise you may need to manupulate the structure via OLE::Storage
or using external utilities like wvHtml.

Please consult http://www.perlmonks.org/ or comp.lang.perl.* for
additional information.

Thanks,
/Autrijus/

Reply via email to