Edit the text font in a PDF document
I recently discovered the open-sourced python library, borb, and was impressed by its capabilities! I am trying to use it to modify the font in a pdf document but have been unable to. Is this possible to do?
Unable to place text on a rectangle object with fill color using the borb library in Python
I am currently working on creating PDFs using the borb
library in Python. I have successfully created a rectangle object using borb
and filled it with a desired colour. However, when I try to place text on top of this rectangle object, the text seems to be hidden behind the bounding box of the rectangle, and I am unable to view it.
ImportError when attempting to create a header using borb PDF library in Python
I’m trying to create a header in a PDF document using the borb
library in Python. However, I’m encountering an ImportError when attempting to import the necessary modules. Here’s my code: