Questions tagged as 'dompdf'

0
answers

DomPDF does not print the same as it shows

clarifying the title of this question: It turns out that DomPDF has two buttons, download and print; when downloading the file appears as it shows in the preview, but when printing simply disappear some margins at the bottom of the pages and...
asked by 11.05.2018 / 19:14
0
answers

dompdf, problem when creating multipaginas pdf

I am creating a multi-layered PDF with the dompdf from an html file but when I create it, only the first page works well, the rest do not show me the information well. this is the html file: <html> <head> <me...
asked by 06.05.2018 / 06:41
1
answer

Control when a pdf has more than one page

The following code creates and exports to me a PDF with an invoice, the problem is that when I have more than one page I should jump to the next page, however what causes me is a collapse between the second table and my last table with the two t...
asked by 18.04.2018 / 11:18
1
answer

How to save a PDF generated with DOMPDF on an FTP server or on a local server?

Developing a site for my company, a site was developed that is exported to PDF using DOMPDF, being the only difficulty to save it in the company's servers, or in dropbox, Google Drive, OneDrive or an FTP folder. How can I do this using PHP, mysq...
asked by 16.04.2018 / 16:24
0
answers

dompdf en laravel 5.5

I need to create a pdf that shows three sheets with different information in each one of the sheets, in principle to generate a pdf in laravel, you get help from a view where you model the information you want to show. But in this case I need to...
asked by 04.04.2018 / 16:09
1
answer

Problems of css styles in DOMPDF Laravel 5.7

I have a query about this library DOMPDF Laravel to generate pdf documents, it turns out that through this I am generating a receipt as invoice to the client, which I have no problems to create it, my problem lies when I want to give styl...
asked by 03.11.2018 / 02:12
1
answer

I do not get the pdf in my project laravel 5.5 [closed]

I am trying to generate a pdf and when I run the function the blank screen appears. I'm using domPdf for this This is the code that I have in my controller: public function pdf_facturas($id){ $data = ['esto es una prueba'];...
asked by 04.04.2018 / 14:17
1
answer

DOMPDF does not render server image

I'm using the dompdf library to print reports, but I do not want to render the image and it just shows me an X, here the code: echo"<img src='$imageURL = /roda/img/.$row[ruta_imagen]'/>";     
asked by 02.06.2018 / 00:27