Questions tagged as 'pdf'

1
answer

Synchronous function to check files in NodeJS?

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...
asked by 15.08.2017 / 21:29
1
answer

How to adapt a JSON to create a table in pdfMake?

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"),...
asked by 27.07.2017 / 16:27
1
answer

Digital signature with certificate

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...
asked by 23.06.2017 / 18:13
1
answer

How to show PDF using server Viewer.js?

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...
asked by 01.12.2016 / 22:06
1
answer

How to Save the Data to Generate a PDF?

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...
asked by 20.04.2016 / 17:29
1
answer

Error: ArrayBuffer is undefined

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...
asked by 29.03.2016 / 15:02
1
answer

Button for downloading HTML form

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...
asked by 08.03.2016 / 20:12
1
answer

Open PDF when accessing Website [duplicated]

I need to know if I have to create an index and insert an iframe and say to open the pdf?     
asked by 29.02.2016 / 15:16
2
answers

Viewer for PDF with jquery

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 ...     
asked by 23.10.2015 / 17:11
1
answer

How to break page using mPDF

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...
asked by 30.09.2015 / 22:57