HTML to PDF using iText : How can produce a checkbox

后端 未结 4 1592
后悔当初
后悔当初 2020-12-11 06:37

I have a simple HTML page, iText is able to produce a PDF from it. It\'s fine but the checkbox is ignored. What can I do about it ?

import java.io.FileOutput         


        
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-11 07:13

    creating pdfs with iText from html is a bit troubled. i advise to use the flying saucer library for this. it is also using iText in the background.

提交回复
热议问题