View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008769 | Scribus | Import / Export | public | 2010-02-04 12:33 | 2020-06-27 10:51 |
Reporter | nerdim | Assigned To | ale | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Product Version | 1.6 milestone | ||||
Summary | 0008769: Export to e-book formats | ||||
Description | The market for desktop publishing is changing faces, nowadays anyone working with big or small publishers eventually will have to prepare their books to be read by a multitude of e-book reader devices and cellphones. Scribus could place itself in a really good position among desktop publishing software by allowing it's users to export their works in proper e-book formats, '.EPUB', '.MOBI'. | ||||
Additional Information | http://www.idpf.org/ http://www.daisy.org/epub/ | ||||
Tags | No tags attached. | ||||
Patch | |||||
related to | 0001977 | acknowledged | Export filter : From Scribus to CSS |
|
As far as I know there are already tools which convert pdf to ebook. Since scribus has a very good pdf export the focus should stay on developing the dtp functions of scribus. |
|
Here I'd like to disagree: there are no safe conversions from PDF to e-book. Most of them tend up to mess the text or are based on complex workarounds (the best one being to export the PDF to HTML or XML and them converting them in the desired format). You can lose formatting, and the whole dtp work you spend on the document. However, I agree that this is a minor feature compared with the extent of dtp functions Scribus lacks, and makes the program a not so good commercial alternative. |
|
>> there are no safe conversions from PDF to e-book. Yep, because PDF is a fixed layout format and format such as epub is reflowable. As Scribus is made for fixed layout document, i guess you would encounter much of the same problems when exporting to such formats. |
|
I acquire some knowledge about ePub creating. I think that some part of the process would be fully automated and well working. Other problems would be solvable by semi-automated process. Would be useful to write article to wiki? I ask because if there is no chance to implement this feature, it is waste of time for me. Personally I think that export to ePub is feature for future. I would appreciate it too. Mobil devices are increasing in number and e.g. magazine is necessary to create in PDF version for desktop and ePub for small devices. |
|
This could be made as a plugin, but it will not be in 1.4, but possibly 1.5.x |
|
I was talking about this feature with Petr Vanek today. I am going to submit some proposals with alomost entire process of ePub export. Maybe we will have some progress to this feature. I have already found some potential problems. |
|
I second the request to a epub export. Conversion tools don't work well and it's a contradiction not to have a native epub tool on free systems such as gnu/linux once epub is a free format |
|
I third the request... I will always use opensource as LONG as possible, but right now I have no Open Source options for E-book formatting. PDF exports have way too many problems and wont properly convert in calibri (open source e-book conversion software) which converts just every known e-book extension. |
|
Try Sigil - http://code.google.com/p/sigil/ I think Scribus could have ePUB support. But there are still some features which are needed to create before export will be technically possible. |
|
i just downloaded it... will give it a try |
|
Any update on ePub export functionality? This will become more and more popular a feature request as more and more people get ebook readers and consume ebooks (and therefore publishers/printers will want to make their books available for these readers). It would make the workflow competitive with Indesign. Thanks for your consideration. |
|
if you want to test it, there is an epub branch in our git repositories (http://wiki.scribus.net/canvas/Git). if you want to test it, don't know how to compile it, but you have ubuntu, i can create a PPA for you. the plugin already works pretty well and i'm adding some more features and fixing some bugs. it will for sure be integrated in the next stable version (1.6) p.s.: my plugin does not make scribus an epub editor! it's an exporter that allows to create an ok epub and gives a good base to further edit your files in an epub editor like sigil. |
|
I've compiled using SVN, but not Git. The script I've used is listed at the bottom of this page: http://opensourcebest.com/scribus/ If you could let me know what to change in that script to pull from Git, I would be happy to test. Thank you! |
|
basically you should replace the svn checkout line by clone git://git.scribus.net/scribus.git scribus.git cd scribus.git/ git pull git branch --track epub origin/epub git checkout epub git pull the rest should be the same... ... and one of these days i'll try to compile scribus on mac myself... but i'm stuck at getting cmake to find freetype :-( good luck! a.l.e |
|
Ok, I think i've got it working, but where is the command to export to Epub? |
|
file > export > save as epub |
|
I've tried to compile this twice. Both times it worked but I do not see the option on the menu. Are there any particular dependencies? I've got errors on Graphicsmagick not present and also Poppler. |
|
It may not be pulling your branch. I think the syntax above is not working: sh-3.2# git pull fatal: Not a git repository (or any of the parent directories): .git sh-3.2# git branch --track epub origin/epub fatal: Not a git repository (or any of the parent directories): .git sh-3.2# git checkout epub fatal: Not a git repository (or any of the parent directories): .git |
|
hi jeff, would you mind coming to the irc channel to sort this out? http://wiki.scribus.net/canvas/Special:WebChat (#scribus on irc.freenode.net) or mail me with the question... (ale.comp_06 (at) xox.ch) the bug tracker is not the most comfortable place to help out with the compilation workflow... however, you have to be in the directory created by "git clone" before you can issue "git pull". i've forgot it in the comment above and edited it now. |
|
Work on this is happening at https://github.com/aoloe/scribus-plugin-export-epub |
|
Using the epub plugin now is a bit complicated for a normal user, but the plugin seems to be in quite a good state. How about including it as standard in 1.5.6? Perhaps that would give it some more attention and testing too. |
|
hi imerio, thanks for the kind words. the plugin is based on an API that should first reviewed by the team. this api should make it much easier to write code that does not need 100% performance (like creating a table of contents on demand or exporting to epub) i asked many times for it, but until now i could not get jean to "sit down" with me, seriously discuss it, and decide which direction to take. |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-02-04 12:33 | nerdim | New Issue | |
2010-02-04 13:57 | aliB | Note Added: 0023193 | |
2010-02-04 16:25 | nerdim | Note Added: 0023194 | |
2010-02-04 16:26 | nerdim | Note Edited: 0023194 | |
2010-02-04 18:37 | jghali | Note Added: 0023196 | |
2010-02-04 18:52 | jghali | Note Edited: 0023196 | |
2010-06-20 23:27 | Mike | Note Added: 0024167 | |
2010-06-21 21:09 |
|
Note Added: 0024178 | |
2010-06-21 21:09 |
|
Status | new => acknowledged |
2010-06-21 21:09 |
|
Product Version | 1.4 milestone => 1.6 milestone |
2010-06-21 22:04 | Mike | Note Added: 0024182 | |
2010-12-21 02:10 | legendario | Note Added: 0025172 | |
2011-08-15 04:49 | DrunkenMonkeyPress | Note Added: 0026717 | |
2011-08-15 06:25 | Mike | Note Added: 0026718 | |
2011-08-15 07:35 | DrunkenMonkeyPress | Note Added: 0026719 | |
2012-06-10 20:40 | ale | Assigned To | => ale |
2012-06-10 20:40 | ale | Status | acknowledged => assigned |
2012-06-10 20:42 | ale | Relationship added | related to 0001977 |
2012-12-03 12:56 | jeffmcneill | Note Added: 0029312 | |
2012-12-03 19:09 | ale | Note Added: 0029315 | |
2012-12-03 19:11 | ale | Note Edited: 0029315 | |
2012-12-04 01:12 | jeffmcneill | Note Added: 0029317 | |
2012-12-04 14:13 | ale | Note Added: 0029319 | |
2012-12-05 09:04 | jeffmcneill | Note Added: 0029323 | |
2012-12-06 08:29 | ale | Note Added: 0029334 | |
2012-12-06 10:30 | jeffmcneill | Note Added: 0029335 | |
2012-12-06 10:33 | jeffmcneill | Note Added: 0029336 | |
2012-12-07 09:44 | ale | Note Added: 0029337 | |
2012-12-07 09:44 | ale | Note Edited: 0029319 | |
2014-07-14 22:11 | Kunda | Note Added: 0032757 | |
2020-06-26 22:12 | Imerion | Note Added: 0047740 | |
2020-06-27 10:51 | ale | Note Added: 0047745 |