Lightweight PDF to mobi and epub converter for Ubuntu.

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












By lightweight I mean NOT Calibre. Please. I do not need a cataloging/library management software- which would not only consume unnecessary disk space but also ignore my current cataloging which I have maintained for years.



I just need a quick and dirty batch convert to epub or mobi without having to deal with the myriad issues of using calibre.



Are there any simple PDF<--> epub and PDF<-->mobi conversion tools for Ubuntu?



There seems to be several for Windows based machines but strictly only calibre for Ubuntu.



Any help is much appreciated. But please no calibre.







share|improve this question




















  • calibre contains a command-line utility called ebook-convert which can be used independently of the calibre GUI. ebook-convert input_file output_file [options]. Alternatively, you could use pdftotext, save it to text, edit it into shape as well formatted markdown, and then use pandoc to convert it to epub.....i've done that several times - after a lot of practice (and some handy vim key mappings), it takes me about a day or so to convert a book with a few hundred pages.
    – cas
    Jan 4 at 7:21







  • 1




    This would be better asked at softwarerecs.stackexchange.com
    – garethTheRed
    Jan 4 at 7:21










  • Have you looked at pandoc?
    – garethTheRed
    Jan 4 at 7:22










  • The main problem here is that PDF is a page oriented format (it describes where to put glyphs on the page), while epub and mobi are both text-oriented formats (they leave it to the device to do the layout). So basically, you need to extract the text from the PDF, intelligently recognize the formatting, express this formatting in HTML, and then convert it to epub/mobi. By definition, this can't be "lightweight". And even "heavyweight" applications might give you bad results, without manual correction.
    – dirkt
    Jan 4 at 8:34














up vote
0
down vote

favorite












By lightweight I mean NOT Calibre. Please. I do not need a cataloging/library management software- which would not only consume unnecessary disk space but also ignore my current cataloging which I have maintained for years.



I just need a quick and dirty batch convert to epub or mobi without having to deal with the myriad issues of using calibre.



Are there any simple PDF<--> epub and PDF<-->mobi conversion tools for Ubuntu?



There seems to be several for Windows based machines but strictly only calibre for Ubuntu.



Any help is much appreciated. But please no calibre.







share|improve this question




















  • calibre contains a command-line utility called ebook-convert which can be used independently of the calibre GUI. ebook-convert input_file output_file [options]. Alternatively, you could use pdftotext, save it to text, edit it into shape as well formatted markdown, and then use pandoc to convert it to epub.....i've done that several times - after a lot of practice (and some handy vim key mappings), it takes me about a day or so to convert a book with a few hundred pages.
    – cas
    Jan 4 at 7:21







  • 1




    This would be better asked at softwarerecs.stackexchange.com
    – garethTheRed
    Jan 4 at 7:21










  • Have you looked at pandoc?
    – garethTheRed
    Jan 4 at 7:22










  • The main problem here is that PDF is a page oriented format (it describes where to put glyphs on the page), while epub and mobi are both text-oriented formats (they leave it to the device to do the layout). So basically, you need to extract the text from the PDF, intelligently recognize the formatting, express this formatting in HTML, and then convert it to epub/mobi. By definition, this can't be "lightweight". And even "heavyweight" applications might give you bad results, without manual correction.
    – dirkt
    Jan 4 at 8:34












up vote
0
down vote

favorite









up vote
0
down vote

favorite











By lightweight I mean NOT Calibre. Please. I do not need a cataloging/library management software- which would not only consume unnecessary disk space but also ignore my current cataloging which I have maintained for years.



I just need a quick and dirty batch convert to epub or mobi without having to deal with the myriad issues of using calibre.



Are there any simple PDF<--> epub and PDF<-->mobi conversion tools for Ubuntu?



There seems to be several for Windows based machines but strictly only calibre for Ubuntu.



Any help is much appreciated. But please no calibre.







share|improve this question












By lightweight I mean NOT Calibre. Please. I do not need a cataloging/library management software- which would not only consume unnecessary disk space but also ignore my current cataloging which I have maintained for years.



I just need a quick and dirty batch convert to epub or mobi without having to deal with the myriad issues of using calibre.



Are there any simple PDF<--> epub and PDF<-->mobi conversion tools for Ubuntu?



There seems to be several for Windows based machines but strictly only calibre for Ubuntu.



Any help is much appreciated. But please no calibre.









share|improve this question











share|improve this question




share|improve this question










asked Jan 4 at 7:02









NVAR

11




11











  • calibre contains a command-line utility called ebook-convert which can be used independently of the calibre GUI. ebook-convert input_file output_file [options]. Alternatively, you could use pdftotext, save it to text, edit it into shape as well formatted markdown, and then use pandoc to convert it to epub.....i've done that several times - after a lot of practice (and some handy vim key mappings), it takes me about a day or so to convert a book with a few hundred pages.
    – cas
    Jan 4 at 7:21







  • 1




    This would be better asked at softwarerecs.stackexchange.com
    – garethTheRed
    Jan 4 at 7:21










  • Have you looked at pandoc?
    – garethTheRed
    Jan 4 at 7:22










  • The main problem here is that PDF is a page oriented format (it describes where to put glyphs on the page), while epub and mobi are both text-oriented formats (they leave it to the device to do the layout). So basically, you need to extract the text from the PDF, intelligently recognize the formatting, express this formatting in HTML, and then convert it to epub/mobi. By definition, this can't be "lightweight". And even "heavyweight" applications might give you bad results, without manual correction.
    – dirkt
    Jan 4 at 8:34
















  • calibre contains a command-line utility called ebook-convert which can be used independently of the calibre GUI. ebook-convert input_file output_file [options]. Alternatively, you could use pdftotext, save it to text, edit it into shape as well formatted markdown, and then use pandoc to convert it to epub.....i've done that several times - after a lot of practice (and some handy vim key mappings), it takes me about a day or so to convert a book with a few hundred pages.
    – cas
    Jan 4 at 7:21







  • 1




    This would be better asked at softwarerecs.stackexchange.com
    – garethTheRed
    Jan 4 at 7:21










  • Have you looked at pandoc?
    – garethTheRed
    Jan 4 at 7:22










  • The main problem here is that PDF is a page oriented format (it describes where to put glyphs on the page), while epub and mobi are both text-oriented formats (they leave it to the device to do the layout). So basically, you need to extract the text from the PDF, intelligently recognize the formatting, express this formatting in HTML, and then convert it to epub/mobi. By definition, this can't be "lightweight". And even "heavyweight" applications might give you bad results, without manual correction.
    – dirkt
    Jan 4 at 8:34















calibre contains a command-line utility called ebook-convert which can be used independently of the calibre GUI. ebook-convert input_file output_file [options]. Alternatively, you could use pdftotext, save it to text, edit it into shape as well formatted markdown, and then use pandoc to convert it to epub.....i've done that several times - after a lot of practice (and some handy vim key mappings), it takes me about a day or so to convert a book with a few hundred pages.
– cas
Jan 4 at 7:21





calibre contains a command-line utility called ebook-convert which can be used independently of the calibre GUI. ebook-convert input_file output_file [options]. Alternatively, you could use pdftotext, save it to text, edit it into shape as well formatted markdown, and then use pandoc to convert it to epub.....i've done that several times - after a lot of practice (and some handy vim key mappings), it takes me about a day or so to convert a book with a few hundred pages.
– cas
Jan 4 at 7:21





1




1




This would be better asked at softwarerecs.stackexchange.com
– garethTheRed
Jan 4 at 7:21




This would be better asked at softwarerecs.stackexchange.com
– garethTheRed
Jan 4 at 7:21












Have you looked at pandoc?
– garethTheRed
Jan 4 at 7:22




Have you looked at pandoc?
– garethTheRed
Jan 4 at 7:22












The main problem here is that PDF is a page oriented format (it describes where to put glyphs on the page), while epub and mobi are both text-oriented formats (they leave it to the device to do the layout). So basically, you need to extract the text from the PDF, intelligently recognize the formatting, express this formatting in HTML, and then convert it to epub/mobi. By definition, this can't be "lightweight". And even "heavyweight" applications might give you bad results, without manual correction.
– dirkt
Jan 4 at 8:34




The main problem here is that PDF is a page oriented format (it describes where to put glyphs on the page), while epub and mobi are both text-oriented formats (they leave it to the device to do the layout). So basically, you need to extract the text from the PDF, intelligently recognize the formatting, express this formatting in HTML, and then convert it to epub/mobi. By definition, this can't be "lightweight". And even "heavyweight" applications might give you bad results, without manual correction.
– dirkt
Jan 4 at 8:34















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414712%2flightweight-pdf-to-mobi-and-epub-converter-for-ubuntu%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414712%2flightweight-pdf-to-mobi-and-epub-converter-for-ubuntu%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay