I created website using vb.net visual studio 2008 for online magazine shows article, I have button when click convert article to pdf file.. what i want is showing the pdf file using pdf flipping book I installed the software trail (Flipping book pdf publisher)
but I don't know how to add same thing in my web??? I think I should use flash control but I don't know how.. any help please?!.
i had done such a project before , i was getting pdf file and convert each page to an image and make the flash component reads from it using xml file that was provideded with the flipping component
i found this page in your component manual to imoprt images
q8_dreamy
Member
44 Points
197 Posts
pdf flash flipping book
Nov 14, 2011 09:29 AM|LINK
hiii
I created website using vb.net visual studio 2008 for online magazine shows article, I have button when click convert article to pdf file.. what i want is showing the pdf file using pdf flipping book I installed the software trail (Flipping book pdf publisher) but I don't know how to add same thing in my web??? I think I should use flash control but I don't know how.. any help please?!.
Zhongqing Ta...
Star
10512 Points
1354 Posts
Re: pdf flash flipping book
Nov 16, 2011 09:27 AM|LINK
Hi q8_dreamy,
As Flipping book pdf publisher is a desktop application, it can not be enabled in a web application.
This may help
http://flash-source.net/pdf-to-flash-book.php
Regards
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
maroasp.net
Participant
990 Points
150 Posts
Re: pdf flash flipping book
Nov 16, 2011 11:09 AM|LINK
hi,
i had done such a project before , i was getting pdf file and convert each page to an image and make the flash component reads from it using xml file that was provideded with the flipping component
i found this page in your component manual to imoprt images
http://page-flip.com/en/help/publisher-2/docs/importing-content
i had used an open source liberary to convert pdf to images called"pdfbox"
http://pdfbox.apache.org/userguide/dot_net.html
but there are a more of free tools to do this is if it is not required to be done by code.
good luck