Create PDF / Word (Doc) file within app

前端 未结 4 1385
醉梦人生
醉梦人生 2021-01-04 18:04

Is there a definitive method of creating either a PDF or a MS Word Doc file within the app and email it immediately (and possibly, also store it).

I have been trying

4条回答
  •  没有蜡笔的小新
    2021-01-04 18:36

    I'm working right now with JasperReports, an open source library to create reports in Java and export them to PDF, DOC, XLS... Using it in conjunction with iReport to create a group of templates makes it really easy to create files filled with content from different types of sources (I'm using JavaBeans).

    If you don't like the idea of having static templates (That's a bit annoying depending on your needs), you can always take a look at DynamicJasper (The examples on the website are great).
    Good Luck!

提交回复
热议问题