Questions tagged [jqprint]

jqprint is a printing plug-in for jQuery, evolution of jPrintArea

jqprint is a printing plug-in for jQuery, evolution of jPrintArea.

13 questions
2
votes
1 answer

Printing Images in a hidden DIV failing in Chrome

Chrome 24 I'm working on a site re-write right now that has a curious bit of functionality. There is a page where is a user is given a list of options to select images to print. The user checks off the checkboxes of the images they'd like, and then…
Khepri
  • 9,547
  • 5
  • 45
  • 61
1
vote
1 answer

Can JQPrint be configured or modified to ignore checkboxes?

I am using JQPrint to print the contents of a of an html report I generate. Unfortunately I must have checkboxes on the screen for each row, but I would like to be able to print without the checkboxes. Is there any way to do with this JQPrint?
MTR
  • 1,411
  • 4
  • 14
  • 23
1
vote
2 answers

Using Jqprint need color, or need alternative

I'm using the jqprint plugin and really like how it operates with only one problem. I need to add color to the object that I'm trying to print. I tried to colorize the object before it gets sent to Jqprint but that didn't change anything. I know…
Collin Estes
  • 5,577
  • 7
  • 51
  • 71
1
vote
0 answers

How can i print whole webpage and iFrame in same paper using primefaces

working on a huge web portal using primefaces, the portal single page is consist of 2 parts - PART I - the page layout - header - sidebar - footer - PART II - the main content in iframe when i'm using print this page using following…
maherelghali
  • 323
  • 1
  • 3
  • 4
1
vote
1 answer

jQuery : jqPrint outputs a

I tried to print a div using jqPrint. All the contents that are printed are fine but scroll bar appears in all pages of printed sheets. Is there any CSS corrections or references needs to be given/added? Please do help
Dhanasekar Murugesan
  • 3,141
  • 1
  • 18
  • 21
1
vote
1 answer

JQuery JQPrint css

How can I include an external css file in jqprint? What could be the problem with my code why I can t Hide a simple button using an inline stylesheet with a media which is equal to print? Here is my sample code.