php-wkhtmltox icon indicating copy to clipboard operation
php-wkhtmltox copied to clipboard

string input(html), string output(pdf) and errorlog

Open mithrandirii opened this issue 11 years ago • 3 comments

hi,

we are testing an wkhtmltopdf integration in our php erp software for formular generation by now. our php.ini disables all exec function of php for security reasons. so we was very glad to see a php-extension of wkhtmltox ;). thx for that great work !

but i think 3 important thinks are missing:

  • string input (html)
  • string output (pdf)
  • error/warning output

i checked the base lib of wkhtmltox. the lib provides some api to integrate these features. sadly my knowledge in c programming and php extension development is realy poor. i tried it also to integrate these features. i don't know if it is the best way, but after hours i got it working. if you want i can send you the files or do a pull request. but i'm new to github and don't know how to do it ;)

greetings from germany

dominik

mithrandirii avatar Apr 02 '13 09:04 mithrandirii

Dominik,

I'm trying to do the same thing, and wouldn't don't know c very well either. Could you please email me your files for use in my project or post them to github? [email protected]

Thank you

drew-hoffman avatar Jul 23 '13 19:07 drew-hoffman

:+1:

bravadomizzou avatar May 30 '14 18:05 bravadomizzou

hey, added the code to mithrandirii/php-wkhtmltox@eaf00e8ada571274874dc634fd294aa805184431

mithrandirii avatar Jun 02 '14 07:06 mithrandirii