Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Salah.

Asked: October 10, 2016 - 9:08 pm UTC

Last updated: October 12, 2016 - 4:49 am UTC

Version: Oracle Apex 5

Viewed 1000+ times

You Asked

Dear Tom

how to open a specific page or range of pages of a PDF file in oracle APEX 5. Let us say that I want to display only pages 15-20 of a PDF file stored in a database table. I am able to open the PDF file in Apex 5, but I need to open a specific pages only from a file.

Thank you

and Connor said...

Only thing I can find from the Adobe site is *starting* at a certain page, eg

"www.example.com/myfile.pdf#page=4"

Otherwise you'd need to navigate through the internal structure to find the pages you are after.

There is info on that here

http://www.planetpdf.com/developer/article.asp?ContentID=navigating_the_internal_struct

But that sounds like a complex problem to tackle, and at risk from changes in pdf structure over time.

Rating

  (1 rating)

Is this answer out of date? If it is, please let us know via a Comment

Comments

PDF pages in Apex 5

Salah Dashti, October 11, 2016 - 11:45 am UTC

Dear Tom

thank you for your response, you have mentioned adobe solution and may question how can I incorporate such a command in Apex 5 so I can open that page directly.
Connor McDonald
October 12, 2016 - 4:49 am UTC