find the attached pdf2swf.c file. -bhups
On Mon, Feb 25, 2008 at 11:43 PM, Novice Programmer <[EMAIL PROTECTED]> wrote: > Hello Bhupendra, > > That would be really nice if you can send me the code. > > Thanks In Advance. > > > > On Mon, Feb 25, 2008 at 11:28 PM, Bhupendra Singh > <[EMAIL PROTECTED]> wrote: > > > hi "novice", > > I have manipulated the pdf2swf code (.c file) to achieve the same > > thing, if you need it, then i can send you the same. > > > > -bhups > > > > > > > > > > On Mon, Feb 25, 2008 at 10:31 PM, <[EMAIL PROTECTED]> > wrote: > > > Send Swftools-common mailing list submissions to > > > [email protected] > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > http://lists.nongnu.org/mailman/listinfo/swftools-common > > > or, via email, send a message with subject or body 'help' to > > > [EMAIL PROTECTED] > > > > > > You can reach the person managing the list at > > > [EMAIL PROTECTED] > > > > > > When replying, please edit your Subject line so it is more specific > > > than "Re: Contents of Swftools-common digest..." > > > > > > > > > Today's Topics: > > > > > > 1. PDF2SWF: Failure to Convert PDF (Fred Chan) > > > 2. converting pdf page wise (Novice Programmer) > > > 3. [pdf2swf]Knowing number of pages in the pdf (Novice Programmer) > > > 4. Re: converting pdf page wise (Ayman Abdel-Rahman) > > > 5. Re: converting pdf page wise (Novice Programmer) > > > 6. swfcombine: process OK but bad output (JP RNU) > > > > > > > > > ---------------------------------------------------------------------- > > > > > > Message: 1 > > > Date: Mon, 25 Feb 2008 12:28:01 +0800 > > > From: "Fred Chan" <[EMAIL PROTECTED]> > > > Subject: [Swftools-common] PDF2SWF: Failure to Convert PDF > > > To: [email protected] > > > Message-ID: > > > <[EMAIL PROTECTED]> > > > Content-Type: text/plain; charset="utf-8" > > > > > > Hi, > > > > > > When I convert this PDF using version 0.81, I got the following errors, > and > > > the SWF is not output. > > > Please advise if there is any optimisation method that I can get this > PDF > > > converted. Thanks. > > > > > > ERROR ID Table overflow > > > ERROR This file is too complex to render- SWF only supports 65536 > shapes > > > at once > > > > > > > > > Download Problematic PDF: > > > http://www.filesend.net/download.php?f=f79cdefcea59a34f74bb8144eae8c6a8 > > > -- > > > derf > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > URL: > http://lists.gnu.org/pipermail/swftools-common/attachments/20080225/c2483a50/attachment.html > > > > > > ------------------------------ > > > > > > Message: 2 > > > Date: Mon, 25 Feb 2008 12:52:50 +0530 > > > From: "Novice Programmer" <[EMAIL PROTECTED]> > > > Subject: [Swftools-common] converting pdf page wise > > > To: [email protected] > > > Message-ID: > > > <[EMAIL PROTECTED]> > > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > Hello Everyone, > > > > > > i want to convert individual page of pdf to individual swf. Any one > knows > > > how to do this using swftools? > > > > > > -- > > > Thanks & Regards, > > > Novice (http://ishuonweb.wordpress.com/). > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > URL: > http://lists.gnu.org/pipermail/swftools-common/attachments/20080225/c6c3d239/attachment.html > > > > > > ------------------------------ > > > > > > Message: 3 > > > Date: Mon, 25 Feb 2008 14:35:08 +0530 > > > From: "Novice Programmer" <[EMAIL PROTECTED]> > > > Subject: [Swftools-common] [pdf2swf]Knowing number of pages in the pdf > > > To: [email protected] > > > Message-ID: > > > <[EMAIL PROTECTED]> > > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > Hello All, > > > > > > Is there any way by which one can know the number of pages in pdf using > > > swftools. Actually i want to use that in the input to pdf2swf tool. > > > > > > Thanks. > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > URL: > http://lists.gnu.org/pipermail/swftools-common/attachments/20080225/1901209e/attachment.html > > > > > > ------------------------------ > > > > > > Message: 4 > > > Date: Mon, 25 Feb 2008 06:49:47 -0500 > > > From: "Ayman Abdel-Rahman" <[EMAIL PROTECTED]> > > > Subject: Re: [Swftools-common] converting pdf page wise > > > To: "Novice Programmer" <[EMAIL PROTECTED]>, > > > <[email protected]> > > > Message-ID: <[EMAIL PROTECTED]> > > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > use pdf2swf -p [page number here] > > > > > > > > > ----- Original Message ----- > > > From: Novice Programmer > > > To: [email protected] > > > Sent: Monday, 25 February, 2008 2:22 AM > > > Subject: [Swftools-common] converting pdf page wise > > > > > > > > > Hello Everyone, > > > > > > i want to convert individual page of pdf to individual swf. Any one > knows how to do this using swftools? > > > > > > -- > > > Thanks & Regards, > > > Novice (http://ishuonweb.wordpress.com/). > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > URL: > http://lists.gnu.org/pipermail/swftools-common/attachments/20080225/c1314ec9/attachment.html > > > > > > ------------------------------ > > > > > > Message: 5 > > > Date: Mon, 25 Feb 2008 18:43:11 +0530 > > > From: "Novice Programmer" <[EMAIL PROTECTED]> > > > Subject: Re: [Swftools-common] converting pdf page wise > > > To: "Ayman Abdel-Rahman" <[EMAIL PROTECTED]> > > > Cc: [email protected] > > > Message-ID: > > > <[EMAIL PROTECTED]> > > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > Hello Ayman, > > > > > > but i would need to know the number of pages in pdf to do this > otherwise i > > > would be in infininte loop calling pdf2swf each time. Any suggestions > on how > > > to do this? > > > > > > Thanks. > > > > > > > > > On 2/25/08, Ayman Abdel-Rahman <[EMAIL PROTECTED]> wrote: > > > > > > > > use pdf2swf -p [page number here] > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > *From:* Novice Programmer <[EMAIL PROTECTED]> > > > > *To:* [email protected] > > > > *Sent:* Monday, 25 February, 2008 2:22 AM > > > > *Subject:* [Swftools-common] converting pdf page wise > > > > > > > > > > > > Hello Everyone, > > > > > > > > i want to convert individual page of pdf to individual swf. Any one > knows > > > > how to do this using swftools? > > > > > > > > -- > > > > Thanks & Regards, > > > > Novice (http://ishuonweb.wordpress.com/). > > > > > > > > > > > > > > > > > -- > > > Thanks & Regards, > > > Novice (http://ishuonweb.wordpress.com/). > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > URL: > http://lists.gnu.org/pipermail/swftools-common/attachments/20080225/a61ac460/attachment.html > > > > > > ------------------------------ > > > > > > Message: 6 > > > Date: Mon, 25 Feb 2008 17:19:09 +0100 (CET) > > > From: JP RNU <[EMAIL PROTECTED]> > > > Subject: [Swftools-common] swfcombine: process OK but bad output > > > To: [email protected] > > > Message-ID: <[EMAIL PROTECTED]> > > > Content-Type: text/plain; charset="iso-8859-1" > > > > > > Hi, > > > > > > I'm trying to use swftools to create swf file from pdf files generated > under a Matlab application. > > > > > > First, i convert pdf files into swf ones using pdf2swf. The results > seem good. > > > > > > After that i use swfcombine to concatenate my swf files together: > > > > > > swfcombine.exe -z -r 10 -o result.swf -a tmp1.swf -a tmp2.swf ... -a > tmpN.swf > > > > > > the command works fine. > > > > > > When i play the result.swf file in Flash Movie Player 1.5, the contents > disapears after few frames (~40). > > > > > > Has somebody experienced such problem? > > > Is there a limit in frames (number or size) concatenated using > swfcombine ? > > > > > > Regards, > > > > > > Jean-Philippe > > > > > > > > > > > > --------------------------------- > > > Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers > Yahoo! Mail > > > -------------- next part -------------- > > > An HTML attachment was scrubbed... > > > URL: > http://lists.gnu.org/pipermail/swftools-common/attachments/20080225/880560dd/attachment.html > > > > > > ------------------------------ > > > > > > _______________________________________________ > > > Swftools-common mailing list > > > [email protected] > > > http://lists.nongnu.org/mailman/listinfo/swftools-common > > > > > > > > > End of Swftools-common Digest, Vol 53, Issue 14 > > > *********************************************** > > > > > > > > > > > -- > > Best Regards, > > Bhupendra. > > > > > > > > > > -- > > Thanks & Regards, > Novice (http://ishuonweb.wordpress.com/). -- Best Regards, Bhupendra.
pdf2swf.c
Description: Binary data
