Thanks for the idea about pdf2swf, but do you know where I can adjust the setting used by OpenMeetings?
-j , --jpegquality quality Set quality of embedded jpeg pictures to quality. 0 is worst (small), 100 is best (big). (default:85) I noticed that the default is 85. This could be increased to say 95 but how to do this for OpenMeetings? Checking the OpenMeetings log it would seem that it is using pdf2swf without any "-j" setting, I found this in the log file; args: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, -I, /user/lib/red5/webapps/openmeetings/upload/files/le8... I could not find any settings in the /usr/lib/red5/webapps/openmeetings/config.xml file for the pdf2swf arguments. And I don't think that I can change this in OpenMeetings, it is most likely set somewhere in the source code? Sadly I have never managed to successfully build OpenMeetings using "ant", but checking the source code, maybe the place to add the "-j" option may be in; ./openmeetings/trunk/singlewebapp/src/org/openmeetings/app/documents/Gen erateSWF.java line 216 // Create the Content of the Converter Script (.bat or .sh file) I wonder if the developers would be able to add the "-j" option as a user setting? Thanks, George Kirkham From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] Sent: Tuesday, 1 May 2012 7:04 AM To: openmeetings-user@incubator.apache.org Subject: RE: How to increase the quality or resolution of converted PDF or PowerPoint files Prob best to start looking here http://wiki.swftools.org/wiki/Pdf2swf in particular the -j flag?