pdfrw icon indicating copy to clipboard operation
pdfrw copied to clipboard

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

Open fullstact69 opened this issue 2 years ago • 1 comments

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

fullstact69 avatar Sep 19 '23 10:09 fullstact69

reader.Info = PdfDict(
    Attribute1 = Value1,
    Attribute2 = Value2
)

arkbene avatar Sep 19 '23 21:09 arkbene