Questions tagged as 'pdf'

3
answers

How to create a custom header with TCPDF?

I am generating a pdf with the tcpdf library but I want to create a header with a different height, title and image than the one that comes in it, I do not really know much about this library and I do not understand some things, I have the follo...
asked by 12.10.2016 / 21:23
1
answer

how to digitally sign a pdf with php (symfony2)?

Good morning. My question is how can I digitally sign a pdf file (or what libraries should I use). I am working under the php symfony2 framework. Thank you in advance.     
asked by 12.08.2016 / 18:52
1
answer

iTextSharp extract pdf text by coordinates

I am trying to extract the text of a PDF by coordinates in a visual way public override void BeginGetText(Image page, uint pageNumber) { _PageNumber = (int)pageNumber; using (PdfReader reader = new PdfReader(Fi...
asked by 27.07.2016 / 09:48
4
answers

How can I change System.String [] in string

I have an application that returns a user but the output is System.String[] would like me to give me the real value of the array. How can I do this? Here is my code of the way I passed the parameters. Thanks UserData[] userData...
asked by 01.04.2016 / 23:02
0
answers

Take values of a tbody and send to print

This is where you take the data and place it in tbody , what I want is to send to print taking the temporary data that you put in the tbody . I do not want to right click and print because I plan to make a template with a logo. Ex...
asked by 03.01.2019 / 13:39
0
answers

Print in a pdf data of a select

I have a scaffold table where I enter clients, I have a select where my option I consult them with an each do, I select it and I print it with a javascript, I want that data to be the only ones that are leaked to my pdf as a header. Inquiry...
asked by 18.12.2018 / 20:20
0
answers

ERROR: It seems that Html2Pdf dependencies are not installed ... you must install thems with 'composer install'

I get this error when I installed the dependencies as it says the composer and even so I still give that error, what else may be happening I leave the code for the submission of the form: <?php error_reporting(E_ALL ^ E_NOTICE);...
asked by 19.12.2018 / 00:18
0
answers

Export to PDF - LARAVEL

There is some way to export a table to PDF Currently what I do is "Check the Base again" the table generates in my view. And I export, but I want to avoid doing the query again. Since I am showing a table in a view and if the user needs to ex...
asked by 12.12.2018 / 08:47
1
answer

data within a date range

I need to generate a PDF report and show the items that are between a date range. This is the modal where the datepicker and the Generate Report button are found with a onclick="Report()" that leads to a function in JavaScript ,...
asked by 11.12.2018 / 22:53
1
answer

Print model data to a pdf

I need to show data from the database to a pdf, until now it generates the pdf but with static data that I added to it VIEWS.PY class PDFprueba(View): def get(self,request,*args,**kwargs): datos = { 'nombre' : 'jose...
asked by 17.12.2018 / 23:29