printThis icon indicating copy to clipboard operation
printThis copied to clipboard

jQuery printing plugin; print specific elements on a page

Results 36 printThis issues
Sort by recently updated
recently updated
newest added

Hello, Thank you for your great effort developing this plugin. Here is my print function: ``` function printResult() { $('.mainterminalreport').printThis({ debug: true, printDelay: 15000, canvas: true }); } ``` When...

I am working on asp.net core and the print preview appears correctly but my bootstrap and custom css not working

Description of issue: When the button meant to start a print dialog is clicked, neither Chrome nor Firefox open a print dialog on an iPad. Tested with iPad 3G, iPad...

importCSS: true disables orientation and cannot use landscape printing. Any way we can achive landscape printing but also keep the import css

I'm using custom TTF fonts on a page that show up correctly on screen but when I use printThis to print the section they are printing as Times Roman. I...

I have application that print element from modal body. It works perfectly on desktop. But if i print it on mobile and change paper size, element that printed is the...

Table footer on all pages, i want the table footer on the last page

**Is your feature request related to a problem? Please describe.** I just want to print 2 elements but when I do it does not look well. **Describe the solution you'd...

**Describe the bug** When i set the property copyTagClasses: true then it shows only First Page in Preview and also prints **To Reproduce** Steps to reproduce the behavior: ``` $('#ID').printThis({...

Allow user manually run the print once the document is ready.