XPDF bakabilirsiniz
Ben bunu varsayalım
$text = shell_exec("pdftotext $pdffile");
As for displaying it in an editor? Well, which editor?
To retain some type of formatting information, and assuming by web editor you mean HTML editor, you can convert it to HTML. Perhaps there are other tools available, but since i use xpdf i came across this converter that is based on xpdf.
Temel kullanım
pdftohtml -noframes -c test.pdf test.html
Favori editörü içine almak
echo file_get_contents('test.html');
PHP fonksiyonları / sınıfları içinde bir şeyler sarmak gerekebilir. Ve güvenlik önlemleri ve etajer eklemek isteyebilirsiniz.