|
GettingStarted
# Getting Started Guide - Introduction and How-To Introductionhtml2fb takes in html (ideally clean html but it can handle a lot of real-world html) and converts to fb2 format. html2fb is both a library for developers and a command line tool for end users. RequirementsMain requirement is Python, originally tested with version 2.3 currently testing with 2.5. Tested under both Linux (Ubuntu) and Windows (XP). There are some recommened but purely optional requirements:
Features
Basic Usagehtml2fb.py -i input.html This will read in input.html and automatically create a .zip file containing the .fb2 ebook. See --help (or GUI) for more information and options. |
► Sign in to add a comment