ILPDFKit
ILPDFKit copied to clipboard
A simple toolkit for filling out PDF forms in iOS.
Hello All, has anyone implemented AcroJS calculation for fields? this is code that can be added as a formula to make calculations such as var s1 = +getField("spent1").value; var s2...
How much work would it be needed to make this library work on macOS and Linux too? It would be perfect for server side swift too!
By default, all text becomes black, but the original document is black and blue.
Nice library. Allowing access to the document info dictionary we can add some metadata to the pdf. kCGPDFContextKeywords kCGPDFContextCreator kCGPDFContextSubject kCGPDFContextAuthor kCGPDFContextTitle kCGPDFContextOwnerPassword kCGPDFContextUserPassword kCGPDFContextEncryptionKeyLength etc...
...ment actions, added done button, encapsulated entire kit in a uinavigationcontroller and created a ILPDFKit reusable object, added ability to move in and out of fullscreen w/animated background, navigation bar,...
Getting this error in my project when trying to build last verion, any idea how to fix it ?
Hi, When I put in a multi page form with fields set in Adobe Acrobat DC, all the fields are on page 1 of 5 and there are no fields...
I've experienced that with some PDF (created with Acrobat 9 PDF version 1.3) some forms are all placed in the first page instead of the correct page. Investigating the PDF...
Hello, I'm using this library and it is working great with filling forms. In my PDFs there are some auto calculated fields and I tried to have a start point...
Hi, The code works well for pdf form filling.. Great Job.. When are you planning to add signature support ? Then it would make the pdf form filling complete.