Quote:
Originally Posted by sealbeater
This makes me want to write a script that can do it.
|
Do what? Somehow verify the license?
If you mean convert PDF to EPUB, then it probably wouldn't be a simple script. The PDF structure is well defined and public knowledge, you can get the reference manuals for it from Adobe. It is, however, really complicated. PDF files are mostly giant programs to be executed within a state engine for rendering pixels in an image, quite different from something put together using a markup language like EPUB. You could do a rough job by scraping the data out of the program, but that would miss a lot of what else is in there, and would also depend on the data being placed in some acceptable order within the program (which it doesn't have to be).