The other day, I came across a docs viewer in a Joomla! website, which displays pdf documents very nicely. I think it was called Aridocs viewer. I'm looking for a way to do that in CodeIgniter. Any tips?
A PDF is download and evaluated on the front-end, Codeigniter is back-end... that means than you should look for a plugin or something on your front (client-side), Codeigniter CAN'T do nothing for you with PDFs at least than your PDFs have dynamic content.
Thanks guys. I will have a look at some Javascript or Jquery solutions.
I'm not sure that jQuery would do a nice thing for you, but the point is, you need to look through the scripting languages - that's their very thing. As far as I know, you may do stuff in here with node, but I can't claim for sure because I'm more a person of dead simple ways. Speaking of some ready to go web-based solutions I prefer this one
https://w9.pdffiller.com It has quite perfect output, as well as the documents remain fully editable, what comes in handy. But yet, Codeigniter is not what you need for sure