ngx-print icon indicating copy to clipboard operation
ngx-print copied to clipboard

Pagination not applied if printable content is a child-component

Open Dlevi93 opened this issue 4 years ago • 1 comments

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.

image Using Chrome 81.0.4044.113 and Firefox 70.0.1

Thank you!

Dlevi93 avatar Apr 17 '20 11:04 Dlevi93

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.

Core121 avatar Dec 04 '23 02:12 Core121