Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Perl invoking abiword

by allolex (Curate)
on Dec 05, 2003 at 11:57 UTC ( [id://312492]=note: print w/replies, xml ) Need Help??


in reply to Perl invoking abiword

I think something more like this instead of system():

qx(abiword -to html $file);

My abiword docs (abiword --help, v. 1.0.4) tell me that -to is the modifier for getting conversion output from the command line.

Update: I found this link... http://www.crazy-wormhole.com/AlinaMeridon/AbiWord/abidocs/howto/howtoexporthtml.html (This post was supposed to be a reply to another node, but I messed up.)

--
Allolex

Replies are listed 'Best First'.
Re: Re: Perl invoking abiword
by matthewb (Curate) on Dec 05, 2003 at 16:16 UTC
    Previous posters fail to note that this is a question about neither Abiword nor Perl but the latest in a series of anonymous posts concerning the conversion of MS Office files to HTML. Specifically, the poster is referring to this post made by chromatic a couple of days ago.

    While Abiword is capable of converting simple .docs to HTML its handling of embedded images is imperfect, hence the question.

    Since MS Office applications are in many cases incompatible with different versions of themselves, automating the required procedure in a way that does not involve using MS tools is likely to be tricky. The W3 maintain a list of word processor filters and, while I cannot personally attest to the quality of any of them, it seems the obvious place to continue this enquiry.

    MB

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://312492]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-28 14:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found