Editing PDF with PDFKit
I am writing an application in objective-c (using cocoa). I have a PDF template, I need to replace the actual values with placeholders in the PDF and then save the result to a new PDF.
how can i edit PDF using PDF Kit? can't find anything about editing in the documentation, everything about parsing ...
or maybe someone will recommend another library for this?
+2
source to share