ngx-print
ngx-print copied to clipboard
Pagination not applied if printable content is a child-component
Describe the bug No pagination applied in case that the printable area is a child-component, so just the first page is showed to be printed. If I'm adding the button inside of the child-component, the [useExistingCss]="true" is not applied.
Using Chrome 81.0.4044.113 and Firefox 70.0.1
Thank you!
Are you still having this issue? I'm thinking this is likely because the max-height is less than the height of the actual content and is only allowing the first page to be printed. I would double check your css and make sure everything looks okay using the previewOnly property.