Yii2: Setasign fpdi
up vote
-1
down vote
favorite
I am creating an application and used fpdi for the printable documents. But when I ran the code, it returned an error: setasignFpdiPdfParserPdfParserException . What are the possible causes of this error?
pdf yii2 fpdi
add a comment |
up vote
-1
down vote
favorite
I am creating an application and used fpdi for the printable documents. But when I ran the code, it returned an error: setasignFpdiPdfParserPdfParserException . What are the possible causes of this error?
pdf yii2 fpdi
1
that means that the parser thinks that the file you have provided is invalid you might try some other file
– Muhammad Omer Aslam
Nov 12 at 3:28
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I am creating an application and used fpdi for the printable documents. But when I ran the code, it returned an error: setasignFpdiPdfParserPdfParserException . What are the possible causes of this error?
pdf yii2 fpdi
I am creating an application and used fpdi for the printable documents. But when I ran the code, it returned an error: setasignFpdiPdfParserPdfParserException . What are the possible causes of this error?
pdf yii2 fpdi
pdf yii2 fpdi
asked Nov 12 at 2:09
anon97
103
103
1
that means that the parser thinks that the file you have provided is invalid you might try some other file
– Muhammad Omer Aslam
Nov 12 at 3:28
add a comment |
1
that means that the parser thinks that the file you have provided is invalid you might try some other file
– Muhammad Omer Aslam
Nov 12 at 3:28
1
1
that means that the parser thinks that the file you have provided is invalid you might try some other file
– Muhammad Omer Aslam
Nov 12 at 3:28
that means that the parser thinks that the file you have provided is invalid you might try some other file
– Muhammad Omer Aslam
Nov 12 at 3:28
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
As you can see from the code, parser tries to find PDF keyword in the file header. But does not find.
PDF file is corrupted or empty.
add a comment |
up vote
0
down vote
header("Content-type:application/pdf");
Add this line to your code.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
As you can see from the code, parser tries to find PDF keyword in the file header. But does not find.
PDF file is corrupted or empty.
add a comment |
up vote
0
down vote
As you can see from the code, parser tries to find PDF keyword in the file header. But does not find.
PDF file is corrupted or empty.
add a comment |
up vote
0
down vote
up vote
0
down vote
As you can see from the code, parser tries to find PDF keyword in the file header. But does not find.
PDF file is corrupted or empty.
As you can see from the code, parser tries to find PDF keyword in the file header. But does not find.
PDF file is corrupted or empty.
answered Nov 13 at 5:09
Anton Rybalko
672816
672816
add a comment |
add a comment |
up vote
0
down vote
header("Content-type:application/pdf");
Add this line to your code.
add a comment |
up vote
0
down vote
header("Content-type:application/pdf");
Add this line to your code.
add a comment |
up vote
0
down vote
up vote
0
down vote
header("Content-type:application/pdf");
Add this line to your code.
header("Content-type:application/pdf");
Add this line to your code.
answered Nov 13 at 5:28
Bira
795623
795623
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53255181%2fyii2-setasign-fpdi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
that means that the parser thinks that the file you have provided is invalid you might try some other file
– Muhammad Omer Aslam
Nov 12 at 3:28