Questions tagged as 'jspdf'

1
answer

Add picture JsPDF

I have this script that generates a pdf of a div . But the images that contain div are not generated in pdf , can anyone help me? $('#downloadpdf').click(function() { var doc = new js...
asked by 17.05.2017 / 22:34
0
answers

JS PDF - Export with html Canvas

I'musingJSpdfnowwiththemethodittakestoprintfromthescreenandthenexportsthisprinttopdf,butwhengeneratingthepdfIwouldliketomakethescreenmoreadjusted.WhenIuseLandscapeitlooksliketheimageabove,withalineinthemiddleanddoesnotfitthescreenentirely.Andwh...
asked by 05.05.2017 / 06:03
0
answers

JSPDF create a pdf and attach to email

Hello, I'm having trouble generating an email with an attachment. The attachment is a PDF file generated by the JSPDF library. First I started by generating the pdf and calling the php script through ajax. var pdf = doc.output(); $.post(...
asked by 15.02.2016 / 13:46
1
answer

How to do dynamic positioning JsPDF

I'm using the jsPDF plugin to generate a PDF. In my created method, I get an array, scroll through it, try to write and position dynamically in the PDF, however I have no idea how to do it. $scope.gerarPdf = function (item) { var do...
asked by 16.07.2018 / 19:26