Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XML ドキュメントを rtf ドキュメントに変換しようとしています。 xml から pdf への変換は正常に実行できますが、使用しようとするたびにRtfWriter.GetInstance次 RtfHeaderFootersのエラー メッセージが表示されます。
RtfWriter.GetInstance
RtfHeaderFooters
名前 Rtfwriter は現在のコンテキストに存在しません
どのrtfアセンブリにもアクセスできないようです。誰かが同様の問題に遭遇したか、解決策がありますか?
ありがとう
私は同じ問題に遭遇しました。以下を使用する必要があります。
RtfWriter2 rtfWriter = RtfWriter2.GetInstance(...);