Link to home
Start Free TrialLog in
Avatar of mahalasa
mahalasa

asked on

Display PDF within a div in jsp

I need to display the contents of a pdf read from local drive in a div in jsp. something like one below
<div>
Some text
</div>
<div>
pdf contents
</div>
<div>
some text
</div>

Any quick help with code snippet would be highly apprciated.
SOLUTION
Avatar of Hegemon
Hegemon
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mahalasa
mahalasa

ASKER

i dont want to use iframe.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
not working.

If the pdf is placed in c drive how is the location specified in src="?"
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
oops...it was my mistake...it did work with local drive as i am working on dev env. Thanks.
The way in which i was speciying location was wrong. forgot to use html rewrite tag.

Thanks.