how to display PDF files in brower in J2EE project

K

Krorei

Hi All,

Right now I am facing a challenge that In a J2EE project I need to
display PDF files which are stored by BLOB in Oracle. And also need to
achieve this aim when the client user doesn't install the Acrobe .

the funcational request include print,view,prev,next,first,last,zoom
in,zoom out

Does someone can give me some suggestion? BTW. need free that means no
extra fund.


thanks!
 
R

Robert Kochem

Krorei said:
Right now I am facing a challenge that In a J2EE project I need to
display PDF files which are stored by BLOB in Oracle. And also need to
achieve this aim when the client user doesn't install the Acrobe .

Ok, looks like you are searching for the hard way to something simple.
Without Adobe Reader or an alternative PDF viewer you have to render the
current PDF page on server-side and send the output as image to the client.
There are some pdf renderer available that could to the job, e.g.
https://pdf-renderer.dev.java.net/

Robert
 
A

Arne Vajhøj

Krorei said:
Right now I am facing a challenge that In a J2EE project I need to
display PDF files which are stored by BLOB in Oracle. And also need to
achieve this aim when the client user doesn't install the Acrobe .

the funcational request include print,view,prev,next,first,last,zoom
in,zoom out

Does someone can give me some suggestion? BTW. need free that means no
extra fund.

Insist on the clients installing Acrobat Reader and stream the PDF
with a servlet.

Implementing a complete PDF viewer is a huge task.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,781
Messages
2,569,615
Members
45,301
Latest member
BuyPureganics

Latest Threads

Top