Revision: 4490
Author: seba.wagner
Date: Sun Oct 30 07:29:58 2011
Log: Update issue 1554
add re-factored code to trunk for poly2bitmap
http://code.google.com/p/openmeetings/source/detail?r=4490
Modified:
/trunk/singlewebapp/src/app/org/openmeetings/app/documents/GenerateSWF.java
=======================================
---
/trunk/singlewebapp/src/app/org/openmeetings/app/documents/GenerateSWF.java
Tue Aug 30 13:17:16 2011
+++
/trunk/singlewebapp/src/app/org/openmeetings/app/documents/GenerateSWF.java
Sun Oct 30 07:29:58 2011
@@ -199,10 +199,12 @@
public HashMap<String, Object> generateSwf(String current_dir,
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","poly2bitmap",
//http://www.swftools.org/gfx_tutorial.html#Rendering_pages_to_SWF_files
"-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.