jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.63k stars 593 forks source link

Support for PDF #602

Closed paulocoutinhox closed 1 month ago

paulocoutinhox commented 1 month ago

Hi,

How people work with PDF export using this library?

Thanks.

claudep commented 1 month ago

It doesn't make sense to support PDF in my opinion. If you want to produce PDF, get the data from the tablib DataSet/Book and produce a PDF with whatever lib you choose. I don't see any use case here.