This content has been marked as final.
Show 2 replies
-
1. Re: is it possible to create a new project exactly similiar to the Stamper plugin project found in acrobat sdk samples
khkremer Dec 2, 2014 10:36 AM (in response to Mydsh)If you want to duplicate the Stamper plug-in functionality, copy the
plug-in directory, then rename the project. I usually also rename all
project files (making sure that they are still referenced by the project).
Rename the plug-in name and all global resources (e.g. all menu items) by
using your own developer prefix. To find the items that need to be renamed,
search for ADBE in the project.
That should create a new plug-in with the same functionality.
-
2. Re: is it possible to create a new project exactly similiar to the Stamper plugin project found in acrobat sdk samples
Mydsh Dec 2, 2014 6:43 PM (in response to khkremer)Thank You. will do this.


