0

最近、ubuntu デスクトップで Abiword を使い始めました。Libreoffice が原因で、ワープロ ドキュメントの 1 つがクラッシュしました。Microsoft Wordでこの問題が発生したことはありませんが、主にubuntuを使用しています。そこで、アビワードに乗り換えることにしました。私はワープロ文書を abiword 経由で .doc 形式で保存しています。しかし、最近ファイルを開こうとすると、このすべての XML コードが吐き出されています。まずマイクロソフトワードで開いてみました。それが問題だと思ったので、ubuntuでabiwordに切り替えました。それは働いた.....約1日。現在、私の作業はすべて XML コードです。

ドキュメントは XML で始まり、次のようになります。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE abiword PUBLIC "-//ABISOURCE//DTD AWML 1.0 Strict//EN" "http://www.abisource.com/awml.dtd">
<abiword template="false" xmlns:ct="http://www.abisource.com/changetracking.dtd" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:math="http://www.w3.org/1998/Math/MathML" xid-max="46" xmlns:dc="http://purl.org/dc/elements/1.1/" fileformat="1.1" xmlns:svg="http://www.w3.org/2000/svg" xmlns:awml="http://www.abisource.com/awml.dtd" xmlns="http://www.abisource.com/awml.dtd" xmlns:xlink="http://www.w3.org/1999/xlink" version="3.0.0" xml:space="preserve" props="dom-dir:ltr; document-footnote-restart-section:0; document-endnote-type:numeric; document-endnote-place-enddoc:1; document-endnote-initial:1; lang:en-US; document-endnote-restart-section:0; document-footnote-restart-page:0; document-footnote-type:numeric; document-footnote-initial:1; document-endnote-place-endsection:0">
<!-- ======================================================================== -->
<!-- This file is an AbiWord document. -->
<!-- AbiWord is a free, Open Source word processor. -->
<!-- More information about AbiWord is available at http://www.abisource.com/ -->
<!-- You should not edit this file by hand. -->
<!-- 

======================================================================== -->

これを通常のドキュメントに復元するにはどうすればよいですか?

また、なぜこれが起こったのですか、どうすればこれを防ぐことができますか? Windows でワードを使用するか、Google ドキュメントを使用することを検討しています (ただし、クラウド ワード プロセッシングは 1) プライバシー 2) インターネットが切断された場合、仕事を失います)

4

1 に答える 1

1

それは簡単です。ドキュメント全体のテキストを .doc を含む空のファイルにコピーします。アビワードで再開します。できます。最後に少量のデータを破壊しました。そのデータがどこに行ったのかわかりません。おそらくRTFの方が安定したフォーマットだと思います。

于 2015-03-28T21:40:54.077 に答える