Quoting Xose Varela Pernas <[EMAIL PROTECTED]>: > > How I convert a abiword file to postscript from > command line. I want to make it from the command line > because I want to introduce this conversion into my > program written in C.
You need to either: 1) Get CVS Head AbiWord 2) Wait for AbiWord 0.9.5 to be released (~2 weeks) Then, on Unix/Gtk+ builds, you can do: abiword --print file.ps file.abw On Unix/Gnome buikds, you can do: abiword --print=file.ps file.abw Dom ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body.
