Michael R Sweet
Michael R Sweet
"htmldoc_imagesize_patch.diff": ``` Index: htmldoc/http.c =================================================================== --- htmldoc/http.c (revision 1736) +++ htmldoc/http.c (working copy) @@ -211,6 +211,7 @@ return (http); } +#ifndef WIN32 /* * 'httpAddCredential()' - Allocates and adds a...
Might consider supporting the style attribute and width/height properties instead, otherwise the HTML input won't be valid...
Yeah, well I *do* want to keep things standards-compliant as much as possible, particularly as I implement support for EPUB which requires strict XHTML conformance... Like I said, I'm considering...
@wmdhosting Can you attach sample files along with the command you are using to generate the PDF with HTMLDOC? What version of HTMLDOC were you previously using?
@wmdhosting OK, so there isn't anything obvious there. Any errors showing up in your Apache logs? What kind of image does the barcode.php script produce? Can you attach a sample...
@wmdhosting The log indicates that your installation of HTMLDOC is not in the path of the Apache process - have you tried adding the full path to the HTMLDOC executable...
@wmdhosting That *should* work, but something is preventing it from working. Have you tried running the HTMLDOC command from the terminal to see what you get?
Really the only relevant changes between 1.9.11 and 1.9.15 are security changes and removal of the bundled image libraries - you really want to try running the command outside of...
@brechtsanders Even in MinGW, the Windows API functions are still available, right? I really don't want to special-case this as MinGW isn't a platform/toolset I support or use.
Original reporter: Michael Sweet Will add an option for this in 1.9.