문제

I use the tinyMCE editor, I save its data with mysql, in html from what I can see.

How can I export this data of my users to pdf and docx with php (serverside) ?

I believe the free edition of phpDocx lacks that functionality (embedHTML function missing)

Is there an alternative ?

도움이 되었습니까?

해결책

You should write your html code to a html file serverside and use a library like this one to create a pdf file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top