You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please take a look at this thing I googled which states, "There is no way to force a user's browser to open a PDF file in a new tab."Opening a new tab to read a PDF file Seems like including your new
$href = $pdf->Output($filename, 'F');
in an HTML link with a "_blank" target might be your best, but not foolproof, option.
When use the command
$pdf->Output($filename, 'I');
The pdf always opens in the same tab. Need an option to open it in a new tab or window.
The text was updated successfully, but these errors were encountered: