Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

Access page within PDF File

Community Beginner ,
Mar 10, 2020 Mar 10, 2020

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);

 

423
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 23, 2020 Mar 23, 2020

Am also looking for this solution. Were you able to find a way ?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 23, 2020 Mar 23, 2020

No I ended up splitting the pdf into pages. Not the ideal solution but it works for me.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2020 Mar 24, 2020
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources