Processing RTFs

2002-10-01 Thread Mohammed Khatib
Hello everyone, I need to develop some modules to parse and provide useful information about RTF documents. All I need to do at the moment is extract titles names, the number of pages of each RTF, and obtain summaries which have specific Word level styles applied. I've had a look at Win32::OLE,

Re: Perl Security

2002-10-01 Thread roger parker
So if I have a perl script installed in a cgi-bin directory on a linux server with a setting of 755 unless the script suffers from a buffer overwright no one should be able to see the contents. If I then include say a util.lib with security sensitive data and put that further up the tree outside

Re: Processing RTFs

2002-10-01 Thread Richard Lippmann
On Tue, 1 Oct 2002, Mohammed Khatib wrote: I need to develop some modules to parse and provide useful information about RTF documents. All I need to do at the moment is extract titles names, the number of pages of each RTF, and obtain summaries which have specific Word level styles applied.

RE: win32:: ole excel

2002-10-01 Thread Jenda Krynicky
From: Toby Stuart [EMAIL PROTECTED] i'll bet it's because you are passing the literal string xlUnderlineStyleSingle instead of its underlying value ie. 2 try $Sheet-Range(a10)-Font-{Underline} = 2; hth toby And if you want to be able to use the constants you have to load them :

deleting excel work sheet using win32::OLE

2002-10-01 Thread praveen vejandla
Hi All, Can you pls let me know how to delete a worksheet from an XLS file using win32::OLE. I tried with my $Sheet = $Book-Worksheets-Delete(Sheet4); but it is giving invalid number of parameters error. Thanks and Regards, Praveen ___ ActivePerl