PDFreactor:
3.0.3311 (2008-07-07)
edit-on Pro:
5.2.221 (2008-06-23)
edit-on JavaBean SDK:
5.1.290 (2007-11-07)
TYPO3 Extension:
2.0.2 (2007-06-14)
3.3 How to integrate a print functionality into edit-on Pro?
In order to integrate a print functionality into edit-on Pro you could set up a custom action. To print the WYSIWYG content of the applet you could define a Javascript function e.g. print_wysiwyg() which requests the applet's source view content (getHTMLData / getStyleSheet etc. JavaScript APIs) and opens the content as HTML within a browser popup window which you can use to print the browser content.
You can find more information about defining JavaScript actions within the Integration Manual, Chapter 2. Advanced Integration, 1. Custom actions.