in css column-count and columns not support in pdf
@media print{
.newspaper {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
}
}
media print also try but pdf not take css.
My Requirement:
Any help would be appreciated.
thanks
I am also looking for help on same
https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1872
is it possible with this link
But you must give height but I want to set with without giving height.
(can you help me with other solutions.)
If large amounts of expected CSS functionality is not supported by this package, it would be helpful to document this upfront so people don't waste time trying to debug expected behaviour.
@mcclowes that would be very nice. Do you want to help with it, so developers don't need to waste their time with it for free?