ios-pdfkit Questions

4

Solved

I'm using PDFKit to render a PDF and I have added custom menus using "UIMenuController". But it is now deprecated from iOS 16 onwards. I remove share、lookup menu items with code below: @a...
Doig asked 6/3, 2023 at 3:34

0

Since the upgrade to iPadOS 16, Xcode's console has been filled with messages such as [VKImageAnalyzer processRequest:] returned 0 or [VKImageAnalyzer processRequest:] block returned NULL analysis ...
Rhearheba asked 6/3, 2023 at 10:33

3

I'd like to change the background color of a pdf with apples PDFKit framework in Swift, but it doesn't work. It's not a problem to create some controls like a text or image and then use it but I wa...
Esperance asked 13/5, 2020 at 12:21

5

Does PDFKit on iOS expose a PDFView's underlying UIScrollView or is there any other way to directly detect that the user has scrolled a PDFView? My use case is to hide a nav bar when the document ...
Holiness asked 10/1, 2018 at 10:7

2

Im working on an application that needs to display a pretty large PDF file. I'm using PDFKits PDFView for this, which is then wrapped in a UIViewRepresentable. The problem is that when setting PDFV...
Civet asked 4/1, 2021 at 18:1

4

Solved

I have a PDF that has pages of different heights that I want to display in a horizontally paged fashion, one page at a time, with no gaps between pages, and the top of each page being aligned with ...
Parliamentary asked 18/5, 2020 at 16:34

5

My code works in iOS 12. But after upgrading to iOS 13, it does not work. let pinPointRecognizer = UITapGestureRecognizer(target: self, action: #selector(self.pinPoint(sender:))) pinPointRecognize...
Herpes asked 30/9, 2019 at 6:55

1

I understand PDFKit allows extracting text+formatting as NSAttributedString, but I can't find any info on extracting each individual figures from any PDF document using Swift. Any help would be gr...
Doornail asked 24/11, 2018 at 13:34

0

I am using pdfKit on CollectionViewController and each cell has a different PDF for it, and PDF will be downloaded from the document directory. When I use the following code under iOS 11 then it w...
Gillard asked 23/1, 2019 at 11:53
1

© 2022 - 2025 — McMap. All rights reserved.