pdf output plugin renders no columns

Bug #1605918 reported by SvenV
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
calibre
Won't Fix
Undecided
Unassigned

Bug Description

(calibre 2.62.0 portable, on Windows 10)

I want to convert a magazine in epub format to pdf.
Each article's main text is contained in a (css) class, called 'bodyTxt'.

I try to convert it with the following command:
ebook-convert.exe magazine.epub magazine.pdf --paper-size=a4 --extra-css=".bodyTxt { webkit-columns: 190px 2; moz-columns: 190px 2; columns: 190px 2; webkit-column-gap: 25px; moz-column-gap: 25px; column-gap: 25px; }" --sr1-search="[[][ ]" --sr1-replace=[(] -v -v -d calibre_temp

The conversion succeeded and the resulting xhtml documents (in the debug folder 'processed') are rendered with columns by Microsoft Edge.

The resulting pdf document has all the specification I would like it to have, EXCEPT that no text is displayed in 2 columns (all in 1 column).

Tags: pdf-output
Revision history for this message
SvenV (svenverlinden-deactivatedaccount) wrote :
Revision history for this message
Kovid Goyal (kovid) wrote : Re: calibre bug 1605918

PDF output does not support multi-columns, because pagination is done
using columns.

 status wontfix

Changed in calibre:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.