Sie hatten es fast richtig:
abiword --to=txt --to-name=fd://1 testfile.rtf
Ich versuche Dokumente mit abiword zu konvertieren und möchte das Ergebnis dann in stdout ausgeben, damit ich es in meiner PHP-Anwendung verwenden kann. Ich bin in der Lage zu konvertieren, konnte aber nichts finden, das funktionierte, um die Ausgabe nach stdout zu bekommen. Ich versuchte Folgendes: abiword --to=txt testfile.rtf fd://1
- Dies fand ich unter: http://www.abisource.com/mailinglists/abiword-user/2009/Mar /0003.html Es funktioniert nicht. irgendwelche Ideen? Danke im Voraus.
Sie hatten es fast richtig:
abiword --to=txt --to-name=fd://1 testfile.rtf