-4

I have already converted pdf file in the format of text to read bt it is possible to save text data into database...

3
  • 1
    Short 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? Commented Sep 30, 2018 at 10:32
  • What precisely is your problem "saving text data into database"? Commented Sep 30, 2018 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? Commented Sep 30, 2018 at 10:37

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.