i have a receipt form in angular 15 that need to be printed on a certain preview. so i have created that preview in a separate component then called that component into main form that loads by clicking on button save and print. everything workign fine but print quality is poor.
if i print direclty that preview component, Qulity is Good but when printing receipt form Quality is poor and not readable.
I need help how to improve print quality. there is no problem with printer.
<div id="receipt-content" class="receipt-container">
<!-- Header Section: Logo and Store Info -->
<div class="header">
<!-- Logo Container -->
<div class="logo-container">
<img src="assets/img/logo.png" alt="Eidanas Logo" class="logo" />
</div>
<!-- Store Info Container: Store Name, Address, Phone (each on its own line) -->
<div class="store-info-container">
<h2 class="store-name">Eidanas</h2>
<p class="store-address">
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745058472a4608816.html
评论列表(0条)