Posts by Munhoz • 1 point
2 posts
-
0
votes0
answers69
viewsQ: I need to generate a pdf with an image per page
createpdf(){ var date = new Date() var pdf = new jsPDF('p', 'mm', 'a4'), margin = 0.5, // inches on a 8.5 x 11 inch sheet. verticalOffset = margin var logoImage = '/images/logo/logo1.jpg'…
javascriptasked Munhoz 1 -
0
votes1
answer42
viewsQ: Create a link to a single password-free user in the database
Currently I have a BD of budgets, customers and workshops. When I demand a customer I have to quote in the workshops the value and then choose the best cost x benefit and pass on to the customer.…