sbuberl / reader

A comic and ebook reader web service using Python and Flask
MIT License
1 stars 0 forks source link

PDF support #4

Open sbuberl opened 8 years ago

sbuberl commented 8 years ago

Not entirely sure I'll add pdf support. To read: should I embed, pdf.js, or other?

sbuberl commented 8 years ago

PDF support is mostly done using pdf.js. Need to import some of its metadata. Maybe check if ImageMagick (wand) is installed and see if we can generate a cover?