Question
Access page within PDF File
When I type this into the browser http://vintagecooking.live/files/testCookbook.pdf#page=11
It takes me to page 11 of the cookbook.
However the script below does not produce the same effect. Is it possible to go to a certain page in a pdf using Document Cloud SDK?
adobeDCView.previewFile({
content: {
location: {
url: "http://vintagecooking.live/files/testCookbook.pdf#page=11",
},
},
}, viewerConfig);
