I just found out, that from an element with
display:inline-block;
only the first page is printed and everthing else is hidden. setting this to
display:block;
was the solution in my case.
I just found out, that from an element with
display:inline-block;
only the first page is printed and everthing else is hidden. setting this to
display:block;
was the solution in my case.