PDF page flip/turn software [closed]
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:
- Be a piece of software rather than online to cut down on costs (ideally we'd be looking to spend around £250).
- Allow embeddin开发者_运维知识库g of video, swf's etc.
- Ability to adjust the look of the viewer.
- Look semi decent (there's some terrible one's out there).
- 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.
精彩评论