How to Create Stamp Annotations with Foxit PDF SDK for Web
by Conor Smith | August 21, 2019
The stamp annotation feature displays text or graphics intended to look as if they were stamped on the page with a rubber stamp. Foxit PDF SDK for Web allows you to use this feature by adding the simple code below: //add stamp resource to pdfui pdfui.addIcon({ annotType: "Stamp", catagory: "catagory", name: "customStampName1", fileType: "png", url: […]
Keep reading