|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2009-11-24 06:12 UTC] rettaikulamram at gmail dot com
Description:
------------
I installed poppler utils in my ubuntyu for to convert pdftohtml,it runs well in terminal
but in a php script via exec() it not works why
exec('pdftohtml -c Desktop/resume.pdf')
Reproduce code:
---------------
---
From manual page: ref.exec
---
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 11 02:00:01 2025 UTC |
Description: ------------ I installed poppler utils in my ubuntu for to convert pdftohtml,it runs well in terminal but in a php script via exec() it not works why exec('pdftohtml -c Desktop/resume.pdf')