![]() |
#1 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Oct 2018
Device: HP Omni10
|
Method to Convert to HTML/DOCX, adding additional column
Hi all - i am interested in figuring out how to convert epub to HTML (or DOCX) while adding an additional empty column (or table cell) to the output.
In the case of converting to HTML, putting the entire output in a DIV, with a second adjacent (empty) DIV would be the simplest, but creating divs for each paragraph (with side-by-side empty DIV) would be best. Likewise, converting to DOCX, creating multiple columns, (and rows of columns) with column breaks at paragraphs, with an empty column to the right. I have no idea what 'code' WORD might use to designate columns. Code:
<Table> <tr><td>epub text goes here</td><td> </td></tr> <tr><td>epub text goes here</td><td> </td></tr> </Table> or <DIV id="main"> <DIV id="lt1">epub text goes here</DIV><DIV id="rt1"> </DIV> <DIV id="lt2">epub text goes here</DIV><DIV id="rt2"> </DIV> </DIV> many thanks |
![]() |
![]() |
![]() |
Tags |
algorithms, html conversion, methods, template, word conversion |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Adding custom column with any lookup-name gives me empty column as a result? | Ahu Lee | Library Management | 16 | 06-09-2019 12:14 PM |
ebook-convert (docx->html) inserting too many page breaks | xanguera | Conversion | 3 | 07-31-2015 08:05 PM |
Problem adding additional formats | Loosheesh | Calibre | 16 | 05-12-2013 08:06 AM |
Adding additional information to the Library view | Gadget Guy | Calibre | 3 | 04-23-2010 03:37 PM |
Automatically adding additional formats for a book? | HarryT | Calibre | 4 | 08-26-2009 11:57 AM |