Quote:
Originally Posted by bhambhu
i m converting docx to epub in caliber and i got some issue in page title <title>Unknown</title> in head session..
i want set page title according to page heading just like my page heading is chapter first. i want this page heading set in <title></title> session.
|
If you put the Title & Author into the DOCX Properties->Summary (Word Alt/F, E, P). Providing
Read metadata from contents is checked, then when the DOCX is imported, calibre will extract the values and put them into its database.
Or you can extract them by selecting the DOCX in Metadata Edit Formats and hitting the blue circled 'i' button.
When you convert from DOCX to EPUB the Title value (eg 'blah blah') will be in the epub, as <title>blah blah</title>, it will also be in the content.opf file.
BR