I want to create a set of CustomRubberStamps (e.g. Approve/Reject/Suspend stamps) before users select the RubberStamp tool. So I need a way to create them programmatically. With WebViewer we have RubberStampCreateTool#setCustomStamps(), but I don’t see any equivalent methods for mobile with Apryse SDK.
Does anyone know how to do it on Flutter, or at least on Android/iOS?
Custom rubber stamps are currently not supported at this time. However, you are welcome to customize using the open source Tools code. Here is a guide for your convenience: Custom-tool | Apryse Documentation
Thank you for your response. There’s no programmatic way in Flutter to create custom stamps, however, it may be possible to modify native code to achieve this, if you’d like to try. It will require forking and maintaining the Flutter SDK, which i’m linking here: pdftron_flutter | Flutter package