chnm / anthologize

Anthologize is a free, open-source, WordPress-based platform for publishing. Grab posts from your WordPress blog, pull in feeds from external sites, or create new content directly in Anthologize. Then outline, order, and edit your work, crafting it into a coherent volume for export in several formats, including PDF, EPUB, and TEI.
http://anthologize.org
GNU General Public License v3.0
174 stars 29 forks source link

Division by zero in PDF export #42

Open patrickmj opened 12 years ago

patrickmj commented 12 years ago

Imported from Trac ticket #116 reported by patrickmj on 2011-01-06:

TCPDF sometimes throws division by zero errors in different places (tcpdf.php lines 12834 and 19482, probably more)

Example content. http://www.recipe-for-travel.com/travel-links-directory.html

Looks like html forms are related to the error in 19482.

Will need some additional chasing to figure out the other root HTML causes.

silcony56 commented 9 years ago

I am facing the same issue. I see Exception="float division by zero" when I export pdf. Do we have any suggestions for this issue