Any to Mobi: remove text color.
This commit is contained in:
parent
4de42d8e06
commit
a9e4a065d3
@ -31,7 +31,7 @@ function convert_file() {
|
|||||||
# Convert any other format (MOBI too) to old MOBI format to force left text alignment
|
# Convert any other format (MOBI too) to old MOBI format to force left text alignment
|
||||||
ebook-convert "$infile" "$outdir/$outfilename" --output-profile=kindle_pw --mobi-file-type=old \
|
ebook-convert "$infile" "$outdir/$outfilename" --output-profile=kindle_pw --mobi-file-type=old \
|
||||||
--mobi-ignore-margins --mobi-keep-original-images --no-inline-toc --remove-paragraph-spacing \
|
--mobi-ignore-margins --mobi-keep-original-images --no-inline-toc --remove-paragraph-spacing \
|
||||||
--change-justification=left --keep-ligatures --smarten-punctuation --pretty-print
|
--change-justification=left --keep-ligatures --smarten-punctuation --pretty-print --filter-css=color
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user