Any to Mobi: remove text color.

This commit is contained in:
Artem Sapegin 2013-02-12 00:53:38 +04:00
parent 4de42d8e06
commit a9e4a065d3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ function convert_file() {
# 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 \
--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
echo