xxing1982 / EDU_SYZT

Offshore Project for SYZT
The Unlicense
2 stars 3 forks source link

[Jerry][Backend] PDF generator #26

Open xxing1982 opened 9 years ago

xxing1982 commented 9 years ago

plugin to generate PDF files

Morgan-Leon commented 9 years ago

@zdp207 backend @chyang001 deadline 2015.3.29

zdp207 commented 9 years ago

Backend PDF generator:

  1. A combination of HtmlUnit to parse the files and Flying Saucer to render to pdf HtmlUnit: http://htmlunit.sourceforge.net/ Flying Saucer:http://code.google.com/p/flying-saucer/
  2. wkhtmltopdf: use webkit kenral convert HTML to PDF refer to http://www.lovelucy.info/wkhtmltopdf-and-pdf2htmlex.html
  3. IText (NOT recommended)

Note: Backend need to store the PDF file server and return it to Frontend

Frontend PDF generator https://github.com/MrRio/jsPDF