Bug in Class Link when using border in arguments. example border = [0,0,1, [3,2]] #2444
Labels
is-bug
From a users perspective, this is a bug - a violation of the expected behavior with a compliant PDF
workflow-annotation
Everything about annotating PDF files
There is a bug in class Link in _markup_annotations.py
in line 328
should be
and in line 330
should be
It will pass the array as a string and not an int if it is a NameObject and will cause a warning in the Class NameObject
method renumber "Incorrect first char in cute NameObject:({self})" line 592 _base.py (pypdf.generic)
The text was updated successfully, but these errors were encountered: