Click here to Skip to main content
15,891,748 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone, i wanna know how manipulate a pdf file with existing library for C#.net

how i can validate the follow propeties?
-need know the file is a PDF,
-gray scale on 8
-resolution 300 points per inch
-without OCR
-without blank pages.
if one condition is not met.
return a error.
Posted
Comments
Sergey Alexandrovich Kryukov 3-Dec-12 13:56pm    
Not everything is clear. What "without OCR" should mean? And "return an error" is wrong, obsolete concept. An exception should be thrown.
--SA

1 solution

Do you have Interop.Acrobat.dll? We use that for pdf reading and manipulation. It is provided by Adobe. I think you will be able to get these properties using it.
 
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