0

How to set an indent for a paragraph with absolute units which is to be made pdf by PyFPDF lib?

When using textwrap as follows indent can't be set with absolute units and indent differs depending on the following paragraph

self.thetext = textwrap.indent(text=self.thetext, prefix='      ')

0 Answers0