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
Name Modified Size InfoDownloads / Week
1.2.6 2026-04-24
1.2.5 2026-02-27
1.2.4 2025-12-27
1.2.3 2025-09-18
README.txt 2025-12-25 1.2 kB
Totals: 5 Items   1.2 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.  

Source: README.txt, updated 2025-12-25