var fDesc=new Array(); fDesc[0] = "Turn your PDF files into ePub and Kindle eBooks in 6 simple steps with the PDF to ePub

PdftoePub features:

Optimized to work best on trade paperback style publications
Quick conversion (2 to 5 minutes for an average trade title)
100 % text accuracy
Auto paragraph joining algorithm that works automatically across multiple pages
Customize front and back cover
Correctly splits final HTML into multiple segments, improving performance and lowering memory requirements for ePub readers and eBook devices
Handles images and image positioning based on the PDF positioning
Provides the PDF to ePub user the option to overwrite glyphs (character images) utilised within the PDF, with custom characters using a simple interface which requires no programming knowledge
Converted ePub will be automatically validated to ensure 100% compatibility with ePub check
Can convert from PDF to HTML allowing for web pages creation from the PDF text
Customise PDF area to extract from thus avoiding common problems with other conversion tools like headers and footers of pages being treated as body text
Provides the PDF to ePub user a pre-set option using PDF to ePub preset rules or to employ custom rules to the ePub conversion process
For Advanced users - PDF to ePub uses a powerful scripting language (.lua) to allow the PDF to ePub user to fully customise how text and images are extracted from the PDF files
Provides the end user the ability to set DPI (resolution) for images and glyph (character images)
Convert PDF to Kindle eBooks"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }