Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
請教....
我在使用 HTML 的模版 導出 PDF 時遇到需要進行換行的情況。
某個值為多行組成 例如: 我是備註1 我是備註2 我是備註3
在匯出為 PDF 時期望能變成
我是備註1
我是備註2
我是備註3
有試過
的 HTML tag 但是沒有作用...會被當成一般的文字輸出。
那我有什麼方式可以達到我的目的?
Beta Was this translation helpful? Give feedback.
All reactions