Lucas Vogel wrote: > > I'm looking for a couple of different tools, preferably tools that I can use > on both Linux AND windows. I need a GOOD converter that will convert .pdf > files into html pages. I am also looking for a program that will chop HUGE > html pages into smaller, more digestible pieces, and will do it without > breaking any links - by this I mean, if there is a link at the top to > somewhere in the middle of the file, the program will update that link. Some people are using XML docbook http://www.docbook.org/ and then using XSLT to chunk it into html and then using other methods to get to pdf. pdf to other formats, I have no idea. Hope this helps, Eric