Hello,<br><br><br>Tomeu ( from his sugar maintainer perspective) has expressed a potential disaster in the part-1 of my proposal, that is by using CUPS-Pdf we would be actually required a great load of filters which would be a nightmare for the maintainers. And also the issue to register each mime type with every install of a new activity, for which we would have to wait till a new sugar update.<br>
<br>As an alternative he suggested I use gtkprint (for which again I have written a script and shown to tomeu), <br><br>So anyway gtkprint makes use of a structure which is rendered to cairo objects and thus prints the screen as a pdf or prints to a printer ( a wrapper around cups) but the advantage is we dont utilisie that many filters again <br>
( the implementation can be found in pyabiword )<br><br>But this would mean we do printing to device, and printing to pdf within activity only.<br><br>For the moodle part, when in the print page, for the upload slots we limit it such that it can only upload pdfs<br>
<br>OR <br>what I had been thinking is, make py xmlrpc communicate with moodle&#39;s datastore, have a &#39;print to moodle&#39; within the activity itself, and upload a maximum of three parallel live requests..<br>if 3 reached, disable the option<br>
The status updates of print requests and such can again be found in the moodle&#39;s print&#39;s user&#39;s page.<br>The rest will be same as my proposal.<br><br>Martin, Jameson, suggestions and comments please..<br><br>Thank you<br>