Generate PDF from Plone content types

后端 未结 4 567
难免孤独
难免孤独 2021-01-06 15:09

I need to create PDFs from content types (made with dexerity if that matters) so that the user creates a new document and after filling the form a PDF is generated and ready

4条回答
  •  迷失自我
    2021-01-06 15:35

    use z3c.rml, works very well to produce pdf from an rml template, instead of converting from html which can be tricky.

提交回复
热议问题