Copy link to clipboard
Copied
Hi,
I’m using Adobe PDF Services SDK v4.2 (.NET) to extract content from PDFs.
I request the ExtractElementType.FIGURES type, and in the resulting JSON I correctly see "Path": "//Document/Sect/Figure" entries — so the figure elements are detected.
However, the .zip file returned by the API does not include a /figures/ folder nor any PNG image files.
I understand that IncludeElementRenditions() is required to extract those images, but it’s not available in SDK 4.2.
Can you confirm:
When will a new SDK version (e.g., 5.x) with IncludeElementRenditions() be available on NuGet?
Is there any workaround to extract image files from FIGURES using the current SDK?
Thanks in advance for your help!
Have something to add?