robamler / dontprint

Firefox add-on to send scientific articles to your e-reader directly from journal websites.
http://dontprint.net
Other
42 stars 0 forks source link

allow custom email settings for Amazon #35

Closed colegleason closed 8 years ago

colegleason commented 8 years ago

I would like to try having Dontprint convert with kd2pdfopt and then emailing it to Amazon and requesting a conversion to mobi. I would like to see if this allows for Kindle font size selection, highlighting, notes, etc. while still maintaining the nice reflowing.

Allowing an option to put "convert" in the email subject would do this.

emallson commented 8 years ago

I can say that running k2pdfopt at the command line and then passing to Amazon's convert doesn't produce nice output for ACM/IEEE-style 2-column papers.

You might try this and see how it turns out.

colegleason commented 8 years ago

I tried it and I see what you mean. It would be so nice to get a good MOBI out of an ACM style paper.

robamler commented 8 years ago

Thanks for the suggestion and for the comment! @colegleason, do you have any particular articles in mind where you would want to use this feature? If you could point me to some articles of interest, I could test whether this feature would add a benefit before I add it to Dontprint. From a technical point of view, it's fairly easy to implement this. But I'm a bit hesitant since it would add even more clutter to the preferences UI, which is already kind of overwhelming as it is.

colegleason commented 8 years ago

@robamler This is an article I was reading today using Dontprint where I would have liked to highlight passages on the Kindle. http://dl.acm.org/citation.cfm?id=1639663

As @emallson said, however, converting via Amazon doesn't seem to work all that well, so this feature may not be worth it.

robamler commented 8 years ago

Thanks, I'll try this out on the weekend just to be sure. But since you already said that it didn't work well on your machine, I'm not optimistic. Anyway, please don't hesitate to bring up further suggestions if you have an idea to improve Dontprint.

robamler commented 8 years ago

I ran the article you mentioned through k2pdfopt and then sent it to my kindle with the word "Convert" in the e-mail subject. The result was very poor: Each page was interpreted as a single image and Amazon didn't recognize any text in the image. It even scaled down the images by a few pixels, which resulted in blurry images. Considering this, and the fact that the feature requested here makes the UI even more complicated, I decided not to implement this.

colegleason commented 8 years ago

Makes sense, thanks for looking into it.

On Sun, Mar 27, 2016, 9:26 AM Robert Bamler notifications@github.com wrote:

I ran the article you mentioned through k2pdfopt and then sent it to my kindle with the word "Convert" in the e-mail subject. The result was very poor: Each page was interpreted as a single image and Amazon didn't recognize any text in the image. It even scaled down the images by a few pixels, which resulted in blurry images. Considering this, and the fact that the feature requested here makes the UI even more complicated, I decided not to implement this.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/robamler/dontprint/issues/35#issuecomment-202064032