I have already converted pdf file in the format of text to read bt it is possible to save text data into database...
Asked
Active
Viewed 278 times
-4
-
1Short answer, yes. Long answer, you need to be more specific in your question. What about saving to the database do you have an issue with or is it something about the pdf file? – Joakim Danielson Sep 30 '18 at 10:32
-
What precisely is your problem *"saving text data into database"*? – mkl Sep 30 '18 at 10:33
-
Actually my project name is result analysis system so I want to take count of pass and fail students from all students from pdf so what I do? – Abhishek Patade Sep 30 '18 at 10:37
1 Answers
0
Yes, it's possible. You should create PDF using external library (for example iText) and save it in database as bytes. Or you can save in database only data what needs for create PDF and make it when your client needs it.

Egor
- 1,334
- 8
- 22