2
Access page within PDF File
Community Beginner
,
/t5/acrobat-services-api-discussions/access-page-within-pdf-file/td-p/10975466
Mar 10, 2020
Mar 10, 2020
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);
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/acrobat-services-api-discussions/access-page-within-pdf-file/m-p/10997256#M115
Mar 23, 2020
Mar 23, 2020
Copy link to clipboard
Copied
Am also looking for this solution. Were you able to find a way ?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
danieln77247329
AUTHOR
Community Beginner
,
/t5/acrobat-services-api-discussions/access-page-within-pdf-file/m-p/10999111#M116
Mar 23, 2020
Mar 23, 2020
Copy link to clipboard
Copied
No I ended up splitting the pdf into pages. Not the ideal solution but it works for me.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
LATEST
/t5/acrobat-services-api-discussions/access-page-within-pdf-file/m-p/10999878#M117
Mar 24, 2020
Mar 24, 2020
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

