Newbies rogergiddings Posted January 18, 2011 Newbies Posted January 18, 2011 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
john renfrew Posted January 18, 2011 Posted January 18, 2011 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...
Smef Posted January 18, 2011 Posted January 18, 2011 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.
Newbies rogergiddings Posted January 21, 2011 Author Newbies Posted January 21, 2011 thanks for the input, I'll try these out
Recommended Posts
This topic is 5057 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 accountSign in
Already have an account? Sign in here.
Sign In Now