Questions tagged [fastpdfkit]

FastPdfKit is an iOS framework to create a pdf reader for iPhone and iPad and it includes a pdf parser.

FastPdfKit is an iOS framework to create a pdf reader for iPhone and iPad and it includes a pdf parser.

http://fastpdfkit.com/

5 questions
2
votes
2 answers

PDFAnnotationSubType Ink not saved when persisting (iOS11, PDFKit)

In iOS 11, I have a PDFView controller implementation that allows to annotate a PDF, and one of those annotation if free-form drawing using PDFAnnotationSubtypeInk let page : PDFPage = ... let points : [CGPoint] = ... let…
Claude Houle
  • 41,064
  • 8
  • 33
  • 42
2
votes
0 answers

FastPDFKit: How to search term as whole?

I'am using FastPDFkit framework, it's great. But when I search text like "pault 9", the function search for each component separated by spaces and results are lists of "pault" and "9". I checked in MFDOcumentManager.h there is a note like…
Pault
  • 21
  • 1
1
vote
1 answer

Xcode requested "bitcode" for FastPdfKit

XCode7 requested "bitcode" to be enabled for FastPdfKit, this library "FastPdfKit" is not updated from year ago, any idea to solve this problem ?
Yasser Farrag
  • 307
  • 2
  • 12
0
votes
1 answer

Can't use Objective C framework imported within Bridging Header

Usually I am using CocoaPods (with use_frameworks!) in order to manage my frameworks, but this PDF library (FastPdfKit) does not support CocoaPods, so i added it manually in "link binary with libraries" along with its dependencies. After that I let…
Vlad Dinu
  • 152
  • 2
  • 7
0
votes
0 answers

FastPDFkit Custom class issue

I am using FastPDFkit - third party iOS library for rendering PDFs and performing some custom operations such as Save, Favorite, Email etc. on it. Since long, I was using its 32-bit version. Now, I want to upgrade it to 64-bit. I tried to integrate…
parilogic
  • 1,147
  • 9
  • 26