Questions tagged as 'html2pdf'

0
answers

HTML2PDF does not load certain images

I have a problem in several domains. Through ckeditor and elfinder I select an image to generate a pdf. The problem is that I have the same code in several websites and in some it works and in others it does not. The error is as follows:    F...
asked by 18.09.2018 / 17:31
2
answers

Help with the correct functioning of html2pdf in php

I need to generate a pdf with personal information of a user (personal data), but I need a button that starts the download on the same screen, I do not need to open any other window to view it. Then. I already have all the HTML with something...
asked by 13.06.2018 / 07:56
0
answers

problem with html2pdf pdf in php pdf detects viruses and consumes a lot of resources in generating pdf

I am generating a pdf with the html2pdf library in php, however, I am experiencing two problems. 1.- The file can not be downloaded because it indicates that it has a virus. I do not have the slightest idea why this happens. I'm working on a...
asked by 20.09.2018 / 23:39
0
answers

convert html to pdf with Html2Pdf

What I want is to print a pdf file with the text that I have in Ckeditor I get it and I send it with ajax using the following function $('#botontexto').on('click', function() { var texto = CKEDITOR.instances['editor1'].getData();...
asked by 14.08.2018 / 20:46