jasonday / printThis

jQuery printing plugin; print specific elements on a page

Home Page:https://jasonday.github.io/printThis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page content cutting off while printing

bsgies opened this issue · comments

Hi,

I'm trying to print a document which is a receipt for the customer. It is a basic receipt design and line items of the receipt are placed in a table.

Which the printThis function triggers it's cutting of content of the line items (Screenshot attached below).

How do I fix this issue?

Screenshot: https://prnt.sc/s1prm0

This appears to be a CSS issue and that you need to set debug: true to inspect the generated iframe and apply CSS styles to affect the print outcome.