Questions tagged as 'pdf'

0
answers

Trying to get property of non-object - with QR code

Hello everyone I am creating a pdf and inside the pdf I am placing a qr code with the data of N person but I have an error when setting the values to my QR code I get this error but when I enter my sql statement, this appears and fin...
asked by 17.04.2017 / 23:20
0
answers

Incorrect format when generating a table in pdf with jsPDF

I have this table in html <table id="test" class="table table-striped table-custom table-responsive"> <thead class="ordenable"> <tr> <th class="col-xs-1 col-sm-2 col-md-2" id...
asked by 20.04.2017 / 15:35
2
answers

Send Data by ajax library TCPDF

I need to send data from ajax to a pdf, but at the time of printing the data is lost, is there any configuration of TCPDF, so that it responds to ajax requests? function ComprobanteCliente() { $.post("<?= base_url() ?>PdfImprimirCon...
asked by 29.03.2017 / 20:24
1
answer

Problems rendering html in dompdf

Good morning, I am trying to generate a pdf file through the DOMPDF library, using html and css. $dompdf = new Dompdf(); $dompdf->loadHtml(utf8_decode($this->load->view('facturas/factura', $data, true))); $dompdf->setPaper('A4',...
asked by 21.03.2017 / 12:48
1
answer

error when downloading any file generated in java

I have a web application which I have deployed to a local server, I have two classes to generate pdf files and excel libraries that I am using are apache poi and itextpdf 5.4.3 when I test in my netbens works perfect generates the files and I ca...
asked by 15.03.2017 / 05:08
1
answer

Hide and re-display the layers of a PDF in the Acrobat panel

I am using iTextSharp 5.5.10.0. I have a PDF with several layers resulting from having joined several files. When I open it with Acrobat Reader, the layers and the original names of the files that I joined appear. First problem: If I us...
asked by 22.02.2017 / 10:56
1
answer

Problem with FPDF

What about Friends very good night, I have a small problem with the FPDF tool on my website, the thing is that in localhost everything works perfectly, but by taking my php to the online hosting and request the pdf the page stays in White comple...
asked by 15.02.2017 / 02:31
1
answer

Problems with PHP FPDF

Basically I need to create a part of the text of a multicell in bold I need: $pdf->MultiCell(0,3,utf8_decode("**Date:** $hoy **Time:** $time **Product:** $producto")); But I do not know how I can achieve it     
asked by 14.02.2017 / 09:40
2
answers

Add an image to an existing pdf file with php [closed]

Someone has some idea of how to add a signature to an existing pdf file with php. I have a laboratory system where analysis results are stored in pdf format and I need to insert in the file signatures that I have in image format so that the resu...
asked by 26.01.2017 / 14:38
1
answer

Export JTable to extensions .xlsx and .pdf

Good morning, I made a JFrame Form which has to export a jTable to Excel and PDF. You already export me but you export the 2 files at the time, so I want that when I select the Excel filter in the FileChooser, I export only in that extension, th...
asked by 20.09.2016 / 00:00