Questions tagged as 'pdf'

1
answer

Obtain data from different tables in a mysql database

Hello, good evening everyone, I have a problem when making a query on mysql from php. Basically my system will make reports from a database, which is structured like this: Profiles Table +-------------+-------------+------+-----+---------...
asked by 01.09.2017 / 04:02
3
answers

How to place an image in an existing pdf with Itexsharp?

I have the following problem, I create a pdf form with Adobe Acrobat, in which you specified the variables and the relations private void FillForm() { string pdfTemplate = @"D:PlantillaFT.pdf"; FormatoGenerado = @"D:FichaTecnic...
asked by 26.08.2017 / 07:44
1
answer

Block navigation between folders when viewing a file uploaded to the Server

Good morning community, Well my question is that I have a small problem when viewing a PDF file that I uploaded to the server through PHP, because, if I say I have this URL: repository / Uploads / Files / archive.pdf And if I try to na...
asked by 08.08.2017 / 16:49
1
answer

take a pdf of an xml that is a string

greetings I have an xml that returns a pdf but in a string string and I want to convert that string to a file <OutputFormat>PDF</OutputFormat> <OutputImage>JVBERi0xLjQKJeLjz9MKNiAwIG9iago8PC9UeXBlL1hPYmplY3QvUmVzb3Vy...
asked by 10.07.2017 / 18:12
2
answers

Slowness with dompdf

I am using the library DOMPDF to generate a price list. I had a detail to use with composer that I will later consult, but installing it in a traditional way worked well for me and I was able to generate pdfs without any problem. The drawback...
asked by 26.04.2017 / 16:51
1
answer

Remove line break in MultiCell fpdf

I have the following code in fpdf but I do not know how to remove that line break at MultiCell $pdf->Cell(40,10,'Columna1',1,0,'C'); $pdf->MultiCell(40,10,'palabras y mas palabras',1,'C'); $pdf->Cell(40,10,'Columna3',1,0...
asked by 30.03.2017 / 05:05
1
answer

Send a PDF report with PHP on certain dates automatically

Good afternoon: I have the need to send PDF a Query of MySQL . That is, I need to send a report in PDF according to a query and I need to send it on the 14th and 30th days of each month. This could perhaps send it with phpmailer...
asked by 10.01.2017 / 19:10
1
answer

Error opening the file. Fault PdfPTable iText - JAVA

I'm making a PDF impression thanks to the iText class. I have the query made which shows me the data of the clients in my database, the query works both in SQL and in commands. I print the data in a PDF correctly but now I want to add that d...
asked by 26.12.2016 / 12:44
1
answer

ItextSharp does not recognize the accents

I am making a report with the itextsharp library and with vb.net. Everything has gone well except that when it comes to printing a word with an accent it does not recognize it and it puts other symbols. Could someone tell me how to solve this li...
asked by 14.12.2016 / 21:28
1
answer

Generate PDF with iText - Insert data in JAVA table

I would like to print in a PDF the information of all my clients with their names and surnames (two columns), I extracted these data from an SQL query. I print these data well in a PDF but I show them line by line what I want is to create a t...
asked by 15.12.2016 / 09:25