![]() |
#1 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Mar 2013
Device: none
|
I need help with text wrap...
Would someone assist me in fixing the text wrap issue I am having when I bring in epub file converted from PDF using Calibre. For example, here is a sample:
text text text text text text text text text text text text text text text te xt text text text text text t ext text text If you notice the text are broke apart at the right margin. Is there a way to fix this for efficiently without having to use the backspace keys? I hope this makes sense. skammer1974 |
![]() |
![]() |
![]() |
#2 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,680
Karma: 23983815
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
This should take care of some of the issues. |
|
![]() |
![]() |
![]() |
#3 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
Also learn the basics of RegEx S&R. That will help.
|
![]() |
![]() |
![]() |
#4 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
|
Converting a document from PDF is the WORST case scenario. It will take a lot of elbow grease to fix the document after conversion.
I personally use these two Regexes to help combine broken paragraphs: Search #1: Code:
-</p>\s+<p> Search #2: Code:
([^>”\?\!\.])</p>\s+<p>
Code:
\1 Search #2 will look for a paragraph NOT ending with any of the characters in red, and will combine it with the next paragraph. For cleaning up directly from calibre's output you may need to use these Regexes for search instead: Code:
-</p>\s+<p class="calibre[0-9]+"> Code:
([^>”\?\!\.])</p>\s+<p class="calibre[0-9]+"> |
![]() |
![]() |
![]() |
Tags |
text wrap, text wrapping |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Floats, images, text-wrap --- need advice | GrannyGrump | ePub | 11 | 09-06-2012 09:14 AM |
TEXT WRAP AROUND IMAGES | RKEP71 | Sigil | 1 | 06-20-2011 08:26 PM |
Wrap Text Around Picture - Mobi | Bull06 | Conversion | 6 | 03-23-2011 11:52 AM |
Help - text won't wrap around Images | WRB | Sigil | 2 | 02-11-2011 01:46 AM |
LRF and wrap-around text | Seabound | Calibre | 13 | 12-28-2008 03:30 PM |