Angular JS generating PDF - any creator - maker modules?

后端 未结 4 1127
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-30 12:09

As title says, is there any PDF creator / generator for Angular?

I have seen https://github.com/MrRio/jsPDF, but can\'t find any for Angular. I want to make an html

4条回答
  •  渐次进展
    2020-12-30 12:50

    You can wrap the JavaScript project you mentioned into a service that you call throughout your app. This is actually a rather standard practice and it also isolates your code if you ever need to change the underlying implementation .

提交回复
热议问题