I use appy pod for reporting in my django app.
At this moment, I need to generate pdf file instead odt document.
pod is able to generate pdf if OO is available, but this is not my case because app runs in heroku provider.
Someone knows a way to convert .odt to a pdf in this scenario?