swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Swftools-common] Convert PDF pages to seperate swf


From: Fred
Subject: RE: [Swftools-common] Convert PDF pages to seperate swf
Date: Tue, 21 Apr 2009 13:49:48 +0800

Hi Ananth,

 

You can use “%” for output entire multipage PDF in sequential order.

 

pdf2swf input.pdf –o output%.swf

 

For range, I am not aware of any parameters, may be you need to define a loop action as you suggested.

 

Anyone?

 

Regards,

Fred

 

From: Ananth Palanisamy [mailto:address@hidden
Sent: Tuesday, 21 April, 2009 12:54 PM
To: address@hidden
Subject: Re: [Swftools-common] Convert PDF pages to seperate swf

 

Fred,

 

I need one more details.

I want to convert the multi page pdf file in to single page swf file.

Now I am planning to run the pdf2swf in a for loop and send a page numbers dynamically(Ex: For 20 page pdf I have to run pdf2swf 20 times)

Is there any work around just mentioning the page ranges  and get the separate swf files for that range?

 

Thanks

 

Ananth

On Tue, Apr 21, 2009 at 9:55 AM, Fred <address@hidden> wrote:

Hi Ananth,

 

I’m using the Windows version, latest release. It’s seems ok.

 

C:\Program Files\SWFTools>pdf2swf.exe -p10 2.pdf -o 10.swf

NOTICE  processing PDF page 10 (609x793:0:0) (move:0:0)

NOTICE  File contains pbm pictures

NOTICE  Writing SWF file 10.swf

 

Regards,

Fred

 

From: Ananth Palanisamy [mailto:address@hidden]
Sent: Tuesday, 21 April, 2009 12:00 PM
To: address@hidden
Subject: Re: [Swftools-common] Convert PDF pages to seperate swf

 

Hi Fred,

Thanks for your quick reply.

 

I have tried  the following commands as you mention

 

pdf2swf –p10 2.pdf –o 10.swf and pdf2swf -p 10 2.pdf -o 10.swf

 

Both are returning the error.

Here are the error messages

pdf2swf –p10 2.pdf –o 10.swf -- it returns "Error: Do you want the output to go to 2.pdf or to ûo?"

pdf2swf -p 10 2.pdf -o 10.swf -- it returns "Error: Do you want the output to go to 10 or to 2.pdf?"


Did I make any mistake in the syntax?

 

Regards

Ananth P

On Tue, Apr 21, 2009 at 9:19 AM, Fred <address@hidden> wrote:

Try this..

 

pdf2swf input.pdf –o output%.swf

 

and

 

pdf2swf –p<PageNo> input.pdf –o output.swf

 

Regards,

Fred

 

 

From: swftools-common-bounces+fredckp=gmail.com@nongnu.org [mailto:swftools-common-bounces+fredckp=gmail.com@nongnu.org] On Behalf Of Ananth Palanisamy
Sent: Tuesday, 21 April, 2009 11:45 AM
To: address@hidden
Subject: [Swftools-common] Convert PDF pages to seperate swf

 

Hi,

 

Is there anyway to convert multi page PDF file in to separate page swf files instead of getting all the pages in single SWF file using pdf2swf?

 

Or

 

Is there any command to convert specified page ranges from PDF? (Ex. In the 100 page PDF I want to convert only 10 - 12 pages)

 

Thanks in advance.


--
Regards

ANANTH P
+91-9444960095




--
Regards

ANANTH P
+91-9444960095




--
Regards

ANANTH P
+91-9444960095


reply via email to

[Prev in Thread] Current Thread [Next in Thread]