| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2026-06-20 | 1.4 kB | |
| HTMLJMerge-javadoc-1.2.6.a.zip | 2026-06-20 | 260.0 kB | |
| HTMLJMerge-src-1.2.6.a.zip | 2026-06-20 | 86.7 kB | |
| lgpl.txt | 2026-06-20 | 7.4 kB | |
| HTMLJMerge-1.2.6.a.jar | 2026-06-20 | 97.1 kB | |
| HTMLJMerge-1.2.6.a.odt | 2026-06-20 | 42.6 kB | |
| HTMLJMerge-1.2.6.a.pdf | 2026-06-20 | 176.7 kB | |
| examples.tar.gz | 2026-06-20 | 4.1 MB | |
| htmljmerge.png | 2026-06-20 | 1.4 kB | |
| Totals: 9 Items | 4.7 MB | 3 | |
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.a change log
------- ----- ------ ---
Used functional operations rather than generic loops.
1.2.6.a was released 20-Jun-2026