swftools-common archive search

Search String: Display: Description: Sort:

Results:

References: [ swf2pdf: 49 ]

Total 49 documents matching your query.

1. [Swftools-common] swf2pdf exit codes? (score: 34)
Author: HIDDEN
Date: Tue, 9 Apr 2013 14:02:55 -0400
Hey there - is there a listing of swf2pdf exit codes somewhere? I'm attempting to call the library from php in some cases getting an exit code of 5. Garry Schafer grimmwerks address@hidden portfolio:
/archive/html/swftools-common/2013-04/msg00001.html (5,295 bytes)

2. Re: [Swftools-common] swf2pdf (score: 34)
Author: HIDDEN
Date: Wed, 23 Feb 2011 00:47:11 +0000
try with: gfx2gfx file.swf -o file.pdf Ricardo
/archive/html/swftools-common/2011-02/msg00066.html (4,660 bytes)

3. Re: [Swftools-common] swf2pdf (score: 34)
Author: HIDDEN
Date: Sun, 20 Feb 2011 21:23:43 +0100
Thank you.
/archive/html/swftools-common/2011-02/msg00058.html (4,879 bytes)

4. Re: [Swftools-common] swf2pdf (score: 34)
Author: HIDDEN
Date: Sun, 20 Feb 2011 21:18:49 +0100
I have a mult-page SWF file created using SWF2PDF with rfxview.swf Flash page flipping template. I need to decompile it back to a multi page PDF. I've followed the steps mentioned here but only first
/archive/html/swftools-common/2011-02/msg00057.html (4,432 bytes)

5. Re: [Swftools-common] swf2pdf (score: 34)
Author: HIDDEN
Date: Thu, 20 Jan 2011 10:44:15 -0500
Thanks for the reply! The "text as shapes" route might be good enough in my case. Where should I look to get started?
/archive/html/swftools-common/2011-01/msg00072.html (9,730 bytes)

6. Re: [Swftools-common] swf2pdf (score: 34)
Author: HIDDEN
Date: Thu, 20 Jan 2011 11:24:01 +0000
Sorry for late reply. As I said before it is possible, but if you want that text be converted as text it will involve some work. At the moment doing the changes I said it will render text as shapes,
/archive/html/swftools-common/2011-01/msg00070.html (9,061 bytes)

7. Re: [Swftools-common] swf2pdf (score: 34)
Author: HIDDEN
Date: Fri, 14 Jan 2011 18:49:57 -0500
/archive/html/swftools-common/2011-01/msg00060.html (8,168 bytes)

8. Re: [Swftools-common] swf2pdf (score: 34)
Author: HIDDEN
Date: Fri, 14 Jan 2011 23:23:14 +0000
After looking to the source I think text and shapes are render to shapes and bitmaps render as bitmaps If you want to render text as text you should look at function textcallback in lib/readers/swf.c
/archive/html/swftools-common/2011-01/msg00059.html (7,516 bytes)

9. Re: [Swftools-common] swf2pdf (score: 34)
Author: HIDDEN
Date: Fri, 14 Jan 2011 17:00:29 -0500
I do mind, unfortunately (for me). Is it possible to preserve the text and graphics in vector? D
/archive/html/swftools-common/2011-01/msg00056.html (6,833 bytes)

10. Re: [Swftools-common] swf2pdf (score: 34)
Author: HIDDEN
Date: Fri, 14 Jan 2011 21:45:26 +0000
If you don't mind to have each pdf page as an image you can modify swfrender.c like: around line 165, change: gfxdevice_render_init(dev); to gfxdevice_pdf_init(dev); and around line 186 remove the br
/archive/html/swftools-common/2011-01/msg00054.html (6,344 bytes)

11. [Swftools-common] swf2pdf (score: 34)
Author: HIDDEN
Date: Thu, 13 Jan 2011 14:27:56 -0500
Looks like I have no luck sending emails to the mailing list today. Attempt number 3: Would like to resurrect a bit of an old question.. I have a bunch of SWFs created with pdf2swf along with some po
/archive/html/swftools-common/2011-01/msg00051.html (5,549 bytes)

12. [Swftools-common] swf2pdf and swfcombine (score: 34)
Author: HIDDEN
Date: Mon, 10 Nov 2008 18:30:29 +0100
Hi, I have some troubles to display swf generated by swf2pdf and swfcombine. With Firefox, no problem. My SWF looks like this : But with Internet Explorer 7, it looks like this : And if I refresh the
/archive/html/swftools-common/2008-11/msg00041.html (27,335 bytes)

13. AW: [Swftools-common] Search text inside SWF2PDF generated files (score: 34)
Author: HIDDEN
Date: Thu, 4 Oct 2007 13:16:01 +0200
Thank you very much! After your mail and upon experimenting with swfc we found the error in the Actionscript. I think we are on the right track now, we found the text ;) Maybe i´ll write up a short
/archive/html/swftools-common/2007-10/msg00008.html (6,623 bytes)

14. Re: [Swftools-common] swf2pdf (score: 33)
Author: HIDDEN
Date: Fri, 21 Jan 2011 13:37:11 -0500
pdflib seems to have done the trick indeed! For those looking to do the same on OS X, I had to build pdflib off MacPorts, then run "configure;make", and then cd into the 'src' folder and execute 'mak
/archive/html/swftools-common/2011-01/msg00078.html (7,519 bytes)

15. Re: [Swftools-common] swf2pdf (score: 33)
Author: HIDDEN
Date: Fri, 21 Jan 2011 17:12:45 +0000
I think pdflib is missing in your system. This one works for me: http://www.pdflib.com/download/pdflib-family/pdflib-lite-7/ After installing I think you need to do: ./configure make Ricardo
/archive/html/swftools-common/2011-01/msg00077.html (6,821 bytes)

16. Re: [Swftools-common] swf2pdf (score: 33)
Author: HIDDEN
Date: Fri, 21 Jan 2011 11:54:52 -0500
Thanks to you and Matthias for the help! Currently, it looks like I'm stumbling on the same stone trying to follow either advice. In both cases, when compiling gfx2gfx and pdf2pdf, I get an undefined
/archive/html/swftools-common/2011-01/msg00076.html (7,617 bytes)

17. Re: [Swftools-common] swf2pdf (score: 33)
Author: HIDDEN
Date: Thu, 20 Jan 2011 23:46:21 +0000
You should compile a recent version of SWFTools check if you end up with a tool in src named pdf2pdf. Than you should change in src/swfrender.c gfxdevice_render_init(dev); to gfxdevice_pdf_init(dev);
/archive/html/swftools-common/2011-01/msg00073.html (6,638 bytes)

18. Re: [Swftools-common] SWF2PDF? (score: 33)
Author: HIDDEN
Date: Tue, 31 Mar 2009 14:01:28 +0200
swftools does not (yet) contain such a tool. For SWF files which were created from PDF files, it would be relatively easy to add, but as always, I have numerous other things to develop in swftools fi
/archive/html/swftools-common/2009-03/msg00122.html (4,685 bytes)

19. [Swftools-common] SWF2PDF? (score: 33)
Author: HIDDEN
Date: Mon, 30 Mar 2009 11:59:54 +0100
Hi there, Is there such a tool? I need to take back some SWF files that were converted to SWF from PDF. I can use PDF Creator, which does a good job, but I was looking for something that will let me
/archive/html/swftools-common/2009-03/msg00114.html (4,650 bytes)

20. Re: [Swftools-common] Search text inside SWF2PDF generated files (score: 33)
Author: HIDDEN
Date: Thu, 4 Oct 2007 16:35:19 +0200
Good idea! Please do that. Greetings Matthias
/archive/html/swftools-common/2007-10/msg00009.html (5,422 bytes)


This search system is powered by Namazu