I need to show a print preview(Scrollable in single page) of the HTML content.
Please read the following carefully and suggest me the solution for the same.
The input will be a dynamic raw data(content can be huge), Can we apply some standard custom CSS or javascript and show the print preview of the content in the page.T*he print preview should have margins(spaces) in all sides and should look like the contents are placed in page boxes.*
Assume that the raw data has 200 lines, the print preview is going to show 50 lines/page,
Now the first page in print preview will have 50 lines and when the user scrolls the page, the second page will be shown with line from 51-100 and so on. In other words, the margin space, height and width of the page is fixed and outcome should be like texts printed on a papers, not as web page.
Thanks in advance, Chandra