Click here to Skip to main content
16,020,673 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Please i need help in PDF files.

How can i read PDF information such as Title , Author , Keywords and Subject using vb.net without open the file ?

This information is found when press right click with mouse on any pdf file and choose Properties and PDF tap.


Thanks for reading.
Posted

ya i know that but how?

how can i create?

i hav to create a page in pdf to client enter the value and i have to read and save in my sql database so what will you do?

if u know about that so give me some information....

thanks....
 
Share this answer
 
v2
Comments
André Kraak 6-Mar-12 7:33am    
If you have a question about or comment on a given solution use the "Have a Question or Comment?" option beneath the solution. When using this option the person who gave the solution gets an e-mail message and knows you placed a comment and can respond if he/she wants.

Please move the content of this solution to the solution you are commenting on and remove the solution.
Thank you.
You will have to use a third party library. There are some free ones out there such as iTextSharp[^] or PDFSharp[^].

You can see the metadata information when right-clicking in Windows Explorer because you are likely using Adobe Acrobat, which installs Explorer extensions to add features like that to property pages and context menus.
 
Share this answer
 
Comments
Al Jones 14-Oct-18 19:32pm    
8 years later I'm in the same position. I need to be able to programmatically access
information.author and information.title
I'm using pdfsharp which allow me to call pdfreader.open then access the data but I'm unable to close the reader.

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