You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometime when creating PDFs using messageToPdf(messages,{embedAvatar:false}) the PDF generated contains lines of text that are bisected horizontally (see attached screenshot) and split between two pages in the PDF.
Note:
Removing the body{padding:0 10px;min-width:' + opts.width + 'px;-webkit-print-color-adjust: exact;} CSS declarations seems to prevent this issue (but obviously at a cost).