Revision: 3770
Author:   alexei.fedotov
Date:     Mon May 30 14:41:08 2011
Log:      Fixed Issue-1401: Complex PDF file upload

http://code.google.com/p/openmeetings/source/detail?r=3770

Modified:
 /trunk/singlewebapp/src/app/org/openmeetings/app/documents/GenerateSWF.java

=======================================
--- /trunk/singlewebapp/src/app/org/openmeetings/app/documents/GenerateSWF.java Tue Mar 2 02:56:01 2010 +++ /trunk/singlewebapp/src/app/org/openmeetings/app/documents/GenerateSWF.java Mon May 30 14:41:08 2011
@@ -236,7 +236,8 @@
                        String originalFolder, String destinationFolder, String 
fileNamePure) {
                // Create the Content of the Converter Script (.bat or .sh File)
                String[] argv = new String[] { getPathToSwfTools() + "pdf2swf" 
+ execExt,
-                               "-s","insertstop", //Insert Stop command into 
every frame
+                               "-s","insertstop", // insert Stop command into 
every frame
+                               "-i", // change draw order to reduce pdf 
complexity
                                originalFolder + fileNamePure + ".pdf",
                                destinationFolder + fileNamePure + ".swf" };

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" 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-dev?hl=en.

Reply via email to