html print on separate pages of pdf or word document
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
In a web form 2010 application, I Have the following html generated:
<html><body>
test1
test2
test3
</body></html>
[^] I am using this html as a test case. I would like to have a page break for a file printed in a pdf format to print paragraphs on separate print pages? Can you show me the html that needs to be used so the separate test paragraphs print on separate pages? Do I need to use html5 ? If so, would you show me how to make the html use html5?