Vishwas
Vishwas
@sundayokoi Do we need to import this in app.module.ts?
@Polm90 Did you find a way to do that?
@Polm90 Do you have any idea on printing via html content? Like if i need to print different html contents in two different pages at a time. Is that possible...
@Polm90 Nice idea and thank you very much!
@aosifre margin: false is not at all working in android. So what works for me is setting @page{margin-left: 0px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;}. So this removes all the margin and printing...
@TheNaman047 Did you able to print pdf file? Did you get any other solution other than this https://github.com/sarahgoldman/cordova-print-pdf-plugin? @katzer Please solve this issue.
@TheNaman047 Can we use "cordova-print-pdf-plugin" plugin in Ionic projects? If possible can you post some code that how you implemented "cordova-print-pdf-plugin". In my case, "cordova-print-pdf-plugin" plugin is not working. If...
@TheNaman047 Got it and Thanks for the response.
@hatrain Can you post what you will get from this -document.getElementById("bblock")?
Yes it does. You can use this to print Images cordova.plugins.printer.print('file://img/logo.png');