I'm not sure why you would get absolutely nothing. It's been a while since I messed with the debugging options. It's possible that functionality has been lost during development but the documentation not updated. The file should be created in the same directory as the original. Does C:\example.pdf exist after running your command? You might try modifying the file argument to something like /example.html (perhaps PHP/dompdf doesn't like the C:\).
On Wednesday, November 28, 2012 10:49:31 AM UTC-5, Kris Mitchell wrote:
I am trying to run DOMPDF from the command line and am getting no results.
from a window prompt I am running
php -f C:\dompdf\dompdf.php -- -d C:\example.html
I get no tree output, no pdf, nothing. If I do php -f C:\dompdf\dompdf.php -- -l I actually get the listing of available paper sizes. So I know I am hitting the php file correctly.
Any ideas?
Thanks!