Click here to Skip to main content
15,907,913 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a pdf file which has to be written into the database when upload file is clicked.All the text in the PDF file should be saved into the database

I had created db with coloms nd an asp page for file upload..

pls help me further



thanks
Posted
Comments
Sergey Alexandrovich Kryukov 25-Apr-12 0:24am    
Help with what and how? You did not ask any question...
--SA
Member 8155568 25-Apr-12 0:30am    
do u know hoew to read from pdf file and to save the text into the db
Sergey Alexandrovich Kryukov 25-Apr-12 16:03pm    
Try:
http://sourceforge.net/projects/itextsharp/
--SA

1 solution

Please refer following threads, for storing PDF file in your database:
Uploading and downloading files to/from a SQL Server database[^]

Here's another good links you can refer, it's with some code example
Storing and Retrieving doc/pdf/xls files in SQL Server[^]
 
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