Questions tagged as 'pdf'

1
answer

PDF DataTables orientation?

I have a problem in a JQuery script referring to a table built with the DataTables libraries. The fact is that I have too many columns, and the PDF comes out in a vertical match, so you do not see the last columns. The script that I...
asked by 18.01.2018 / 10:28
2
answers

Help with Html document and dompdf library

I need help with a document that I try to convert from word to html and then to pdf with dompdf I do not understand why it makes me a jump of almost 1 page and the code of the library is not always attached here it looks good but in the pdf it g...
asked by 25.10.2017 / 23:49
0
answers

TCPDF openssl error creating PKCS7 structure warning

I am trying to generate a signed PDF using the TCPDF library My code is as follows: App::import('Vendor','mtcpdf'); $pdf = new MTCPDF('L'); $pdf->SetProtection(array('copy'), '', null, 0, null); $pdf->SetMargins(0, 0, 0, true); $...
asked by 09.08.2017 / 13:30
0
answers

How do I insert an image in a pdf, generated by the pdfmake library, from javascript? in a project in laravel

I am starting to use the library and I want to insert an image that is in the public folder of my project in laravel . What I have been doing so far: let docDefinition = { // a string or { width: number, height: number } p...
asked by 21.07.2017 / 09:09
0
answers

Html duplicated with wkhtmltopdf

I am implementing an HTML to PDF conversion with wkhtmltopdf , I have two problems: I do not respect the HTML styles The main one and more, he is putting the content to me many times. Deputy code: Process process; ProcessStartInfo pr...
asked by 20.07.2017 / 19:14
0
answers

Report with a Subreport that is another Report

I have a Report made in iReport, this report contains a subreport which shows a report, this subreport I use as a header. The subreport contains 2 components for images and 2 parameters, which are titles (these work because I pass them by par...
asked by 18.07.2017 / 08:43
1
answer

Center a Table with TCPDF

I have to print a table with TCPDF, but I want the media to be displayed (centered), I can not use css (because the library does not interpret them) and the $ tcp- > multicell () does not help me either , since the location on my page varies...
asked by 24.05.2017 / 21:21
1
answer

Create PDF form in Java [closed]

I need to create several forms in java, when selecting a person to export their data to a PDF with a form already designed. I know the bookstore 'itext' and 'lowagie' I have already created some PDF to get list, the problem is that now I have to...
asked by 15.03.2017 / 09:47
1
answer

TCPDF - Do not modify PDF's

How to leave without permission a PDF generated by TCPDF to modify or copy, etc? These would interest me to leave without permission: Document assembly Page extraction Comments
asked by 14.11.2016 / 17:41
0
answers

Dompdf php Codeigniter

Good, once you apply the dompdf, it works perfectly, when it comes to printing customer notes, it makes the page go out, and each page has its heading. My problem is that when a client note exceeds a sheet, the header does not appear there and I...
asked by 25.10.2016 / 17:51