I've actually been thinking of writing a better pdf metadata import plugin for quite a while. I looked at it last night and the pdfinfo program that comes with calibre is pretty rudimentary. Pretty much the ONLY metadata it recognizes that isn't already imported is the pdf version.
Personally, I'd like a plugin that could import the toc length from the pdf (although 0, 1, many would be enough info for me). But this would require either replacing pdfinfo or pulling in a larger python pdf manipulation library I think.
|