Como crear un fichero pdf usando Javascript con jspdf | How to create a pdf file from html input

3 years ago
22

Español:
Hola, buscando la manera de exportar documentos en pdf, he hecho este video en el cual uso la libreria jspdf para generar un archivo pdf usando el contenido en un formulario. Esta es solo una base de como usarlo, pero puede ser improvisado.
El contenido del video lo puedes leeren el link de abajo, incluyendo el codigo.
- Web Post: https://thedigitalmike.com/como-crear-un-fichero-pdf-usando-javascript-con-jspdf/
- jsPDF link: https://rawgit.com/MrRio/jsPDF/master/docs/index.html

Codigo fuente con un contenido diferente que en vez de guardar el contenido en pdf, lo abre en una nueva pestaña del navegador presentando el resultado final que tambien puedes guardar como PDF.
codepen: https://codepen.io/Mikex/full/ZgYVjX

English:
Hello, looking for a simple way to export input data from an HTML page, I found that using jspdf library is the best way. So, here is a simple sample on how to use it. Enjoy.

- Web Post: https://thedigitalmike.com/como-crear-un-fichero-pdf-usando-javascript-con-jspdf/
- jsPDF link: https://rawgit.com/MrRio/jsPDF/master/docs/index.html

source code with different content, instead of saving the file, it's open a new tab and presents the final pdf result
https://codepen.io/Mikex/full/ZgYVjX

Loading comments...