Hi,
I'm trying the epub support, in dev versione and 7.x-2.0-beta2.
If I try to create an epub for a simple node I obtain a blank epub. If I try to open it with Calibre it returns me a blank page, if I try to open with an ebook reader it tells me that it can't open it.
Is working the support for epub?
I've downloaded the library, the module sees it.

Thanks,
Sergio

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

Something must be crashing the EPUB exporter.. Can you check the apache and the Drupal logs?

arrubiu’s picture

It seems that aren't errors in apache and drupal log.

arrubiu’s picture

Any news?

jcnventura’s picture

No. Your page is the one with the problem. Without access to it, you won't have any news.

veskimees’s picture

I have exactly the same situation. Nothing in logs -- it simply doesn't work.

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

I understand it doesn't work for you. I don't understand why, though.

If you're able to debug it better, feel free to re-open this. As it is, it's just a list of 'doesn't work for me'.

ds1964’s picture

I'm experiencing this problem. Has anyone found out anything about it?

Thanks.

ibakayoko’s picture

I have the same issue.

I was able to generate an epub file with content. I am still investigating.

I have modified print_epub.pages.inc (line ~ 103)

$html = theme('print', array('node' => $node, 'expand_css' => TRUE, 'format' => $link['format']));
to
$html = theme('print', array('node' => $node, 'expand_css' => FALSE, 'format' => $link['format']));

I am still trying to see how i can add a cover and add a tpl for epub.

cwsmith1701’s picture

I'm also experiencing this. I'm using 7.x-2.x-dev and the epub lib recommended by the documentation. Is it possible that the chosen epub generation library is the problem?