Generate pdf with Javascript or Angularjs

Asked

Viewed 5,562 times

0

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

  • 1

    I believe it is not possible using Javascript or Angular only, but you may consider using jsPDF -> http://parall.ax/products/jspdf

  • I’m actually considering the pdf.js library from Mozilla. . . .

  • 1

    Interesting too :)

1 answer

3


  • very good, the one of the alanshaw did not know. I will try with him something. Despite having already solved via server, but for future projects it is interesting to have solutions.

  • I made a simple generation of receipts, being that from the server only comes the data json and the design of the pdf is done in the client, it was very fast

Browser other questions tagged

You are not signed in. Login or sign up in order to post.