I'm creating PDF's on my NodeJS server using the Express framework and the PdfMake library. If someone looks at my profile I will see that I asked a question about corrupted PDF after download. It turns out that I have discovered that the files...
I need to get a JSON that returns from MongoDB and through a forEach generate a table and create a PDF, however I am not able to adapt the JSON to the structure of pdfMake, follows JSON:
{
"_id" : ObjectId("5978e9f71277a5dae49db945"),...
How to get the data generated from a digital signature, made with a Brazilian digital certificate in a PDF, using openssl and php?
I am using openssl_verify to check if the document has not been modified and signature is authentic, but I need...
On the View page, I have the following code:
<iframe style="width:800px; height:550px;" id="FileReload" src="@Url.Action("GetPDF", "Account", new { id = Model.Id })" onerror="function_documenthide();"></iframe>
Each browser has...
There is a part of the system where the user will fill in a series of information just by choosing between selects options, these selects are fed with information that I have registered in my database.
When I store this informat...
Good morning everyone, I'm using html2canvas and jsPDF to export a div to PDF, it works in Google Chrome, firefox and IE 11, but in versions 9 and 10 IE is being displayed following message:
Error
ArrayBuffer is u...
I made an HTML form and I would like that when clicking a button on the page, the download of the page with form filled in pdf or another possible format starts.
I did this with mpdf, the problem is that I can not always copy the page, becaus...
How do I open PDF in google chrome by jquery without the need to install plugins? There is no need for source code, just how should I do it. It could be a link and etc ...
I would like to make a page break to each generated document, I consulted the documentation but I did not understand, what I have is this:
$html = ob_get_clean();
ob_end_clean(); // Finaliza o fluxo
include("../../MPDF57/mpdf.php");
// cria...