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...
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....
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'; #...
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...
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...
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...
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...
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...
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=...
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...