[openmeetings-user] Export files (swf missing)

2011-06-14 Thread Guillaume
Hi Sebastian,

I want to know if i can refer on the method in WhiteboardMapToSVG for 
graphtype (image) in order to implement the swf's method which missing.

Or is there other parameters which have forgotten ?

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/-/xqZZyUdnEdEJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread seba.wag...@gmail.com
no,

it is similar to an image thats right ... but of course you need to
extract the image from the original PDF the swf is generated from.


Sebastian

2011/6/14 Guillaume guiguinie...@gmail.com:
 Hi Sebastian,

 I want to know if i can refer on the method in WhiteboardMapToSVG for
 graphtype (image) in order to implement the swf's method which missing.

 Or is there other parameters which have forgotten ?

 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/-/xqZZyUdnEdEJ.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 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
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re : Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread Guillaume
Ok for this part i'll use the graphtype (swf) of course.

If I write this method, it will be necessary in ExporttoImage to convert the 
svg in pdf ?

I have found a libray named svg2pdf..it might be work.

What do you think?

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/-/4WMlLPxF6awJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Re : Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread seba.wag...@gmail.com
there is already a PDF export for SVG implemented.

Sebastian

2011/6/14 Guillaume guiguinie...@gmail.com:
 Ok for this part i'll use the graphtype (swf) of course.

 If I write this method, it will be necessary in ExporttoImage to convert the
 svg in pdf ?

 I have found a libray named svg2pdf..it might be work.

 What do you think?

 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/-/4WMlLPxF6awJ.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 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
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re : Re: Re : Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread Guillaume
Yes I make a mistake.

Also, for the graphObject in WhiteboardMaptoSVG, how do you match the 
elements ?

For example , how do you know that the room correspond to the 6th element of 
Graph Object and fileItemName to the 3rd element of GraphObject.

I just know that in client side there is an array named basedactionlist 
which corresponds to all the whiteboard objects.

I'll would like understand better in order to implement the method for swf.

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/-/gEYDINniso0J.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Re : Re: Re : Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread seba.wag...@gmail.com
this is the array for SWF:
http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDrawObject.lzx#281

Sebastian

2011/6/14 Guillaume guiguinie...@gmail.com:
 Yes I make a mistake.

 Also, for the graphObject in WhiteboardMaptoSVG, how do you match the
 elements ?

 For example , how do you know that the room correspond to the 6th element of
 Graph Object and fileItemName to the 3rd element of GraphObject.

 I just know that in client side there is an array named basedactionlist
 which corresponds to all the whiteboard objects.

 I'll would like understand better in order to implement the method for swf.

 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/-/gEYDINniso0J.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 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
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re : Re: Re : Re: Re : Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread Guillaume
Ok thanks a lot Sebastian.

-- 
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/-/YZaj7EOHYIYJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



[openmeetings-user] Export file : slide number

2011-06-14 Thread Guillaume
I'm writing the method for the extract of swf and i got the slide number of 
this pdf (slide number = 8 = baseDrawObject).

But the problem is how to indicate at the object svgGenerator that i want 
extract this single page ?

-- 
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/-/R2raRmbQpj8J.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



[openmeetings-user] Export files (slide number)

2011-06-14 Thread Guillaume
I'm writing the method for the extract of swf and i got the slide number of 
this pdf (slide number = 8 = baseDrawObject).

But the problem is how to indicate at the object svgGenerator that i want 
extract this single page ?

Is there a parameter to configure ?

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/-/YrWQL5ZENRsJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: [openmeetings-user] Export file : slide number

2011-06-14 Thread shawn wilson
iirc, pdf spec is:
file.pdf#8

where 8 is your page number... i think this has to be a uri path too.

On Tue, Jun 14, 2011 at 11:35, Guillaume guiguinie...@gmail.com wrote:
 I'm writing the method for the extract of swf and i got the slide number of
 this pdf (slide number = 8 = baseDrawObject).

 But the problem is how to indicate at the object svgGenerator that i want
 extract this single page ?

 --
 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/-/R2raRmbQpj8J.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: [openmeetings-user] Export file : slide number

2011-06-14 Thread seba.wag...@gmail.com
Guillaume,

I think you are on the wrong lane.

When I said *extract a page out of the PDF to include it into the SVG*
then I meant that you are using ImageMagick (which is using
GhostScript under the hood to render PDF) to extract the slide and
then include it into the SVG as a simple image.

It has nothing todo with svgGenerator. Of course you cannot exlude or
extract any slide out of a pdf with svgGenerator.

Sebastian

2011/6/14 shawn wilson ag4ve...@gmail.com:
 iirc, pdf spec is:
 file.pdf#8

 where 8 is your page number... i think this has to be a uri path too.

 On Tue, Jun 14, 2011 at 11:35, Guillaume guiguinie...@gmail.com wrote:
 I'm writing the method for the extract of swf and i got the slide number of
 this pdf (slide number = 8 = baseDrawObject).

 But the problem is how to indicate at the object svgGenerator that i want
 extract this single page ?

 --
 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/-/R2raRmbQpj8J.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.


 --
 You received this message because you are subscribed to the Google Groups 
 OpenMeetings User group.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to 
 openmeetings-user+unsubscr...@googlegroups.com.
 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
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Re : Re: [openmeetings-user] Export file : slide number

2011-06-14 Thread seba.wag...@gmail.com
no that will not work.
Also ImageIO will not work.
You have to use a exec-command to extract the image like in all other
file converters.

Sebastian

2011/6/14 Guillaume guiguinie...@gmail.com:
 Yes Sebastian you are right.

 All I said before with svgGenerator was a big mistake . On my method, I use
 the same proceed like the method for the graphtype image.

 Of course, I use ImageIO in order to extract the slide and include it into
 SVG.

 But I want to get a single page with the slide number which i get from the
 actionObject array (item 8)  . Do you think if this can work = example:
 file.pdf#page = slidenumber ?

 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/-/23ppzvnXzYoJ.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 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
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re : Re: Re : Re: [openmeetings-user] Export file : slide number

2011-06-14 Thread Guillaume
Ok Sebastian I forget the important step with ImageMagick so I have to use 
this.

First, I'll convert the file swf in image. Then i include this image in svg.

It seems that the exec command is : convert

I can use anything format for the conversion in image (jpg for example) or 
there is a specified format?

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/-/_36XQJ-2uVQJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Re : Re: Re : Re: [openmeetings-user] Export file : slide number

2011-06-14 Thread seba.wag...@gmail.com
No Guillaume

... first you convert an image out of the PDF using imagemagick,
then you include the image in the SVG.

I don't think that convert is the right command, espacially if you
would like to handle proper resolution for the extracted image (which
is actually the really difficult thing todo ;) )
I doN#t think the format is important, its more the resolution and
that you can read the font proper of the pdf in the resulting image.

Sebastian

2011/6/14 Guillaume guiguinie...@gmail.com:
 Ok Sebastian I forget the important step with ImageMagick so I have to use
 this.

 First, I'll convert the file swf in image. Then i include this image in svg.

 It seems that the exec command is : convert

 I can use anything format for the conversion in image (jpg for example) or
 there is a specified format?

 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/-/_36XQJ-2uVQJ.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 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
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re : Re: Re : Re: Re : Re: [openmeetings-user] Export file : slide number

2011-06-14 Thread Guillaume
Ok Sebastian I don't think it was so difficult :).

I'll try to follow your instructions and if i've got a  problem I'll ask you 
again.

Thanks a lot for your help

-- 
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/-/tkVA-uY640YJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



[openmeetings-user] Image-magick : command

2011-06-14 Thread Guillaume
It seems that convert is the right command for image-magick. 
(http://linuxers.org/quick-tips/convert-pdf-file-single-image-using-imagemagick)

 No ?

Guillaume

-- 
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/-/2nkoCcs1Wk8J.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: [openmeetings-user] Image-magick : command

2011-06-14 Thread seba.wag...@gmail.com
Guillaume ... please ...



2011/6/14 Guillaume guiguinie...@gmail.com:
 It seems that convert is the right command for image-magick.
 (http://linuxers.org/quick-tips/convert-pdf-file-single-image-using-imagemagick)

  No ?

 Guillaume

 --
 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/-/2nkoCcs1Wk8J.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 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
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re : Re: [openmeetings-user] Image-magick : command

2011-06-14 Thread Guillaume
Sorry Sebastian I don't disturb you any more.

Just a last sentence : I found the class GenerateImage and I think i'll use 
this.

Sorry again

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/-/Jgxi_MnngWQJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



[openmeetings-user] Deployment details on cloud server

2011-06-14 Thread Lsharma
hello experts,

I have downloaded the code and did some modification. Now i want to
deploy it.We'll probably use cloud servers at first. My network team
has asked me the following details:-
 # of servers needed,
 average time per server,
 # of Red Hat servers,
 incoming bandwidth,
 outgoing bandwidth

Can anyone pls provide me some information on this. We'll probably use
cloud servers at first.

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.