ive seen this be done with openoffice in command line mode, i dont know the
exact syntax but it should be easy to find out.
at that point all your perl script would need to do is loop the the file
list and do a system() call to the openoffice program that does the
conversion.
this is hows its don
First print your Excel sheet to PDF, this shouldn't be too difficult as long as
the Excel file is saved exactly the way you want it printed ...
Then convert the PDF files to JPG using ImageMagick.
On 06/20/2011 09:57 PM, andrewmchor...@cox.net wrote:
Hello
I am not an expert in perl and so bef
On Jun 20, 2011 3:59 PM, wrote:
>
> Hello
>
> I am not an expert in perl and so before I propose that a particular
script be written I would likek to get an idea as to how hard the task would
be.
>
> We have a large number (in my opinion) of excel spreadsheets that need to
be concerted to jpeg for
Application.SendKeys FileSaveName, True
Application.SendKeys "%{s}", True
sngCount = 2
sngStart = Timer
While sngEnd < sngStart + sngCount
sngEnd = Timer
Wend
Application.SendKeys "%{F4}", True
End Sub
-Original Message-
From: Rob Coop
On Mon, Jun 20, 2011 at 9:57 PM, wrote:
> Hello
>
> I am not an expert in perl and so before I propose that a particular script
> be written I would likek to get an idea as to how hard the task would be.
>
> We have a large number (in my opinion) of excel spreadsheets that need to
> be concerted