avinash
avinash

Reputation: 41

Read .pptx file using PHP

Can anyone knows how to read pptx file in php.

Or

Is there any php library/demo which can read text data from pptx file using php?

Any ideas?

Upvotes: 0

Views: 1547

Answers (2)

Pasta
Pasta

Reputation: 2491

Read this carefully, how can I read write edit pptx/docx/xlsx files using PHP?

Note that .pptx is actually a zip file

Upvotes: 1

S. Moreno
S. Moreno

Reputation: 536

in PHP you have http://php.net/manual/en/book.zip.php that belongs to the OOXML

Upvotes: 1

Related Questions