English 中文(简体)
s
原标题:generate images from swf

是否有任何图书馆/图书馆可以提供哪些图书馆/图书馆能够从一只手纸上产生图像?

The problem i am trying to solve is: I want to create a pdf from a web page and i am having problems in doing that when the web page has swf (question in stackoverflow) I am thinking if i am able to read a swf and write out an image, i will be able to solve the above the problem

Will appreciate your help, Thanks

问题回答

事实上,这是一项艰巨的任务。 我花了几个小时的时间来寻找能够完成这项任务的方案。 然而,我最终只是找到了。 它是开放源,但确实会帮助我猜测。

Flash Animation Source能够输出所有SWF文档。 它使用直接光过滤器这样做。 因此,如果你不想使用WINE,则需要一个Windows操作系统。

简言之,你刚刚需要将闪电源安装在你的电脑上,然后找到利用你所希望的方案拟订语言获得直接光线的途径。 任何其他东西实际上都非常容易。 你把窗户的目录和贵族妇联档案的名称告诉窗户,然后用图像传送。 你们是否知道直接过滤器能够提供所有视频框架? 因此,你可以选择你喜欢的东西。

顺便说一句,请不要试图找到另一种方式来了解你们的自然基金会档案。 相信我,你们赢得了一席之地。 我已经寻求一个符合我需要的开放源方案,但所有方案都失败。 你们需要利用原主Adobe闪电机进行产出。 别无选择,因为开放源替代物仍然需要很多发展才能真正产生基于病媒的框架。





相关问题
Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...

How to remove unique, then duplicate dictionaries in a list?

Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...

What is suggested seed value to use with random.seed()?

Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

Converting Dictionary to List? [duplicate]

I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...

热门标签