Hi,
I am having a page in HTML that should come up as 2 separate columns on the PDF in one single page (like the CSS3 Multi-Column).
Firefox implements this by the following style property,
style="-moz-column-count:2; -moz-column-width:20em;"
but when I convert the document into PDF using prince, the resulting output doesnt come in 2 columns.
Can someone help me how to accomplish this ?
Thanks.
I am having a page in HTML that should come up as 2 separate columns on the PDF in one single page (like the CSS3 Multi-Column).
Firefox implements this by the following style property,
style="-moz-column-count:2; -moz-column-width:20em;"
but when I convert the document into PDF using prince, the resulting output doesnt come in 2 columns.
Can someone help me how to accomplish this ?
Thanks.