Skip to content

First time contributing. Have a few questions. #1137

Discussion options

You must be logged in to vote

Hi @lcgeneralprojects

Thank you for reaching out and expressing your interest in contributing to fpdf2!

  • Understanding OutputProducer.bufferize(): This function produces the final PDF file by processing and combining all the objects. However, for your first issue (#1073), you won't need to interact with output.py.
  • Tools for Making PDFs: I typically use don't have to use anything other than fpdf2. You can follow the minimal code provided in the issue description to generate a test PDF file. Alternatively, when creating your own tests, you can use assert_pdf_equal() with generate=True to produce a PDF file.
  • Dealing with Editable Libraries: I normally don't have problem with editable librari…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lcgeneralprojects
Comment options

Answer selected by lcgeneralprojects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants