pdfrw
pdfrw copied to clipboard
Bug: RectXObj().w = 1 sets .h instead
https://github.com/pmaupin/pdfrw/blob/6c892160e7e976b243db0c12c3e56ed8c78afc5a/pdfrw/pagemerge.py#L102
there should be name == 'h'
instead of value == 'h'