简体   繁体   中英

PHP Viewer for hlp files

I'm working on a project and i have all the help related to the business in hlp files, i'm looking for a php viewer for that kind of files but i have not found any so far, not even a payed one.

is there any library for displaying HLP files in PHP?

Thanks in advance.

I couldn't find one for PHP, but there are various ones for Linux. You could convert it there, using system() , and then pick up the output.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM