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
To maintain backwards compatibility and avoid unnecessary version upgrades, especially in incremental updates, we should avoid injecting newer PDF features like /SigFlags and /UF unless the original version of the PDF file supports it.
Currently, we upgrade PDF file version in the incremental update by default, which might not be well understood by all clients.