am currently trying to print an html page and it works fine for the content that's in view when you print it. My main issue is the rest of my html is being cut off at the sections that are not in view. I have added angularprjnt to my project as well as the print css to keep my html page structure.
So my question is, can any one suggest a better method of me printing my page out rather the "window.print();" as I want the html page to divide into multiple pages if it's too long.