|
|
|
@ -1956,7 +1956,9 @@ class OrdersController extends CommonController
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$htmlObj = Html::load($html)->render();
|
|
|
|
$htmlObj = Html::load($html)->render();
|
|
|
|
$blob = $htmlObj->getImageBlob();
|
|
|
|
$file = $htmlObj->getFilePath();
|
|
|
|
|
|
|
|
dd($file);
|
|
|
|
|
|
|
|
// $blob = $htmlObj->getImageBlob();
|
|
|
|
$base64 = base64_encode($blob);
|
|
|
|
$base64 = base64_encode($blob);
|
|
|
|
return response()->json([
|
|
|
|
return response()->json([
|
|
|
|
"errorcode" => "200",
|
|
|
|
"errorcode" => "200",
|
|
|
|
|