Skip to content

Conversation

@sameerkhan001
Copy link
Collaborator

Hi All,

Task Id:https://dev.azure.com/EssentialStudio/Document%20Processing%20Libraries/_workitems/edit/264229

Task Name:How to add radio button fields in multiple PDF pages using C#

Regards,
Sameerkhan N

using (PdfDocument document = new PdfDocument())
{
// Loop through multiple pages
for (int i = 1; i <= 5; i++)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a requirement. The exact requirement is to add the radio button items to multiple pages. For example, if the page one contains a radio button with 3 kids, the same radio button is need to be added on the page with the same group, then we have to provide option to add the page for that particular radio button items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants