Welcome Guest, Not a member yet? Register   Sign In
Inline PDF displayed as raw content instead rendered pdf
#1

I tried to display inline pdf using CI4 but it return raw content of pdf (seem like postscript) instead return rendered content of pdf. it was not happen in CI3. I tried using 'header("Content-type: application/pdf");' but nothing. what should i do?

sorry if bad english
Reply
#2

(This post was last modified: 05-21-2018, 01:04 AM by Paradinight.)

(05-21-2018, 12:11 AM)singgihdh Wrote: I tried to display inline pdf using CI4 but it return raw content of pdf (seem like postscript) instead return rendered content of pdf. it was not happen in CI3. I tried using 'header("Content-type: application/pdf");' but nothing. what should i do?

sorry if bad english

https://bcit-ci.github.io/CodeIgniter4/l...ng-headers

edit:
https://bcit-ci.github.io/CodeIgniter4/c.../http.html
Reply
#3

(05-21-2018, 12:54 AM)Paradinight Wrote:
(05-21-2018, 12:11 AM)singgihdh Wrote: I tried to display inline pdf using CI4 but it return raw content of pdf (seem like postscript) instead return rendered content of pdf. it was not happen in CI3. I tried using 'header("Content-type: application/pdf");' but nothing. what should i do?

sorry if bad english

https://bcit-ci.github.io/CodeIgniter4/l...ng-headers

edit:
https://bcit-ci.github.io/CodeIgniter4/c.../http.html

Still didnt work until i comment
Code:
$this->setContentType('text/html');
in /system/HTTP/Response.php
Reply




Theme © iAndrew 2016 - Forum software by © MyBB