aktionskarten / backend

GNU General Public License v2.0
1 stars 2 forks source link

Feature/description pdf #43

Closed iomn closed 4 years ago

iomn commented 4 years ago

According to the map creation wizard of our frontend, the description provided for a map is supposed to be rendered as a backside of the pdf map (second page). This is currently not the case.

A way to add support for this, is with the help of fpdf and pypdf2. Unfortunately, we need to be able to create pdfs with long (multi paragraph) texts and be able to merge pdfs. Hence, both both libs are needed.