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
4
votes
1 answer
HTTPConnectionPool(host='0.0.0.0', port=5000): Max retries exceeded with url
I am encountering this error, when i try to make a call to a service that is deployed using docker-compose on port 5000 from a django application also deployed using docker-compose on port 8000. I am also using nginx.
ConnectionError at…

Steve Nathan
- 113
- 1
- 2
- 6
3
votes
1 answer
Changing PSPDFKit view mode
I'm using PSPDFKit. The only mode I can show the pages is single. I'm wondering if it is possible to show two pages with when the device is in landscape position?

Mariam
- 103
- 2
- 10
3
votes
0 answers
PDFDestination is not giving me the right information (Apple PDFKit)
I've got a PDF file of a technical drawing that contains one page with bookmarks linking to specific areas of the document.
When I click those bookmarks in Adobe Reader or Foxit Reader, it zooms to this specified area. But in Apple's Preview.app or…

heyfrank
- 5,291
- 3
- 32
- 46
3
votes
0 answers
setRowAlignmentOptions CRASH, untrackable crash
How to track this leak. Since this is in PSPDFKit, I am not able to trace it.
Exception break point don't work, I tried debug that, but some thread is breaking.
Can any one help how to trace this?

DivineDesert
- 6,924
- 1
- 29
- 61
3
votes
1 answer
Control Nav Bar Tints with PSPDF
Hi I have a PSPDFViewController embedded in a UINavigationController which I then have as the left controller in a splitview controller.
I have set the colour of the navbar to match the right hand controllers nav bar however it seems PSPDFKit is…

JimmyP
- 444
- 3
- 11
2
votes
2 answers
How to add image annotation to pdf in pspdf flutter?
I want the code that adds an image to pdf. I am using pspdfkit in my flutter app.
I saw the official documentation of pspdfkit flutter. There they have explained how to add image annotation to pspdfkit web, but not pspdfkit flutter. I need code or…

Farooq Tariq
- 21
- 2
2
votes
3 answers
How to build a project with Gatsby and PSPDFKIT
I have a web app built on Gatsby I have been integrating with PSPDFKIT. All goes well when doing npm run start, but when testing a build, PSPDFKIT is not loading correctly. On Firefox, I am getting the following errors.
Loading failed for the…

J. Villas
- 41
- 6
2
votes
0 answers
Using PSPDFKit with Ionic 2
I am struggling to use PSPDFKit with Ionic 2. I have added cordova and referenced the PSPDFKitPlugin.
I tried adding the following line to the top of the '.ts' file in which I am calling the PSPDFKit from.
declare var cordova: any;
Then in the…

Bren Gunning
- 153
- 2
- 9
2
votes
1 answer
PSPDFKit keeps annotation on cache on Android
On PSPDFKit I make annotations on a PDF file and then I save it. But if I re-download the same file without the annotations, somehow PSPDFKit opens that file but with the same annotations still visible.
I've tried to open with Adobe Reader and the…

MauroAlexandro
- 347
- 3
- 6
- 18
2
votes
2 answers
3rd party Framework Library not loaded: 'Image not found'
I am upgrading a framework to latest version. Earlier integration (>2 years old) had framework directly copied in the project; now getting cocoapod (0.39.0) to get framework integrated with project using xcode (7.2.1) and objective-c project.
Upon…

lal
- 7,410
- 7
- 34
- 45
2
votes
1 answer
How to use PSPDFKit check use main thread code in background thread?
My application is slowly frequently.This UI is chaos.I am impossible.I want use PSPDFKit check use main thread code in background thread.Thanks!

Jiang.Miller
- 53
- 4
2
votes
0 answers
change the signature in PSPDF dynamiclly
I am new to PSPDF, I want to make the signature functionality user base.
Lets say my userID is 22 and I have signed a PDF from PSPDF. Now when I login with other user(userID 23) at that
I open the signature view from PSPDF at that time I want that…

Bhupesh
- 2,310
- 13
- 33
2
votes
1 answer
Dynamically creating PDF document with PSPDFKit
I am using PSPDFKit as an image editor.
How do I create a new PSPDFDocument with a certain width/height? Also, how do I dynamically add pages to PDPDFDocument?
Maybe the answer is that I need to dynamically create a blank PDF myself every time I…

Paul Knopf
- 9,568
- 23
- 77
- 142
2
votes
1 answer
Disable PSPDFKit thumbnail
I'm trying to disable the thumbnail see image that comes with PSPDFKit, I'm not sure exactly what its called so I'm having a really hardtime finding it in the code. Anyone that has used this library before have any idea where this thumbnail is…

JProg
- 189
- 1
- 9
- 15
2
votes
1 answer
PSPDFKit - Add bookmarks support
I'm using PSPDFKit. I'm wondering if it is possible to add Bookmarks support, something like the bookmarks feature in iBooks.

Nicolas
- 884
- 5
- 13