Jump to content

Multiple page Pdf


This topic is 4837 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

hi, sorry if this has been covered and I failed to find it

have many multiple page pdf files uploaded and want to either move from page to page within the specific supercontainer file (not pdf file to pdf file) within the web viewer content field

in a record. Or at least show how many pages in the pdf supercontainer file. At present can only double click the web viewer to bring up Preview app which then shows all the pages (or only 1 and so a waste of the users time).

Any pointers would help my struggles !!! Thanks

Link to comment
Share on other sites

You might have to get the file from supercontainer to your local hard drive and then use the file:///protocol into a webviewer instead, at least then you have all of Acrobat Reader toolbar in the browser so you can go from page to page etc etc...

Link to comment
Share on other sites

you can use SCGetInfo( path; "PageCount") to get the count of pages in a pdf document at a specific SuperContainer path. The pagecount will be returned as the last value of the scgetinfo result.

You can view a specific page of a pdf by using the page=xx URL parameter in your web viewer.

Link to comment
Share on other sites

This topic is 4837 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.