JSP link to PDF converter

Asked By 0 points N/A Posted on -
qa-featured

Greetings Experts!

Is it possible to link jsp to pdf converter? Can someone provide me tutorials or example of  jsp link to pdf converter? Please enlightened me or provide me some idea about this problem.

SHARE
Answered By 0 points N/A #166376

JSP link to PDF converter

qa-featured

Hi Loan,

Yes, it is very much possible to link jsp to pdf converter so that the jsp file when executed produces a PDF file as the output. You may find numerous codes over the internet to carry out this task but many of them won’t work.

You can find a code snippet as an attachment (in the form of a notepad file) to this comment. This code is a perfect example which on proper execution will generate a pdf file in C drive and that file will contain the data which is retrieved from the database. You will require 'itext api' to successfully run the code.

Related Questions