how to parse a pdf file using php
Is there any good php parser to parse pdf files? I have a pdf file with text formatted differently. I want to still maintain that in my output. For example, content in the pdf is like开发者_如何学编程 this
title content goes here. example is here
so I want the text to be parsed preserving the bold tags where ever its used.
please let me know.
精彩评论