<?php
require __DIR__.'/vendor/autoload.php';
use Spipu\Html2Pdf\Html2Pdf;
$html = file_get_contents('http://45.79.125.34:7878/order-invoice-mobile/0Ug4b93uRVrKsVqkdY2qE4PQxIZOPpqRvFzYk');
$html2pdf = new html2pdf();
$html2pdf->writeHTML($html); // pass in the HTML
$html2pdf->output('myPdf.pdf', 'D'); // Generate the PDF and start download