PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Closed Thread
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 13th, 2012, 12:17 AM
ranga999 ranga999 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 2 ranga999 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 m 13 sec
Reputation Power: 0
PHP5 - PDF to Flip book (Link in pdf should work in flip book)

Hi All,

I am working on a web portal, which display PDF files as Flip book for that I converted all pdf pages into images then create a flip book its working fine but,
if pdf file have some links in it after converting that into image they are not click-able becaz its an image but that link should be click-able, Is there any way of creating pdf file into flip book in php or jquery, I googled it but failed, Can anyone give me a some reference or some solution.

Thank in Advance.

Reply With Quote
  #2  
Old September 13th, 2012, 04:09 AM
badger_fruit's Avatar
badger_fruit badger_fruit is offline
Confused badger
Dev Shed Novice (500 - 999 posts)
 
Join Date: Mar 2009
Location: West Yorkshire
Posts: 760 badger_fruit User rank is Major (30000 - 40000 Reputation Level)badger_fruit User rank is Major (30000 - 40000 Reputation Level)badger_fruit User rank is Major (30000 - 40000 Reputation Level)badger_fruit User rank is Major (30000 - 40000 Reputation Level)badger_fruit User rank is Major (30000 - 40000 Reputation Level)badger_fruit User rank is Major (30000 - 40000 Reputation Level)badger_fruit User rank is Major (30000 - 40000 Reputation Level)badger_fruit User rank is Major (30000 - 40000 Reputation Level)badger_fruit User rank is Major (30000 - 40000 Reputation Level)badger_fruit User rank is Major (30000 - 40000 Reputation Level) 
Time spent in forums: 1 Week 4 Days 5 h 15 m 18 sec
Reputation Power: 339
I don't really have much experience with flip-books but I found via google this website which seems to have a tool which fits your needs --> this website

Worth a look I guess and it's free as far as I know
__________________
The number for UK Emergencies is changing, the new number is 0118 999 881 999 119 7253

"For if leisure and security were enjoyed by all alike, the great mass of human beings who are normally stupefied by poverty would become literate and would learn to think for themselves; and when once they had done this, they would sooner or later realise that the privileged minority had no function and they would sweep it away"
- George Orwell, 1984

Reply With Quote
  #3  
Old September 13th, 2012, 04:19 AM
ranga999 ranga999 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 2 ranga999 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 m 13 sec
Reputation Power: 0
I have already seen that web site, I don't need a software , wanna integrate in web application.

Anyway, Thank you very much for ur reply...

Reply With Quote
  #4  
Old September 14th, 2012, 12:51 AM
E-Oreo's Avatar
E-Oreo E-Oreo is offline
Lost in code
Click here for more information.
 
Join Date: Dec 2004
Posts: 7,931 E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)E-Oreo User rank is General 90th Grade (Above 100000 Reputation Level)  Folding Points: 945 Folding Title: Novice Folder
Time spent in forums: 2 Months 7 h 43 m 47 sec
Reputation Power: 6991
Not really. There are two major things working against you here. The first is that PHP is run on the server side and is therefore useless for animations, and the second is that I am pretty certain that there are no JavaScript libraries (at least browser compatible libraries) capable of parsing a PDF and writing one yourself is not feasible.

JavaScript could probably do the animations OK with the assistance of HTML5, but it couldn't convert it from PDF.

PHP could potentially read the PDF, however transferring that data to JavaScript in some meaningful format would be virtually impossible.

PHP could also potentially execute an external program that converts the PDF into Flash. But you would need an external program that does that, and I know nothing about flip books so I can't make any recommendations.
__________________
PHP FAQ
How to program a basic, secure login system using PHP

Quote:
Originally Posted by Spad
Ah USB, the only rectangular connector where you have to make 3 attempts before you get it the right way around

Reply With Quote
  #5  
Old September 17th, 2012, 02:15 AM
mojay mojay is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 1 mojay User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 34 sec
Reputation Power: 0
I have used kvisoft flipbook maker to convert pdf to flash flip book.
Search "kvisoft" in google, you'll find it.

It gives you an easy-to-use way to convert PDF to Flash flip book with page flipping animation effects without any programming skills. This type of flip book software turns your PDF documents to flipping online magazines, e-books, e-newspaper, online catalogs, and other publications for online sharing.

Reply With Quote
  #6  
Old October 16th, 2012, 10:38 PM
merryflip merryflip is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 1 merryflip User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 25 m
Reputation Power: 0
well, I am a sincere customer of xFlip flip page software, I just try to search the solution and find the tool finally, lots of users comment it after using it, and the effect is very desired. I really love it.

Reply With Quote
  #7  
Old January 5th, 2013, 01:16 AM
akimichi7722 akimichi7722 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Posts: 1 akimichi7722 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 29 m 24 sec
Reputation Power: 0
Smile

Oh, I was stuck in finding this similar tool for a long time ago, it's really a headache, as there are a lot of tools which can't enable the links of my PDF files to be worked. Then luckily, I got a recommendation from forum: the flash flipbook software can help me easily create page flip book with my original links. That's great, so I hope this can also help you. Visit the site: 3dpageflip.com

Reply With Quote
Closed Thread

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > PHP5 - PDF to Flip book (Link in pdf should work in flip book)

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap