tags:

views:

68

answers:

1

Hi,

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.

A: 

This question has been asked before. Check out:

http://stackoverflow.com/questions/1251956/is-there-a-pdf-parser-for-php

webbiedave