Click here to Skip to main content
16,020,714 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make a program in c that can use any PDF document as desktop background
that can be scroll and have some basic feature in it

Is it possible ? If so, how to write code for that

Please tell me if this can be done.
Posted
Updated 13-May-11 18:13pm
v2
Comments
ZeeroC00l 14-May-11 0:14am    
-- edited for grammar.

1 solution

Firstly you need to create a Windows application: lots of samples here on CodeProject[^], MSDN[^] and Google (I'm sure you can find the link for that). Then you need to find a library that will allow you to read and interpret PDF files. I don't know of any C/C++ versions but again a Google search should help.
 
Share this answer
 

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