| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| HTMLJMerge-1.2.6.odt | 2026-04-24 | 44.3 kB | |
| HTMLJMerge-1.2.6.pdf | 2026-04-24 | 175.4 kB | |
| HTMLJMerge-javadoc-1.2.6.zip | 2026-03-31 | 259.9 kB | |
| HTMLJMerge-src-1.2.6.zip | 2026-03-31 | 86.5 kB | |
| lgpl.txt | 2026-03-31 | 7.4 kB | |
| README.txt | 2026-03-31 | 1.5 kB | |
| examples.tar.gz | 2026-03-31 | 4.1 MB | |
| HTMLJMerge-1.2.6.jar | 2026-03-31 | 96.9 kB | |
| htmljmerge.png | 2026-03-31 | 1.4 kB | |
| Totals: 9 Items | 4.7 MB | 0 | |
HTMLJMerge targets java 17.
See HTMLJMerge.pdf or HTMLJMerge.odt.
Usage: java -jar HTMLJMerge.jar -f fromFileName [-t toFileName] -d dataFileName [-p htmltopdf.binary [-s "$H $P"]] [-v] [-q]
where:
-f fromFileName is the template file.
-t toFileName is the result file - optional. Creates a default named file if missing.
-d dataFileName is the data xml file.
-p htmltopdf.binary binary to convert html to pdf - optional.
-s "pdf file syntax" the command line syntax template - optional (in quotes).
-r the size of the buffer to read in files (html and images) - optional defaults to 100k.
-q quiet mode IE no command line output (file names).
-v verbose mode IE command line output includes to pdf output.
-? This help message.
Converting to PDF:
-p is the binary that will be doing the conversion.
-s is the command line syntax where $H means the HTML file and $P The PDF.
You do not change $H and $P to your file names you use values $H and $P.
The command line syntax uses:
the literal $H and changes that to the actual html file/s internally and
the literal $P and changes that to the actual pdf file/s internally.
------------------------
Version 1.2.6 change log
------- ----- ------ ---
As of 1.2.6 I'm not longer adding the release date to the files, just the version.
Some code refactoring.
Changed the "infinite loop" to "infinite resursion" as that is the issue.
Enhanced the command line parser a little.
1.2.6 was released 31-Mar-2026