cancel
Showing results for 
Search instead for 
Did you mean: 

PDF showing only 3 pages

Former Member
0 Kudos

Hi,

I have exported a webi document with three reports to PDF. The total page count for all the three reports put together is around 500. In the PDF i am seeing only pages 1-3, though on scrolling down i can see the whole of document. The issue here is when i try to print, i can select only pages between 1 and 3.

Any idea why it is showing only 3 pages and not 500? How can i get all the 500 pages to be displayed for printing?

Thanks,
Arun

Accepted Solutions (1)

Accepted Solutions (1)

daniel_paulsen
Active Contributor
0 Kudos

Hi Arun,

What you are getting is an export of the body of the report in "Listing" mode.

GET  .../raylight/v1/<docId>       (Accept: application/pdf)

For example, there's probably no page headers or footers so what you are getting is simply the body  and one page per report in the document.

In order to export the way you would see in designer's export (ie a series of pages in PDF format) you need to use the following URL:

GET  .../raylight/v1/<docId>/pages       (Accept: application/pdf)


I hope this helps,


Dan

Former Member
0 Kudos

Thanks much Dan. This works like charm and even optimizes the PDF export.

Answers (0)