ILPDFKit icon indicating copy to clipboard operation
ILPDFKit copied to clipboard

A simple toolkit for filling out PDF forms in iOS.

Results 38 ILPDFKit issues
Sort by recently updated
recently updated
newest added

Font sizes on savedpdf would render the fontsizes to a bigger size than it normally was set. The scenario in this screenshot below is that we created a pdf then...

For the most cases I'm able to open PDF with forms, but for a special file the app is crashing because of > *** Terminating app due to uncaught exception...

Can you educate me on how to save the flatPDF file within iOS app. My objective is to save the faltPDF file within app so that user can send this...

When I dropped `ILPDFKit` folder in a swift project I was't able to build it. Turns out I need to import UIKit and CoreGraphics for some classes in `ILPDFKit`. I...

Dear I am trying to display the PDF to custom view using ILPDFKit , not full screen view controller. Let me know how can I use the ILPDFKit to display...

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...

Hi, when trying to iterate through the form container I get: `Type 'ILPDFFormContainer?' does not conform to protocol 'Sequence'` Any thoughts?

As the topic, is that possible to save some inputs to editable pdf?

I'm using ILPDFKit to extract some text from some PDF files generated by another iOS app. Now I'm having some issues with the encoding of the text in certain files....

I'm evaluating ILPDFKit with its sample app. I added a form which contains text fields with two different font sizes: 34 for the "label_title" field, while 16 for the others....