コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
470 ビュー

Hello...


I'm looking for ways to dress up the quote without major custom code. 


Is there an easy way to insert strike-thru text or red color font into the quote template PDF without editing the PDF directly?

アバター
破棄
最善の回答

If you know how to insert content into a qweb report view, it'd be simple, just pure html:
<del>This text is strikethrough</del>
<span style='color:red;'>This text is red but violets are blue</span>

アバター
破棄