Hi Asad,
Thanks for your response.
Scenario1:
I am trying to do a POC for one of our product where we are creating tagged PDF. In the attached sample PDF, there is a bulleted list, in our case that list is dynamic and the list item count and text can vary at the run time based on the scenarios.Out2.PDF (131.6 KB)
One of the possible solution which I thought is to create all the list element dynamically through code, while trying that, I am able to create ListElement through ITaggedContent but I don’t see any extension method to create ListLIElement, ListLabelElement and ListBodyElement. Therefore, I am not able to create bulleted list dynamically I hope you understand my scenario, could you please suggest if it is possible to achieve the same. Let me know if you need more clarification.
Scenario2:
The link which you shared above is helpful for merging two pdf pages into one document but here what I am trying is that If there is blank space left in the bottom of the page 1 then some content from page2 should shift up to replace that blank space. Is it possible?