Forum How do I...?

Multi page PDFs

rsands
Say I have html content for each individual page....how do i construct a multi page PDF? I have this for one page:

<html> <head>
<style>
@prince...... settings like trim, mars, etc
</style>
</head>

<body>
PAGE 1 CONTENT
</body>
</html>

What do i do to make a multi page PDF? Sorry bit lost as to what is needed to do this instead of creating single pages and then having to combine them with ghostscript

Thanks

Richard
rsands
Am i correct in saying i could wrap each page inside a div with style of "page-break-before: always;" ? and have all the divs one after another inside body?
rsands
Solved...was indeed just a matter of wrapping them as page-break-before - got confused with mention of chapter in manual