no its: org.openmeetings.servlet.outputhandler.ExportToImage.java have a look at the file baseDrawSave.lzx Line 179/186 a function called "addPrintList" is called. This function stores the current whiteboard Object-List in a Java Bean in the memory of the server in a static var.
The Servlet "ExportToImage" then gets this item from the cache again and converts a SVG out of it. The class that converts / writes the SVG is WhiteboardMapToSVG => here you can see different handles for each graphType. You will see that the one for *swf* is missing, cause documents are not included. This is the place where you will need to insert your method. Sebastian 2011/6/13 Guillaume <[email protected]>: > Ok Sebastian I try to understand your recommandations. > > *So that is the thing todo for you => extract the image out of the > document and then implement the SVG export so that it includes the > documents as single page into the export file.* > > If I want to extract the image out of the document and then implement the > svg export (for example : file test.pdf 1/1 page), i have to bring > modifications in the method saveasobject > (org.openmeetings.app.remote.Conference Library) . This is the class > responsible of the conversion , isn't it ? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/openmeetings-user/-/9Inz3cbpmpIJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
