View Single Post
Old 06-25-2010, 10:20 AM   #8
kilgoretrout
Junior Member
kilgoretrout began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2010
Location: Petersburg VA
Device: ipad
OK
Heres what I did..for the Nuremberg.pdf file..

#!/bin/bash
filename="$1"
pdftohtml -xml "$NUREMBERG"
pdfreflow "${NUREMBERG%.pdf}.xml"
sed -i -e 'y//0123456789/' "${NUREMBERG%.pdf}.html"
ebook-convert "${NUREMBERG%.pdf}.html" "${NUREMBERG%.pdf}.epub"

But apparently I havent compiled the reflow thing right. I ran configure, then makefile.

Heres the output I got when I ran the above
-bash: ebook-convert: command not found
MacBookPro:~ wth$

My machine is called Macbookpro and wth of course is my home name.
Thanx for your help.
kilgoretrout is offline   Reply With Quote