We are working on a request involving a PDF file which has 3 attachments.
Per the business need, when the PDF is being viewed by Admin users in the web site, all the content and fields corresponding to the embedded attachments should be merged with the main PDF contents for display purposes.
So for example if main PDF has 2 pages and each attachment has 1 page each, the merged PDF for UI rendering would have total of 5 pages.
We looked at the Java API for EmbeddedFile class and are unable to find a way to derive the contents of this file.
Can you guide us on this issue ?
Your help is greatly appreciated.
Thanks