pdfrw icon indicating copy to clipboard operation
pdfrw copied to clipboard

Convert boolean values to correct representation in PdfDicts

Open adiman9 opened this issue 5 years ago • 0 comments

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

adiman9 avatar Oct 29 '19 19:10 adiman9