Generate pdf with Javascript or AngularJS

0

Does anyone know a way to generate pdf from a page via javascript without the use of a library or at most with the use of angular JS?

    
asked by anonymous 06.06.2014 / 19:24

1 answer

3

I know two, one of them converts Markdown to PDF, the other uses a syntax scheme similar to FPDF.

link

link

link

I did some tests with jsPDF and pdfkit, they are very similar in use and work to the satisfaction, but I have not tested with many page generation yet.

    
14.08.2014 / 16:21