Advanced Annotation Handling with Foxit PDF SDK for Web
by Conor Smith | May 12, 2020
Foxit PDF SDK for Web provides two methods to set annotation flags; annotManager.setViewerAnnotFlag() and annot.setFlags(). These two options meet different use cases. annotManager.setViewerAnnotFlag() sets annotation flags to lock the annotations of other users at the application level. No settings or changes will be saved to the PDF. annot.setFlags(): sets annotation flags at document level. Any settings or […]
Keep reading