I am using a script to convert an html page to pdf using htmldoc. Basically, here how it is supposed to work: I run a mysql query with php and write an html page. I send the html page to htmldoc using php. I redirect the browser to the newly create pdf file.
I have gotten this to work with several different queries except for one. The query I'm having trouble with creates a series of html tables with an 800 X 600 screenshot (of a product were developing). As long as I query for less than 11 records it works fine. But when I try for more than that nothing happens. No error messages and no pdf file.
I have created a php shell script to create the pdf file. If I run that from the command line it works.
puzzled?
Luis