About 260,000 results
Open links in new tab
  1. javascript - How to properly use jsPDF library - Stack Overflow

    I want to convert some of my divs into PDF and I've tried jsPDF library but with no success. It seems I can't understand what I need to import to make the library work. I've been through the …

  2. Create pdf using jsPDF with formatted Table data

    I am able to generated PDF file from html table using this below script: But I am getting all the columns data are line by line. Please help me to generate PDF file as a tabular formatted …

  3. javascript - Add image in pdf using jspdf - Stack Overflow

    Sep 28, 2013 · I am using jspdf to convert an image into a PDF. I have converted the image into a URI using base64encode. But the problem is that there are no errors or warnings shown in the …

  4. Custom font faces in jsPDF? - Stack Overflow

    Is it possible to include custom fonts in jsPDF ? With the basic library, if I console log 'doc.getFontList()' I get: Courier, Helvetica, Times, courier, helvetica, times But, say I want to …

  5. javascript - jsPDF - reduce file size - Stack Overflow

    1 I am using jsPDF to create PDF files from canvas. Issue is, that the created files are too big. I used to get data from canvas to PNG and after I pasted that PNG data into PDF. If I create file …

  6. jspdf - Generate pdf from HTML in div using Javascript - Stack …

    Aug 12, 2013 · I am dissatisfied with the results I got from jsPDF.fromHTML() suggested in the accepted answer, as that solution gets easily confused by special characters in my HTML that …

  7. jsPDF server side (node.js) usage using node-jspdf

    Jun 7, 2015 · After installing jspdf ( "npm install jspdf" ) you get the jspdf folder inside node-modules. Go inside it and replace the jspdf.min.js by the jspdf.amd.min.js present in the /dist …

  8. jsPDF - How to generate PDF with all pages in A4 size

    I am using jsPDF library for downloading a multiple page PDF which creates from an HTML div. I want the PDF in A4 size. I am facing below issues, Only first page seems to be in A4 size, …

  9. jsPDF multi page PDF with HTML renderer - Stack Overflow

    Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges,

  10. Download using jsPDF on a mobile devices - Stack Overflow

    6 jsPDF won't download files on mobile apps by this pdf.save (). I have tried and searched for this issue but could not find a complete solution in one place. I am using the file and file-opener …