• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

How to fix 'Data has already been sent to output, unable to output PDF file' in MPDF

phppdf-generationmpdf


PHP Snippet 1:

ob_start();

PHP Snippet 2:

ob_end_flush();

require_once __DIR__ . '/vendor/autoload.php';

$mpdf = new \Mpdf\Mpdf();
$mpdf->WriteHTML($html);
$mpdf->Output();

Related Snippets

PHP -> Next nearest date defined by array of days in week

Add rows to Single product Additional information table in WooCommerce 3.6

Shopify password update using Shopify API

laravel automatically deletes server.php on php artisan serve

phpmyadmin : Depends: php-twig (>= 2.9) but 2.6.2-2 is to be installed. WHAT?

hidden INPUT value not available in $_POST

Laravel dosen't connect with Oracle

Any AWS EB Laravel route getting 404 Not Found nginx/1.16.1

Modify microseconds of a PHP DateTime object

Creating Combinations of Elements

Symfony - EasyAdmin - Add and remove functions are ignored from AssociationField

Hide specific products from unlogged users based in product category in WooCommerce

How to Display Data in Yajra Datatables Laravel 7?

Redis Command To Sort Keys

Adding the custom page with add_menu_page function on Wordpress

About Contact Privacy policy Terms and conditions