Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello every body,

I have a PDF file and I want to show it in my application with page turning effect - just like a book when you turn the pages.
I want to have each page of PDF in a page and can be searchable.

I wonder if there is any component or code to do that.
Great thanks from Hamcker to one who helps me.
Posted
Updated 2-Jan-18 17:57pm
v3

1 solution

Here is one possible approach for WPF:
Use a generic WPF book control, maybe WPF book control[^]

Find something to convert PDF to a set of images, maybe pdftopng[^]

Display the images in the book control

Regards
Espen Harlinn
 
Share this answer
 
Comments
Hamcker 5-Jan-11 4:48am    
thanks, actually it works well
but is there any solution to have each page of PDF separately?!
with marking facility.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900