If I understand correctly you would like to convert multiple html documents into a single pdf. Our service does not support this directly, but you have these two options:
1/ You can assemble a single html document from multiple html documents and then print it to pdf.
2/ Convert each html document to pdf and then merge the pdfs on your end (e.g. using
pdftk)