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

:printer: A plug n' play Angular (2++) library to print your stuff

Results 56 ngx-print issues
Sort by recently updated
recently updated
newest added

``` Next Page ``` want page break after every .page-break Class ? **Ngx-Print Version** "ngx-print": "^1.2.1", **Additional context** Add any other context about the problem here.

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 4.7.1 to 10.1.1. Release notes Sourced from ng-packagr's releases. v10.0.0-rc.2 Bug Fixes issues with emitting declarationMap (38ad52b), closes #1464 10.0.0-rc.1 (2020-06-10) v10.0.0-rc.1 Bug Fixes disable CSS calc...

dependencies

@media print { @page { size: 8.5in 5.5in; size: landscape; } } Using above css but its not reflecting, I have added [useExistingCss]="true" also.

**Is your feature request related to a problem? Please describe.** Hello there, currenlty this ngx-print is not printing any canvas so I would suggest you to upgrade getHtmlContent like this...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

**Describe the bug** I want to pring a html with 2 images on it, but it's only renderig the first one. **Screenshots** Image of html page: ![image](https://user-images.githubusercontent.com/38642306/106498962-fc3db180-648d-11eb-8535-084e5f2b33c7.png) Image of printing...

how can I print the HTML layout with a style which is located in another component?

**Describe the bug** I have a modal window that I would like to print. I've added the code as per the documentation. However, when I click on the button nothing...