Questions tagged as 'pdf'

0
answers

Problem with pdf reports in jsp system

I have a JSP system that generates reports with the iext library. The problem is that in one of the pages of the system it does not have the background color in certain specific cells, while the other page does. I've already tried to put cell.se...
asked by 12.02.2018 / 20:24
0
answers

read a specific area of a pdf with python

Someone knows how I can read a specific area of a PDF with python. I am currently using PyPDF to read and extract the text but if in the pdf there are no separations the text runs out and I can not do a clean regex. I hope you can help me....
asked by 24.01.2018 / 23:24
0
answers

monospace font for accountant report

Hi, I'm using HTML2PDF and I'm having trouble setting a default font to a pdf report and it's monospace: function InitPDFSistem() { $P = []; $P['CONT'] = ''; #Contenido $P['FNAME'] = 'Documento Contable'; #...
asked by 01.02.2018 / 21:24
0
answers

Error "getoutputstream () has already been called for this response" when opening pdf

I have this code that what it does is open a PDF that is in a route. When opening this file, it actually opens it, but in console it shows me the error of getoutputstream() has already been called for this response and it is annoying beca...
asked by 11.01.2018 / 22:14
0
answers

TCPDF - Render a set of tables

Greetings. I would like to know if it is possible to render a set of tables using ajax, I am using TCPDF with Version: 6.0.021 Currently I can render and create pdf tables in the common way, that is: <form method="POST" action="rutatcpdf...
asked by 27.12.2017 / 19:59
0
answers

Download PDF file

   Jquery The information of inputText is sent: Send button: $.ajax({ data:{ "alumno":$("#txt_nombre").val(), "matricula":$("#txt_matricula").val(), "carrera":$("#txt_carrera").val(), "grupo":"ewq", "celular":$("#tx...
asked by 11.12.2017 / 06:37
0
answers

When you open a pdf with php in the title, the name of the php script appears

Good day! I have the following code to open a pdf via sftp and show it (inline). Everything works fine, but at the top left is the name of the script php (eg " miscript.php ") instead of the file name ( $srcFile ). To d...
asked by 27.11.2017 / 14:37
1
answer

Generate pdf with dompdf in php

I want to generate a pdf document, using the dompdf library, of the variables collected from a form with the PHP POST method. When trying to generate the pdf, calling a third page does not show me the content of the variables. <?php ob...
asked by 19.11.2017 / 13:24
1
answer

Filter help with html and php switch

hi I have a question I'm working with dompdf and I want to load a template for each brand of pc that there is but in doing so I do not load the varibles that I charge in the attached pdf code that calls the pdf <a href="pdf.php?orden=...
asked by 07.11.2017 / 23:23
0
answers

change date format in php

I have a code where I entered a specific dates that I uploaded with a pdf form, the case is that the format has to be in plan    November 20,2017 but when inserting the dates and calling them to the pdf, they remain like this    2017-1...
asked by 20.11.2017 / 18:28