Copy link to clipboard
Copied
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);
Copy link to clipboard
Copied
Am also looking for this solution. Were you able to find a way ?
Copy link to clipboard
Copied
No I ended up splitting the pdf into pages. Not the ideal solution but it works for me.
Copy link to clipboard
Copied
Thanks for your feedback very much appreciated. Will figure out a way to do it for my case it will be difficult to split since its a collection of books