Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pdf Generation

How To Unit Test A Python Function That Draws Pdf Graphics?

I'm writing a CAD application that outputs PDF files using the Cairo graphics library. A lot of… Read more How To Unit Test A Python Function That Draws Pdf Graphics?

Matplotlib Output To Pdf For Corel Draw

Update: The fonts issue was actaully solved by using rc('pdf', fonttype=42) but unfortunate… Read more Matplotlib Output To Pdf For Corel Draw

PyPDF2: Why Does PdfFileWriter Forget Changes I Made To A Document?

I am trying to modify text in a PDF file. The text can be in an object of type Tj or BDC. I find th… Read more PyPDF2: Why Does PdfFileWriter Forget Changes I Made To A Document?