cancel
Showing results for 
Search instead for 
Did you mean: 

Display multiple pages of PDF in ABAP webdynpro

sumeet_chudiwala
Explorer
0 Kudos

Hi Friends,

We have a requirement, where we have to display all the pages of PDF in ESS Portal using Abap WD. I have got the xstring data for all PDF pages. How can I display them now?

I used interactive form, but it can display just one page. Is there any method or UI element by which multiple pages can be displayed.

Please provide your valuable inputs.

Thanks,

Sumeet

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What do you mean by multiple pages? When you have a PDF document in the interactiveForm UI element you can scroll through the pages in the PDF document or change the percentage setting within the PDF toolbar to control how much of each page can be seen within the control at once.

sumeet_chudiwala
Explorer
0 Kudos

The pdf is stored in spool in parts, and are not in single pdf file. I have managed to get the xstring values for all the pages. Saying multiple pages, I mean there multiple individual pdf page. We cannot scroll them, but need some kind of button to traverse to next page.

I wanted to know, if there is anything helpful in Webdynpro to display it.

Former Member
0 Kudos

Hi Sumeet,

- Store XString PDF in an internal table.

- From web dynpro, create next and previous button.

- When user clicks next or previous button load the corresponding record in the internal table to display it in an interactive form.

Thanks,

Duy

Answers (0)