I see the example:
prince doc1.html doc2.html -o out.pdf
Combine doc1.html and doc2.html into a single PDF file, out.pdf.
But I couldn't find the parameter or similar stuffs to combine many html file.
I've download a large amount of seperated *.html file (each of them is a chapter of a story) but there're >500 of them. What exactly does the command look like?
sth like...
prince (doc1.html - doc512.html) -o out.pdf
?
prince doc1.html doc2.html -o out.pdf
Combine doc1.html and doc2.html into a single PDF file, out.pdf.
But I couldn't find the parameter or similar stuffs to combine many html file.
I've download a large amount of seperated *.html file (each of them is a chapter of a story) but there're >500 of them. What exactly does the command look like?
sth like...
prince (doc1.html - doc512.html) -o out.pdf
?