Download Latest Version HTMLJMerge-1.2.6.jar (96.9 kB)
Email in envelope

Get an email when there's a new version of HTMLJMerge

Home / 1.2.4
Name Modified Size InfoDownloads / Week
Parent folder
HTMLJMerge-src-1.2.4-27122025.zip 2025-12-27 85.7 kB
lgpl.txt 2025-12-27 7.4 kB
README.txt 2025-12-27 1.6 kB
HTMLJMerge-1.2.4-27122025.jar 2025-12-27 94.5 kB
HTMLJMerge-1.2.4-27122025.odt 2025-12-27 43.2 kB
HTMLJMerge-1.2.4-27122025.pdf 2025-12-27 175.4 kB
HTMLJMerge-javadoc-1.2.4-27122025.zip 2025-12-27 254.7 kB
Totals: 7 Items   662.5 kB 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.4 change log
------- ----- ------ ---
Added "-version" to the command line interface.  
Added Integer data type
Smartened up the check for numeric or integer data types.
Explicitly added the "Use Type" in the data to the documentation.
Added substring functionality to branches.

1.2.4 was released on 27-Dec-2025
Source: README.txt, updated 2025-12-27