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
PSPDFKit Cannot get document reference (although file exists)
First of all, I'm using version 1.10.2
I'm having problems to open a pdf document.
NSURL* documentURL = [NSURL URLWithString:[[loader getPDFResourcePath:file] stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]];
PSPDFDocument* document…

Thomas
- 649
- 9
- 17
-1
votes
1 answer
Underline a document with watermark in iTextSharp
I have a pdf document to which I added a watermark. The result is good, but if i try to underline the resulted pdf, the watermark is seen how part of the text's document, so the underline result is wrong.
Here my code used to apply the…

Marco
- 656
- 9
- 28
-1
votes
1 answer
PSPDFKit give error `documentRef is nil , cannot get pageRef`
How would i know file document is corrupt or cannot be loaded in PSPDFKit?
How delegate method should i implement in PSPDFKit to know document is corrupt or cannot be loaded?
The problem is file document does exist?? but don't know is file corrupt…

Paresh Navadiya
- 38,095
- 11
- 81
- 132
-2
votes
1 answer
get a Signature Contents of PDF Document Swift
i have a problem to get a signature contents of PDF Document at swift.
in this case, i want to get a signature content and then hash it with SHA256 (my server will digitally signed this hash value, and i'll embedded it to original PDF Document)
in…

sixonedi
- 1
-3
votes
0 answers
PDF Editor Library for Angular
I would like a recommendation for a PDF library for editing PDF documents using Angular. The client's requirements are to be able to load an existing PDF and to be able to add an image, text, OCR (modification of existing text) to the existing PDF,…

Kristijan Mihaljinac
- 123
- 2
- 9