You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(page): resolve Contents ref before appending content streams
When a page's /Contents is a reference to an array (not a single stream),
the append/prepend methods need to expand the array items into the new
contents array. Previously, the indirect reference to the array was kept,
causing PDF viewers to fail rendering the original page content.
0 commit comments