0

我一直在 Symfony 中使用 KnpSnappyBundle 成功地将 wkhtmltopdf 与 PHP 一起使用,但似乎无法将生成的 PDF 中的表单字段设置为必填字段,这对我们的需求来说是一个交易破坏者。如果 wkhtmltopdf 识别出 html 必需属性但它没有识别出来,那就太好了。

我还没有找到任何支持根据需要设置表单字段的库。有什么建议么?任何帮助,将不胜感激。

谢谢你。

4

1 回答 1

0

wkhtmtopdf is not yet capable of setting pdf form fields as required fields when converting html to pdf. Due to that limitation, KnpLabs Snappy and therefore KnpSnappyBundle cannot be used to set form fields as required because those libraries use wkhtmltopdf.

I still use KnpSnappy with wkhtmltopdf but am now using the DocuSign Tabs API to create required fields and force users to fill out the forms through DocuSign as well.

于 2013-12-27T21:29:22.480 回答