开发者

PDF page flip/turn software [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I'm slowly dying inside with this request but I've been asked to look into PDF page flip's. Does anyone have any suggestions? I've trawled the web but they don't seem to match what I need:

  1. Be a piece of software rather than online to cut down on costs (ideally we'd be looking to spend around £250).
  2. Allow embeddin开发者_运维知识库g of video, swf's etc.
  3. Ability to adjust the look of the viewer.
  4. Look semi decent (there's some terrible one's out there).
  5. Although not essential, it would be nice if it was iphone/ipad compatible.

If anyone has come across any page flip software then I'd really appreciate your input.


I've used http://www.codebox.es/pdf-to-flash-page-flip before. Just upload a PDF and it will create a flash page flip. Looks like you may need more than it provides though, such as embedded videos.


FlexPaper Zine has been released quite recently and looks good with HTML5 support for devices

http://flexpaper.devaldi.com/flexpaper_flip_zine.jsp


If the software point is only to cut down costs then converting each page to an image (you can do this in Photoshop with a batch) will allow you to use this http://codecanyon.net/item/flipbook-jquery-powered-w-media-gallery/152110 it only costs $6 and is pretty good with just images, you can embed flash and text etc.

You wouldn't need to know jQuery because the plugin does all that for you. You'd just need to convert each page to an image and do a simple HTML

<div class="flipbook">
<img src="image source"/> //Page 1
<img src="image source"/> //Page 2
<img src="image source"/> //Page 3
.. //Page n
</div>

You'd customise the options in jQuery at the bottom but they are REALLY simple and already set up to defaults for you (just change the values etc.)

Purchasing it through the site means you get support from the creators if you need a hand.


We've gone with Issuu, had to ditch some of the requirements.


I've used http://page-flip.com/ before. It is quite user-friendly, allowing you to import a PDF and publish all the flash files. It should cover most of what you want.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜