Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I want to get image from first page of PDF to show a summery of it
how can implement it ??

Thanks for your answers
Posted
Updated 21-Sep-11 8:13am
v3

1 solution

Well since you havent specified if you are going to do it programmatically or by a help of 3rd party software. I may not cover all the issues that you ask for.

So if you need a software there are some free softwares that will help you to accomplish that. Check the links to see available softwares;

PDF Image Extractr[^]
Some PDF Image Extract[^]
A-PDF Tools[^]

If you need to do it programmaticallyhere are some examples. Since I dont know which language you are using the links provide examples of C#;

You can do it by the help of iTextSharp library.

Example 1[^]
Example 2[^]
Example 3[^]

Good luck.
 
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