Happy !
Jamir / RoassalPdfExporter
About RoassalPdfExporter
Description
A tool for exporting Roassal views to .pdf files. Not quite ready yet. Any feedback will be highly appreciated. Uses Artefact. You can chek out Artefact at http://www.smalltalkhub.com/#!/~RMoD/Artefact
Loading the package
To load the project execute the following command:
Gofer new
url: 'http://www.smalltalkhub.com/mc/RMoD/Artefact/main';
url: 'http://www.smalltalkhub.com/mc/ObjectProfile/Roassal/main';
package: 'ConfigurationOfArtefact';
package: 'ConfigurationOfRoassal';
load.
(Smalltalk at: #ConfigurationOfRoassal) load.
(Smalltalk at: #ConfigurationOfArtefact) load.
Gofer new
url: 'http://www.smalltalkhub.com/mc/Jamir/RoassalPdfExporter/main';
package:'RoassalPdfExporter';
load
