File epublib.pod of Package epublib
=encoding utf8 =head1 NAME epublib - manipulate epub files =head1 SYNOPSIS epublib I<option>… =head1 DESCRIPTION epublib is a command-line tool to manipulate epub files. =head1 OPTIONS =over =item B<--author> I<lastname>,I<firstname> =item B<--cover-image> I<image to use as cover> =item B<--input-ecoding> I<text encoding> The encoding of the input html files. If funny characters show up in the result try C<iso-8859-1>, C<windows-1252> or C<utf-8>. If that doesn’t work try to find an appropriate one from this list: L<http://en.wikipedia.org/wiki/Character_encoding>. =item B<--in> I<input directory> =item B<--isbn> I<isbn number> =item B<--out> I<output epub file> =item B<--title> I<book title> =item B<--type> I<input type>, can be C<epub>, C<chm> or empty =item B<--xsl> I<html post processing file> =back =head1 EXAMPLES =head2 Clean up the epub, try and fix the coverpage Cleaning up the epub, trying and fix the coverpage is done everytime an epub is written epublib --in inputbook.epub --out result.epub --type epub =head2 Change the title of an epub epublib --in inputbook.epub --out result.epub --title "new title" --type epub =head2 Apply XSL stylesheet to every section of the book epublib --in inputbook.epub --out result.epub --xsl "my_stylesheet.xsl" --type epub =head1 LICENSE epublib released under the L<LGPL-3.0-only license|https://www.gnu.org/licenses/lgpl-3.0.txt>. Some Icons are Copyright © L<Yusuke Kamiyamane|http://p.yusukekamiyamane.com/>. All rights reserved. Licensed under a L<Creative Commons Attribution 3.0 license|http://creativecommons.org/licenses/by/3.0/>. =head1 SEE ALSO The website is located at L<http://www.siegmann.nl/epublib>.