Extract first page only and use as thumbnail in a list of pdf files
Using the Embed API.
I am trying to create a list of pdf showing only the first page thumbnails either as an image, or base 64 image
I don't see a way for Embed to generate a jpg or a base64 img of the first page.
Taking a look at the API, my guess it that i would need to create a new AdobeDC.View for each pdf document and show them on the page, and show it in Sized container, but how would i get the first page only. I feel this way could be too expensive for the client as we could have 20-30 pdfs at a time, generating thubmnails for diffeent pdf maybe something i would have to do outside the scopr of embed api?
Thanks.
