简体   繁体   中英

swf to pdf using php

Is there any way to convert a SWF to pdf using php. i mean the page has a button on the click it must export the swf contents in pdf.

One approach you could try is to use ffmpeg to convert the swf to a series of jpeg images, one per frame, using the 'image2' output codec (see this part of manual ). Then you can select the appropriate frame and build a PDF with it using pdflib , fpdf or similar library.

I've noticed your question states using php, but I was pretty happy with this library: AlivePDF . It's worth a try.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM