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
Because FPDF uses pre-calculated object numbers our logic that writes values from the imported annotation dictionaries collides with this fact as it creates new objects (and their numbers) at writing time. By doing this the numbers are shifted and the resulting PDF is completely broken.
The text was updated successfully, but these errors were encountered:
Because FPDF uses pre-calculated object numbers our logic that writes values from the imported annotation dictionaries collides with this fact as it creates new objects (and their numbers) at writing time. By doing this the numbers are shifted and the resulting PDF is completely broken.
The text was updated successfully, but these errors were encountered: