Has anyone tried with success translating or porting iText Java source code to Objective-c?
Is it possible at all ?
If not, how can one programmatically sign PDFs on ios?
Has anyone tried with success translating or porting iText Java source code to Objective-c?
Is it possible at all ?
If not, how can one programmatically sign PDFs on ios?
It's not feasible to port iText to iOS using j2objc or RoboVM, since iText depends on Java AWT classes that neither project supports.
What might be more reasonable is to generate PDF files on a Java-based web server, then download them to your iOS device. This has the advantage of supporting Android devices without any PDF code.