cancel
Showing results for 
Search instead for 
Did you mean: 

How to embed PDF document to a view in WDJ?

Former Member
0 Kudos

Hi, experts,

I have a PDF document for helping user to use a software product. I want to embed it to a view through interactiveform in web dynpro for java so that other users may read the PDF document. I don't how to implement it?

Do you give me some hint?

Best regards,

tao

Accepted Solutions (0)

Answers (3)

Answers (3)

srinivas_sistu
Active Contributor
0 Kudos

Hi,

You can do one simple thing... Store the PDF in KM, then give a Link to URL UI, with text as Click Here to See Help or some thign and in that Link, specify the PDF's KM Path...

Regards,

Srinivas

Former Member
0 Kudos

Hi,

One quick question, where have you stored the PDF? is it in MIMEs folder ?

You have 1 of these 2 options to choose:

1. Get the PDF data in Byte format, fetch the absolute URL and display it in an iFrame UI Element.

2. Set the property of Adobe Interactive form UI elemets property -

mode = usePDF Mode (This mode value does not change the original PDF document. The data source and the template for the creation of the PDF document are ignored)

pdfSource = Path to the context element containing the PDF document.

-Kunal Kotak

PradeepBondla
Active Contributor
0 Kudos

Hi Wang,

This blog by Amit Rai discuss the same functionality....

PradeeP

Former Member
0 Kudos

Hi, Pradeep,

Thanks a lot for your quickly reply.

I only hope to use an interactive form in WDJ for displaying the PDF helping document, rather than download the document to local host.

But the content of the blog only tell me how to download the PDF document.

Do you give some other hints for the question?

Thanks a lot!

Best regards,

tao