py-pdf / fpdf2

Simple PDF generation for Python
https://py-pdf.github.io/fpdf2/
GNU Lesser General Public License v3.0
1.13k stars 253 forks source link

Add a documentation on combining fpdf2 with the ibis library #1272

Open Lucas-C opened 1 month ago

Lucas-C commented 1 month ago

Provide documentation to users on how to use fpdf2 with ibis library: https://ibis-project.org/

For reference, we currently have a work-in-progress PR aiming to add adapters for pandas dataframe rendering as tables: https://github.com/py-pdf/fpdf2/pull/1046

By contributing this documentation page you, as a benevolent FLOSS developper, will provide access to the large community of fpdf2 users to a standard and useful PDF integration with a well-know library. You will also be added into the contributors list & map.

Kaustbh commented 1 month ago

Hi, can I work on this issue?

Lucas-C commented 1 month ago

@Kaustbh: sure!

Do you know ibis and/or fpdf2 already?

Kaustbh commented 1 month ago

Yes I know fpdf2, I am also working on one issue #1192

Lucas-C commented 1 month ago

Hi @Kaustbh 🙂

Have you been able to start looking at ibis and how to render dataframes using fpdf2?

Kaustbh commented 1 month ago

sorry for the delay, I will start working on this from now itself, do we have the implementation written and now just have to add the documentation?

Lucas-C commented 1 month ago

sorry for the delay, I will start working on this from now itself, do we have the implementation written and now just have to add the documentation?

Hi @Kaustbh No worries for the delay.

No, there is no "implementation written", the goal of this issue is to figure how to render ibis dataframes in PDF documents using fpdf2, and then to write documentation on how to do so 🙂