htmldoc
htmldoc copied to clipboard
HTML Conversion Software
When building for Windows with recent MinGW-w64 (e.g. GCC12 from https://winlibs.com/) `gmtime_r` and `localtime_r` are actually available if `_POSIX_THREAD_SAFE_FUNCTIONS` is defined. There is some code that addresses previously missing functions...
After the change from `gmtime_r` to `localtime_r` in a67e9ccfe20756fdda7ea7b50119d36ac8ffac0b, the build became unreproducible. Where it's the timezone that makes the difference. This is in part a regression from #310. When...
Please consider adding [webp](https://developers.google.com/speed/webp) image support from Google. This format can be considerably smaller than legacy formats greatly benefiting mobile and low bandwidth users. It would be advantageous to be...
We transfered sites to new server installed version. 1.9.15 But barcodes that shows normally on INvoice Html version. does not shows on PDF output.. Any idea how to solve .....
1. currently maximum size of image is ~7k 2. maximum length of input line for input html document is 10240 (limited by code in htmllib.cxx) this patch removes these limitations...
[An extra null pointer check is not needed in functions](https://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first "Free a null pointer anyway or check first?") like the following. - [get_format](https://github.com/michaelrsweet/htmldoc/blob/f16285c92c5aa12fd4aaac72c9417fd09ad603dc/htmldoc/util.cxx#L245 "get_format function") - [httpClearCookie](https://github.com/michaelrsweet/htmldoc/blob/41cca81f5cfbd507fe4f43c7c6a3c6c72e16e50a/htmldoc/http.c#L276 "httpClearCookie function")
See the attached example. The table entries in rows stretching across subsequent pages may not be visible in the generated PDF file. The "Test" entry from line 55 of the...
Version: 2.0-feature Original reporter: Hi! Thank you very much for your great software! I really do love it! However some important feature is missing for me: it's the ability to...
Version: 1.9-feature Original reporter: BACKGROUND We have a program that stamps the top of the first page of a PDF file. This requires that the first page has at least...