PSPDFKit supports fast PDF viewing, annotating and signing of documents.PSPDFKit supports basic PDF password encryption (40‑bit RC4 or 128‑bit RC4 or AES). Additionally, PSPDFKit Annotate supports an additional layer of security with a military-grade AES256 encryption.
Questions tagged [pspdfkit]
110 questions
0
votes
1 answer
How to prevent annotation outside of Document?
I am using an older version of PSPDFKit, 3.7.0, and I want to limit the ink and other annotations to the PSPDFDocument/Page and not draw on the whole PSPDFViewController. I tried clipToPageBoundaries but it does not work.

CharlieReed
- 126
- 1
- 6
0
votes
1 answer
Upload Xamarin.Forms project to AppStore - Error: Invalid Signature (Code object is not signed at all)
We are actually trying to upload our Xamarin mobile application to AppStore. Application is built using Xamarin.Forms and uses Pspdfkit for pdf viewing on Ipad. This is the only external library we are using. Project builds correctly but when we try…

N.P
- 1
0
votes
1 answer
Android - PSPDFKit is there a way to know the current Zoom on the page?
I am wondering if there is a way to know the zoom in the current document in order to navigate through documents but maintaining the zoom.
thanks,

MauroAlexandro
- 347
- 3
- 6
- 18
0
votes
1 answer
Issues with archiving iOS project: libz.dylib not found
I have issues when making an archive from a (legacy) iOS project. While archiving I get the following error:
Libtool…

Steven de Kam
- 1
- 2
0
votes
0 answers
Lock PDF annotations with PSPDFKit
I am using PSPDFKit to add annotations to PDF on iOS. The problem is that the created annotation can still be modified/deleted by another app (e.g. Preview) after the file has been saved, even after I did the following before…

Ying Xiong
- 4,578
- 8
- 33
- 69
0
votes
1 answer
Annotation for text selection goes away with device rotation for new pspdfKit 5.3.6
I am using pspdfKit for my app. Previously i was using 4.4.X version. Now I have upgrade it to 5.3.X.
After selecting text for annotation if i rotate the device the selection goes away. Previously it was staying. As far as user don't removes that by…
0
votes
1 answer
Issues observed in PSPDFKit after upgrading to latest version 5.1.5
I am using PSPDFKit in one of my applications and recently I have updated its version using cocoa-pods
I have observed some number of errors after upgrading PSPDF kit to the latest version.
The xCode version I am using is 6.4.
Some of errors are:…

Sudha
- 51
- 5
0
votes
1 answer
Is pspdf works for native js
I need to implement an pdf viewer in javascript/dojo mobile, which have all controls and opting for pspdfkit.
Does pspdfkit supports for native js / dojo. Founf it only for native iOS, android and cordova plugins.
Please suggest on this.

Nag
- 31
- 3
0
votes
1 answer
PSPDFKit document not valid although file exists
In this code a PSPDFDocument is showing as not valid even though the file exists (and I know it's not password protected). Not sure why this would happen
+ (PSPDFDocument *)fromDocument:(Document *)doc
{
NSString * path = [doc getFilePath];
…

Mason11987
- 330
- 2
- 12
0
votes
2 answers
Non-public API usage ItunesConnect warning
After updating PSPDFKit library in my application. But the interface of the library didn't change much from the previous version. Then I had uploaded it for internal testing(I use Xcode 7.0.1.) and received next warning:
I can see the build on…

Vitalii Boiarskyi
- 1,363
- 2
- 10
- 25
0
votes
1 answer
How to make the image renderer in iOS faster
I am using pspdfkit to display PDF in my app. My PDF documents' images are really graphically heavy. It is taking long to load the images. Even optimizing the PDF doesn't work. So, I was wondering, may be the images are high in resolution. So, I…

Natasha
- 6,651
- 3
- 36
- 58
0
votes
1 answer
Overriding PSPDFKit email tableView to add my own options
I'm trying to extend the tableView's 'Send via email' options with some of my own. How can/should I go about extending the tableView that's displayed when you tap on the email icon at the top bar? Is that even possible? Or should I try to delegate…

Ale Ravasio
- 98
- 12
0
votes
1 answer
Crash in PSPDFKit SDK
I integrate PSPDFKit framework.But when I run my project,it crashes anf shows +[PSPDFAnnotationGroupItem inkConfigurationBlock]: unrecognized selector sent to class 0x517f74 (lldb) .
I follow their integration process but it's not work for me.

Md.Ashik Mahmud
- 49
- 9
0
votes
1 answer
PSPDFKit upgrade
I am upgrading PSPDFKit to the latest version but I am having issues with some methods that were changed.
I looked in the changelog but not luck, and the documentation is not that good yet.
I have the following code
[pdfController.emailButtonItem …

Tony
- 10,088
- 20
- 85
- 139
0
votes
1 answer
pdf kit with ruby code enbedded
I need to create a pdf from an html template but I need a way to execute some ruby code embedded in it. Maybe this solution could work for me
http://iparamtech.blogspot.it/2011/09/generate-pdf-using-erb-or-haml-and.html?m=1
In this way before the…

TWONEKSONE
- 3,918
- 3
- 19
- 26