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
1
vote
1 answer
dynamically add and remove buttons from the PSPDF kit in ios
I'm working on PSPDFKIT,
I need the solution for add and remove buttons from annotation toolbar.
and I want to change some default annotation images.
can anyone suggest me how to resolve those problems ,thanks in advance!!!

guptha
- 529
- 1
- 4
- 9
1
vote
0 answers
Adding default define button to annotation toolbar. iOS PSPDFKIT
I just started using PSPDFKIT and I am having trouble with the default define functionality that you get with iOS.
I want the define button to show up instead of "Wikipedia" when I select a word.
I looked into calling the define button from other…

Karthikeyan Sreenivasan
- 51
- 1
- 6
1
vote
0 answers
PSPDFKit note annotation issue with toolbar
I am trying PSDFKit demo version to display pdf files in my application. I have added PSPDFViewcontroller as child view to app view hierarchy.And PSPDKIt toolbars are hidden.App is using toolbars of parent view controller.
My problem is that when I…

Ganesh Amrule
- 407
- 2
- 12
1
vote
1 answer
pspdfkit Custom Save iOS
I am now using pspdfkit for ios and I can now annotate pdf from local directory. The problem is that annotation are saved automatically. I have opened pdf like this. How can I save pdf only when I press save button? I can do custom save button like…

Khant Thu Linn
- 5,905
- 7
- 52
- 120
1
vote
1 answer
How can I set the rect for a PDF file using PSPDFKit
I'm using PSPDFKit to display PDF files fine. However I would like all PDFs to be displayed with the same page size. Some PDF pages are larger then others. I can use rectBoxForPage to get the current page rect, but how do I set it before it's…

RickR
- 513
- 4
- 9
1
vote
1 answer
Rails 3.0 PDFKit, include asset and image_tag when generating PDF trought a rake task
I'm using rails 3.0 and PDFKit. SASS and HAML but I don't have the asset pipeline implemented yet.
If I make a call from a controller I can generate perfect styled pdf with images, calling PDFKit.new passing render_to_string :show.
But if I do the…

jonnyjava.net
- 912
- 7
- 23
1
vote
2 answers
Linker error compiling PDFKit
I am trying to integrate PSPDFKit for iOS in my project and I have not been yet able to success. After downloading the Demo version, adding the framework to my project, adding all the required libraries and placing
#import
on…

Rober
- 427
- 3
- 8
1
vote
1 answer
How to extract text from a pdf doc within a specific rectangular region in objective C?
I want to extract the text inside a bounding box specified inside highlight annotation using the PSPDFKit. Can anybody say how to do this?

user1738019
- 11
- 2
1
vote
1 answer
Link from a pdf document to another pdf document (also ios and pspdfkit)
I have to make an application that displays pdf documents. I will use PSPDFKIT. It works well.
The problem is, in these PDF documents, there are referals to other pdf documents. Alls these pdf's are local and will be bundled in the application.
I've…

Tim Reynaert
- 145
- 5
- 19
0
votes
0 answers
Is there a way to use PSPDFKit APIs to inject text into an existing annotation?
Could a Chrome Extension add a script to an existing annotation created by PSPDFKit in order to add a string to an existing annotation instance/bubble?
PSPDFKit APIs are…

11teenth
- 1,853
- 1
- 15
- 28
0
votes
0 answers
unable to use all functions of pspdfkit_flutter package
i have installed pspdfkit package but it shows me error on its imports and i am unable to use its method
i searched every where on google but i didnt got anything i am unable to understand whats the issue and why some are installed and others not…

Taher
- 3
- 1
0
votes
0 answers
How to Programmatically fill PDF form field using SwiftUI and PDFKit?
I'm trying to make a program that assigns the value of a variable to a PDF field. For example, a variable "name" fills the name field in my PDF and at the end of everything download the file.
I tried using PDFKit and PSPDFKit but I'm not succeeding.…
0
votes
0 answers
print the output form pspdfkit
everyone,today I use "pspdfkit" to convert a excel file to pdf,but my output only have one page,the pdf file can be readed in normal way,but if i want to print it(in office) , the data will squeezed together,is there any solution?
this is my…

劉世斌
- 11
- 1
0
votes
1 answer
Implementing PSPDF module in Angular app fails to build
I am having a problem with PSPDFKit npm module. I followed the tutorial on the following url PSPDFKIT, however without making any changes, I get the following error:
Error: node_modules/pspdfkit/dist/index.d.ts:2467:93 - error TS2344: Type 'TProps'…

Kaygee Del Hlobo
- 43
- 5
0
votes
1 answer
Implementing the PSPDFKit
I'm working on a project that views PDFs pulled from the internet. I was working with a UIWebView, but then I switched to PSPDFKit because it looks a whole lot better, with additional features. When I use the code below, the view loads, but the PDF…

Chris Phillips
- 1
- 1