This repository was archived by the owner on Nov 3, 2023. It is now read-only.
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Check Boxes... #37
Open
Description
Was wondering how would one program in a check for a checkbox?
I have tried:
[_pdfViewController.document.forms setValue:@"Yes" forFormWithName:@"Married"];
[_pdfViewController.document.forms setValue:@"YES" forFormWithName:@"Married"];
[_pdfViewController.document.forms setValue:@"1" forFormWithName:@"Married"];
[_pdfViewController.document.forms setValue:@"Y" forFormWithName:@"Married"];
But none of them added a check to the box. I have checked and double checked the form name thinking I may have typed it in wrong but it is correct.
Thanks
Metadata
Metadata
Assignees
Labels
No labels