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

PDF Embed API - get Screenshot?

Explorer ,
Sep 11, 2020 Sep 11, 2020

How do I take a screenshot of an area in a PDF file when I have coordinates for that place?
This is exactly about the screenshot of annotation.

TOPICS
How to , PDF Embed API , PDF Services API
954
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
Adobe Employee ,
Sep 14, 2020 Sep 14, 2020

Hi, Thanks for choosing PDF Embed API, Currently it is not possible to achieve the requested behavior. Please stay tuned for more updates.

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 Expert ,
Sep 14, 2020 Sep 14, 2020

Embed API does not prevent OS level screen captures. Are you asking how to render a portion of a page to an image? 

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
Explorer ,
Sep 14, 2020 Sep 14, 2020

"Are you asking how to render a portion of a page to an image? "

Yes. But I want to be able to do it from the frontend, from client side.
I'd rather not do that from the backend.

 

I would like to use `result [0] .target.selector.boundingBox`, plus margin.

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 Expert ,
Sep 14, 2020 Sep 14, 2020

Ok - That's quite complicated even with basic HTML that's not inside a canvas. Take a look at the top answer on Stack here. You might be able to use the html2canvas script but I have not tried it personally.

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
Explorer ,
Sep 23, 2020 Sep 23, 2020
LATEST

html2canvas doesn't work at all for iframe.

As if to have access to the contents of an iframe, it would be possible.

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