Quote:
Originally Posted by cybmole
is there any practical way to convert a pdf format book which has been created as 2 x book "pages" per pdf "page" ? i.e. each page of the pdf contains both a left and right pair of book pages.
|
ldolse had the following to say on this topic.
Quote:
Originally Posted by ldolse
Not really. The current pdf engine doesn't support multi-column. A new pdf engine is in the works that will support multi-column. You can access it today via the command line by using the ebook-convert command with the argument --new-pdf-engine. It won't fully convert the book, but it will turn a multi-column pdf into a single column html file if you also specify a debug output location using the -v argument.
That said the html file it produces today is pretty rough and will definitely need further editing - it may not be worth it to you.
|