简体   繁体   English

使用PDF文件的Flex / Flash动画书

[英]Flex/Flash Flipbook using PDF file

I want to create Flipbook in flex/Flash. 我想在flex / Flash中创建Flipbook。 Normally its created via XML and XML has some image or swf list it is loading as page in flipbook. 通常,它是通过XML创建的,并且XML具有一些图像或SWF列表,它正在作为活页簿中的页面加载。 But I want to create this functionality directly from the PDF file. 但是我想直接从PDF文件创建此功能。 Just developer need to give only PDF file name/path flip book will generate automatically. 只是开发人员只需要给PDF文件名/路径的翻书即可自动生成。

Can you help me for the same? 你能帮我吗?

PDF files are generally very complex to work with, the ever-expanding set of features makes it practically infeasible to write a library for as3 that would load and display any arbitrary PDF file. PDF文件通常使用起来非常复杂,功能的不断扩展使得为as3编写可加载和显示任意PDF文件的库实际上是不可行的。

The way most flipbook applications go about this is to render the pdf pages to images (or in some cases images with vector features) server-side or in an author environment using sophisticated PDF rendering engines. 大多数活动簿应用程序执行此操作的方式是使用复杂的PDF呈现引擎在服务器端或在作者环境中将pdf页面呈现到图像(或某些情况下具有矢量功能的图像)。 The images are then loaded and displayed by the Flash/Flex application leaving only the interaction part of the flip book to the client-side. 然后,图像由Flash / Flex应用程序加载和显示,仅将翻书的交互部分留给客户端。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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