Questions tagged as 'dompdf'

1
answer

DOMPDF does not support some characters

I am generating PDFs from HTML content through the DOMPDF library. What happens is that I need characters like these: ℣ ℟ However the PDF does not recognize them, I change them to the sign ? My HTML is well created and has...
asked by 04.10.2018 / 18:46
1
answer

DOMPDF only rescues the html and not the data I get from the database

I need to extract to PDF the content HTML of a page inf_ev_003_7.php The problem is that I only extract the HTML and not the data I get through SQL and PHP in this inf_ev_003_7.php **así...
asked by 10.12.2018 / 02:57
1
answer

Center texts in DomPDF

I have the following form: @include('layouts.estilo') <h1 class="text-center card-title">{{$articulo->titulo}}</h1> <hr> <img class="card-img-top" src="{{url($articulo->foto->ruta())}}"/> <hr> <h3 clas...
asked by 31.10.2018 / 10:21
2
answers

export my .php to pdf [closed]

I was currently doing it with DOMPDF, with php 5.3, but I migrated to a php 5.1 and DOMPDF is not compatible with that version of php. I need to know if there is any other library that allows me to export my .php in a simple way as it did wit...
asked by 14.12.2018 / 20:52
0
answers

I can not see pdf on system in Network with DOMPDF

I have a hehco system in laravel 5.7 and to make PDF reports install DOMPDF. When I look at the server, I see it as it is, the problem is when I want to see it from a client machine, it shows me the page that does not find it on the server (ERR_...
asked by 04.01.2019 / 05:41
0
answers

Show image stored in MySQL with PHP

I have a file that allows me to make modifications to a MySQL registry which includes adding an image. When I try to send the data to another file to make a PDF I do not recognize the image, it recognizes the path "images / imag1.png".    Thi...
asked by 27.11.2018 / 07:02
0
answers

Fetch api, Retrieve response data

I have a code in javascript that sends an id by POST, to a php file (vs 7.2.9) that consults with sql to a DB, and I need the html code it generates to make a report with dompdf Javascript code let cedu = snapshot.val().cedula;...
asked by 05.11.2018 / 22:59
2
answers

Export HTML to PDF Table DomPDF with MySQL and PHP

The approach to my problem consists of the following: I am exporting a Table from a query to MYSQL using the DomPDF 0.6.2 library but it turns out that the Header and the First Line are shown aligned to the Right and the rest of the lines, fr...
asked by 03.10.2018 / 06:13
0
answers

Put a select in dompdf

Hello, good afternoon, how would this select inside my pdf someone could help me please, I put an include ('php / mostarplaca_actualiza.pdf.php') but it did not help me so someone can help me please this is my selection but it remove other th...
asked by 21.09.2018 / 17:23
0
answers

Dompdf page number

I need help, I'm using the Dompdf library, I managed to generate the pdf. It also shows me the page number. What I want to do is that the page number starts with a number that I assign to it. Is it possible to do that? Thanks.     
asked by 17.09.2018 / 03:49