Page 1 of 1
ExamDiff Pro and plug-ins
Posted: Wed Dec 01, 2004 1:43 pm
by renaud_claude
I just would like to know what are you calling ExamDiff Pro plug-ins exactly : are they extensions to the software we can buy seperately ? if yes, where could we find some of them ? or are they anything else ? Where could we find some example of how to use them within ExamDiff Pro ?
--
Greetings
Posted: Wed Dec 01, 2004 6:20 pm
by psguru
Plug-ins are custom programs that can be written in any language as long as you get a console application that takes a file and outputs another file, transformed to what you need. In many case writing Perl scripts and using perl.exe as an application is sufficient.
Currently no plug-ins are shipped with EDPro or distributed separately.
For examples of plug-in definition and usage see tutorials at
http://www.prestosoft.com/ps.asp?page=edp_tutorial_adv1 and
http://www.prestosoft.com/ps.asp?page=edp_tutorial_adv2 .