i'm writing an application in objective-c (using cocoa). i have a PDF template, i need to substitute actual values into placeholders in PDF and then save the result into new PDF.
how can i edit PDF with PDF Kit? can't find anything about editing in documentation, it's all about parsing...
or maybe anyone will recommend other library to do this?