Questions tagged [pspdfkit]

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.

110 questions
0
votes
2 answers

PSPDFKIT : Incorrect response MIME Type

I followed the PSPDFKit React tutorials available here I also copied my files to the /public directory and moved everything except pspdfkit.js from node_modules there and I updated my baseUrl variable to point to this directory. Then when I try to…
Badrush
  • 1,247
  • 1
  • 17
  • 35
0
votes
1 answer

iOS - scrubber bar is hide while scroll to next page using PSPDFkit framework version 7 in iOS

In iOS app, While scrolling pdf page, scrubber bar ( PSPDFThumbnailBarModeScrubberBar ) is hide and not appearing again using PSPDFKit version 7 for iOS - Objective C. Please help...Thanks.
Lucky
  • 325
  • 1
  • 3
  • 16
0
votes
0 answers

PSPdfkit Saving after adding text annotations

I am using pspdfkit to add few text annotations via the viewer. After adding the annotations I want to change their contents when the user clicks save button, and then save the pdf. I am not sure how to save the original pdf and also if I want to…
Parminder
  • 3,088
  • 6
  • 37
  • 61
0
votes
1 answer

Property 'pagingScrollView' not found on object of type 'PSPDFViewController *'

In latest PSPDFKit (iOS) with Objective C, "pagingScrollView" property not available to get pdfviewcontroller's Scrollview. How I can get UIScrollview of PSPDFViewController ?
Lucky
  • 325
  • 1
  • 3
  • 16
0
votes
1 answer

How to highlight text in using PSPDFKIT (iOS) with objective C

I am using PSPDFKit for pdf edit,I am unable to highlight text in PDF please help to know how to highlight text using PSPDFkit in Objective C.
Lucky
  • 325
  • 1
  • 3
  • 16
0
votes
0 answers

Add clickable stamp annotation PSPDFKit

I am using PSPDFKit to manipulate PDF files. The point of my application is to add a stamp onto a PDF, which works perfectly fine. But, I would like to make my stamps clickable so I might click on it from another PDF Viewer (such as Acrobat). I…
Matthieu Meunier
  • 458
  • 5
  • 21
0
votes
1 answer

Understanding MVC pattern of PDFKit Apple framework for a Presentation

I want to represent, for a presentation, the PDFKit framework of Apple as an MVC pattern, should i assume there is a PDFViewController for the PDFView, PDFDocumentController for the PDFDocument and so on, or because it's an API it's not possibile to…
Gianni
  • 41
  • 1
  • 6
0
votes
1 answer

PSPDFKIt Created PDF not opening in ios safari browser

Using PSPDFkit 7.0 version and I created PDF file. This files are working perfectly in all browsers and PDF viewer applications. But one problem is IOS Device browsers safari,Chrome and Firefox is not showing this documents. Its showing empty…
PREMKUMAR
  • 8,283
  • 8
  • 28
  • 51
0
votes
1 answer

Warning: The PSPDFKit Cocoapod requires an API key. Learn more at https://pspdfkit.com/cocoapods

Where do I find my API key. License key is very large to use. I have gone through the documentation provided by https://pspdfkit.com/blog/2017/introducing-pdfxkit/ . However it doesn't explain anything about the error.
0
votes
1 answer

How do I add /UF command to a pdf using pdfbox?

I have implemented functionality to add a relative link into a pdf using the pdfbox library.Below is the code that I am using for adding the link: PDAnnotationLink txtLink = new PDAnnotationLink(); PDActionRemoteGoTo remoteGoto = new…
V K
  • 1,645
  • 3
  • 26
  • 57
0
votes
0 answers

PSPDFKIT, cordova integration

I am trying to integrate PSPDFKIT in cordova. PSPDFKit.showDocumentFromAssets('Layout.pdf', { title: 'My PDF Document', page: 4, scrollDirection: PSPDFKit.PageScrollDirection.VERTICAL, scrollMode:…
raju
  • 6,448
  • 24
  • 80
  • 163
0
votes
1 answer

How to use annotationSaveMode = PSPDFAnnotationSaveModeExternalFile for bookmark PSPDFKit 6.6?

I want to save the bookmark of PDF externally for a multiple users. Earlier, I am using PSPDFKit 5.4 in that it is working fine, currently I am using PSPDFKit 6.6 in that its not saving bookmark but works fine for annotation. __weak typeof (self)…
0
votes
1 answer

Using pspdfkit in electron (React)?

I would like to use pspdfkit with React in electron. I am not sure how I could do this. I know there is a React native wrapper available, but I am not sure whether this is of any use to me, since I am not using React native, but React & electron. On…
George Welder
  • 3,787
  • 11
  • 39
  • 75
0
votes
1 answer

add stamp annotation using PSPDFKit iOS objective-c

I am using PSPDFKit framework, and I am unable to add stamp annotation, using this I have implemented following: [pdfController.annotationStateManager toggleState:PSPDFAnnotationStringStamp]; NSMutableArray *defaultStamps =…
Zღk
  • 854
  • 7
  • 25
0
votes
1 answer

Disable/hide magnifier loupe

I am using an older version of PSPDFKit, 3.7.0, and I need to disable the loupe that shows up at long tap on a document but keep the other menu items. Is this possible?
CharlieReed
  • 126
  • 1
  • 6