pmaupin / pdfrw

pdfrw is a pure Python library that reads and writes PDFs
Other
1.86k stars 271 forks source link

reader.Info is None. How to set attribute in this case? #241

Open fullstact69 opened 1 year ago

fullstact69 commented 1 year ago

reader.Info is None. How to set attribute in this case?

arkbene commented 1 year ago
reader.Info = PdfDict(
    Attribute1 = Value1,
    Attribute2 = Value2
)