I have loaded a pdf form using PDFKit in iOS 11. I am trying to save the editable fields ( Checkbox, TextBox) values. How do I get back the editable PDFDocument object to save the PDF contents using
- (BOOL)writeToFile:(NSString *)path;
I have loaded a pdf form using PDFKit in iOS 11. I am trying to save the editable fields ( Checkbox, TextBox) values. How do I get back the editable PDFDocument object to save the PDF contents using
Thanks. I did something like this. I added and Observer and on receiving notification when the pdf changes write the contents to a filepath
That worked for me.