[Swftools-common] pdf2swf - How to reduce the swf file size?

2008-10-23 Thread MG Balaji
Hi, I am using latest SWF tool (swftools-2008-10-13-1554) version. I am trying to convert individual PDF pages into individual SWF files. In that some of the PDF page size is more then 3 MB and some having more images. The SWF size for these pages having 800 KB and 1 MB. How can I reduce the

Re: [Swftools-common] pdf2swf - How to reduce the swf file size?

2008-10-23 Thread Matthias Kramm
On Thu, Oct 23, 2008 at 12:39:47PM +0530, MG Balaji [EMAIL PROTECTED] wrote: I am using latest SWF tool (swftools-2008-10-13-1554) version. I am trying to convert individual PDF pages into individual SWF files. In that some of the PDF page size is more then 3 MB and some having more images.

Re: [Swftools-common] Problems with memory consumption

2008-10-23 Thread Mikke Helenius
I posted a message to this mailing list on last week but got no answers or suggestions... I'm just checking that my mail came through and that's not the reason for the silence. Otherwise this mailing list seems to be very active and helpful! If this mailing list is wrong forum to my question,

Re: [Swftools-common] Problems with memory consumption

2008-10-23 Thread Matthias Kramm
On Thu, Oct 23, 2008 at 02:24:01PM +0300, Mikke Helenius [EMAIL PROTECTED] wrote: I posted a message to this mailing list on last week but got no answers or suggestions... I'm just checking that my mail came through and that's not the reason for the silence. You posted you mail with Reply

Re: [Swftools-common] PDF2SWF: Using -s mulitply Parameter Remove Weblinks

2008-10-23 Thread Matthias Kramm
On Thu, Oct 23, 2008 at 10:37:06AM +0800, Fred [EMAIL PROTECTED] wrote: Can I have a quick check whether this issue has been addressed in the latest snapshot? It's addressed. This works now. Greetings Matthias

RE: [Swftools-common] Adding subpixels to poly2bitmap

2008-10-23 Thread Fred
Hi Matthias, What does this subpixels parameter do? Is there any relationship with the poly2bitmap? Regards, Fred -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Kramm Sent: Thursday, 23 October, 2008 3:35 AM To: swftools-common@nongnu.org

RE: [Swftools-common] PDF2SWF: Using -s mulitply Parameter Remove Weblinks

2008-10-23 Thread Fred
Thanks for your confirmation, Matthias! Regards, Fred -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Kramm Sent: Thursday, 23 October, 2008 8:37 PM To: swftools-common@nongnu.org Subject: Re: [Swftools-common] PDF2SWF: Using -s mulitply

[Swftools-common] pdf2swf - one movieclip per image

2008-10-23 Thread Bas Horsting
Hi, I'm having this particular need for pdf2swf to generate a movieclip inside the generated SWF for / around every image inserted, so I can later access / make invisible / replace these images by accessing the resulting SWF through ActionScript. Would it be very difficult to build this in?

RE: [Swftools-common] pdf2swf - How to reduce the swf file size?

2008-10-23 Thread MG Balaji
Hello Matthias, Thanks for your quick reply. I tried the below mentioned options, but it is not fine. My PDF page (1 page) size is 3218 KB. To reduce the SWF file size I used the option pdf2swf -s subpixels=1 -s jpegquality=50 file.pdf -o file.swf, but the output SWF file size is 923 KB. I