css - print stylesheets - how to print all pages of paginated content? -


i'd use css specify stylesheet printing (instead of "print friendly view"). problem web site has long article content paginated. when printing paginated article using css, current single page gets printed instead of whole article.

is there way control printing when user prints "all pages" view printed instead of single page?

sometimes need create custom output, printing. same stylesheet, content on 1 go instead of paginated.

i put parameter "printmode=1" or something, load content hidden iframe on same page , print in there.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -