Navigate to a specific page on pdf files in an app
Posted: Tue Jan 20, 2015 6:06 am
by leonardo
I've populated the database with some pdf files I'm using in an app. When an image or label of a list is selected, I want to open the corresponding pdf and navigate to the specific page of the title selected. I've read some examples but haven't seen one opening to a specified page.
Navigate to a specific page on pdf files in an app
Posted: Tue Jan 20, 2015 7:15 am
by Alena Prykhodko
Hello Leonardo,
This can't be done with standard Appery.io methods, because it is common JavaScript question.
Unless you know the PDF format, aware how to find (whether this is possible) certain page in binary PDF structure.
Navigate to a specific page on pdf files in an app
Posted: Tue Jan 20, 2015 8:09 pm
by leonardo
Sure, Alena. I know appery.io community is savvy and some people would have dealt with this problem before. Help is appreciated.