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
{{ message }}
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.
I am little confuse how to pass the pdf file path. Because i added the path but not running any function on the server.
$html = $pdf->getInfo();
All of the function showing empty data.
But when i hit the "$page = $pdf->html();" function then facing following issue:
"Exception
You're asking to go to page 1 but max page of this document is 0",
If anyone let me know how to fix the following issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am little confuse how to pass the pdf file path. Because i added the path but not running any function on the server.
$html = $pdf->getInfo();
All of the function showing empty data.
But when i hit the "$page = $pdf->html();" function then facing following issue:
"Exception
You're asking to go to page 1 but max page of this document is 0",
If anyone let me know how to fix the following issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: