kochichi96 / lrf-epub-tools

Automatically exported from code.google.com/p/lrf-epub-tools
0 stars 0 forks source link

Linebreaks/Newlines ignored #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select a LRF containing newlines or linebreaks
2. convert it to HTML or EPUB (these are the ones I tried) with convertLRF

What is the expected output? What do you see instead?
The HTML or EPUB does not have the linebreaks or newlines as the LRF. The
text is shown without any breaks as one long line.

In the attached example I get:
Some Title  Some Paragraph, some paragraph, more paragraph, blah blah blah.
Some Paragraph, some paragraph, more paragraph, blah blah blah.   Some
Paragraph, some paragraph, more paragraph, blah blah blah. Some Paragraph,
some paragraph, more paragraph, blah blah blah. Other Title  Some
Paragraph, some paragraph, more paragraph, blah blah blah.

While I expect something like this:
Some Title 
Some Paragraph, some paragraph, more paragraph, blah blah blah. Some
Paragraph, some paragraph, more paragraph, blah blah blah. Some Paragraph,
some paragraph, more paragraph, blah blah blah. Some Paragraph, some
paragraph, more paragraph, blah blah blah.
Other Title 
Some Paragraph, some paragraph, more paragraph, blah blah blah.

What version of the product are you using? On what operating system?
0.9.211

Please provide any additional information below.

Original issue reported on code.google.com by g...@egidy.de on 24 Jul 2009 at 8:09

Attachments:

GoogleCodeExporter commented 8 years ago
I looked into this. It's the way the html is being outputted to a <div><span>
sequence. That doesn't register the new lines. I sent an e-mail to the creator 
today
asking if we could get a version that does <p><br /> instead.

Original comment by cjye...@gmail.com on 29 Aug 2009 at 4:38

GoogleCodeExporter commented 8 years ago
Convert PDF/HTML/DOCDOCX/Word to ePub: 
http://hdvideoconverter-mac.com/convert-word-to-epub.html is indeed a 
multifunctional software which can convert between nine popular office file 
format like PDF, DOC, DOCX, Image, HTML, ODT, RTF, TXT, ePub.

Original comment by yanren...@gmail.com on 22 Apr 2011 at 6:41

raisercostin commented 7 years ago

This issue was moved to raisercostin/lrf-epub-tools#1