Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dompdf with not working #19

Closed
medhirajsharma opened this issue May 20, 2019 · 6 comments · Fixed by #24
Closed

dompdf with not working #19

medhirajsharma opened this issue May 20, 2019 · 6 comments · Fixed by #24

Comments

@medhirajsharma
Copy link

medhirajsharma commented May 20, 2019

dompdf with not working and the return blank page

Thank you

@vrkansagara
Copy link
Owner

@medhirajsharma Glade to hear from you. Can you share me bellow details.
Laravel version and Dompdf version.

@vrkansagara vrkansagara self-assigned this May 20, 2019
@medhirajsharma
Copy link
Author

medhirajsharma commented May 21, 2019

Thank you
https://github.com/barryvdh/laravel-dompdf
image

my code
`$pdf = app('dompdf.wrapper')->loadView('order-pdf', ['orders' => $orders, 'orders_details' => $orders_details]);

    if ($type == 'stream') {
        return $pdf->stream('invoice.pdf');
    }

    if ($type == 'download') {
        return $pdf->download('invoice.pdf');
    }`

if .env file VRKANSAGARA_COMPRESS_ENABLED =false then proper work

and if .env file VRKANSAGARA_COMPRESS_ENABLED =true then not work

sorry for my English

@cygnet-vrkansagara
Copy link

@medhirajsharma We need to skip some of the packages for avoiding such issue.

@vrkansagara vrkansagara added this to the 2.1.0 milestone Jul 17, 2019
@vrkansagara vrkansagara removed the bug label Jan 15, 2020
@vrkansagara
Copy link
Owner

@medhirajsharma Can you explain more in details that what kind of problem are you facing?

@vrkansagara
Copy link
Owner

dev-master is ready to test. Would any one wanted to test this.

@vrkansagara
Copy link
Owner

Closing this issue against release of https://github.com/vrkansagara/LaraOutPress/tree/2.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants