In Java,
when I call print dialog box the pages are set print from 1 to 9999. Am splitting the pages based on my JTable
row number.
If my table row count is less than 40 then whole printing is in 1 page else the left rows are passed into next page. So my page splitting is based on row count.
Is it possible to pass value to print dialog?
I.E, If row count is 60 page number to be printed is 2.. am I able to set it when dialog box appear?