pdfrw
pdfrw copied to clipboard
Convert boolean values to correct representation in PdfDicts
I have been trying to add the Marked
flag to a pdf using the following:
my_pdf.Root.MarkInfo.Marked = True
That results in <<Marked True>>
which is not valid, the boolean should be lowercase. This PR fixes the issue.
Let me know if there is anything I have missed and I will amend