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
Is it possible to use this library to delete attachments from a PDF file?
I see from #534 that there's a way to get the attachments, but it's not obvious to me from that how to delete them. There's some lifecycle thing going on here with save too, since that function doesn't get the attachments before you call save, which makes me think it's the wrong direction to get the "upstream" state that eventually gets flushed to the actual document.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use this library to delete attachments from a PDF file?
I see from #534 that there's a way to get the attachments, but it's not obvious to me from that how to delete them. There's some lifecycle thing going on here with
save
too, since that function doesn't get the attachments before you callsave
, which makes me think it's the wrong direction to get the "upstream" state that eventually gets flushed to the actual document.Beta Was this translation helpful? Give feedback.
All reactions