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
0 answers

How can I convert PSPDFKIT API's python version in to golang

i am using an API which named PSPDFKIT, this API can convert your local field in .pdf field .It has already write many language to demonstration,but i have a few proplem when converting in to golang. This is the version of Python which provided by…
劉世斌
  • 11
  • 1
0
votes
1 answer

In PSPDFKit how do I get highlighted text?

There is an older response to this question in How can I get the highlighted text from PSPDFKit? but all the links are dead and the solution may have been refactored drastically since 2014. All I get from the response from…
adrianp
  • 320
  • 2
  • 9
0
votes
0 answers

How can I download a PDF file from PSPDFkit website

I want to download a PDF from a website that hides the PDF link behind PSPDFkit. How can I do that?
alandalusi
  • 1,145
  • 4
  • 18
  • 39
0
votes
1 answer

Rename the download pdf file using swift iOS

I am successfully downloading a PDF from api end point. Once pdf is downloaded, the title of pdf is : PDF document.pdf . How to change the title of PDF? I tried to update metadata of PDF using PDFDocumentAttribute (see below), but it is not…
pkc456
  • 8,350
  • 38
  • 53
  • 109
0
votes
1 answer

IIS can't serve WebAssembly module

I'm using PSPDFKit SDK and I'm trying to load it within my page. It loads just fine locally, but when it comes to stage I'm getting this error: Error: Error loading…
hejjzaeN
  • 13
  • 2
0
votes
1 answer

PSPDFKIT adding stamps to each page

Checking through the trial for using this framework for my client and while I can add a "received" stamp on a single page there doesn't seem to be a way to add a stamp to each page automatically. Does the framework support that without calling the…
Greg Merideth
  • 49
  • 1
  • 4
0
votes
1 answer

PSPDFKit integration with React Project

I am trying to integrate PSPDFKit to the React.js project. but I can't add some of features from PSPDFKit document. Because there are part of code. So I want some full project code of React & PSPDFKit. Many thanks.
Li 1001
  • 65
  • 7
0
votes
1 answer

How to create an editable copy of a password-protected PDF on Android?

Context I'm using a third-party library called PsPdfKit to edit PDF files, adding annotations - like PNG images, and text decorations - on top of the PDF document. But there's a limitation of this library where I'm not able to use this annotation…
4gus71n
  • 3,717
  • 3
  • 39
  • 66
0
votes
2 answers

Modal Layout not Responsive in Angular

I work with angular7 , bootstrap4 and I use PSPDFKit in order to open pdf file in viewer the viewer is open in the modal. the problem that the modal is not responsive. also I want that the pspdfkit to be open in all size of the modal ( 100 % of…
franco
  • 1,829
  • 6
  • 42
  • 75
0
votes
0 answers

VueJS PSPDFKit Integration

I am trying to integrate PSPDFKit (standalone) with a VueJS project, but struggling with some unexpected behaviour. For background: I have a component which includes the import PSPDFKit from 'pspdfkit' statement. When I run the Vue application and…
Nick M
  • 51
  • 6
0
votes
1 answer

pspdfkit with arabic text annotation

I use web pspdfkit and I use angular 7. I have problem with arabic text annotation. the document is saved with arabic text annotation ( the file size in disk is changed ) but the problem when I open the file from disk using acrobat reader the…
franco
  • 1,829
  • 6
  • 42
  • 75
0
votes
1 answer

Apk Analyser showing question mark on library file.so

Adding ABI split code in gradle : android { splits { // Configures multiple APKs based on ABI. abi { // Enables building multiple APKs per ABI. enable true // By default all ABIs are included,…
Apurva Kolapkar
  • 1,270
  • 2
  • 16
  • 32
0
votes
2 answers

Does PSPDFKit Android SDK support online viewing PDF file? present online PDF file?

Does Android SDK support online viewing PDF file like watching online video? We are using this sdk in Android client, but it takes too long to download big PDF files that like more than 50MB or larger. does newest SDK support viewing PDF file…
0
votes
1 answer

Does license key require internet verification?

Do PSPDFKit license keys require the internet to verify before the viewer can be used? Will the license key need to be reverified after a certain period of time?
visc
  • 4,794
  • 6
  • 32
  • 58
0
votes
1 answer

Aapt2Exception: Android resource compilation failed error: duplicate value for resource 'attr/actionBarSize' with config ''

I am building a Ionic 3 Application which has the functionalities like read QR code and edit PDF. To read QR code, am using qr-scanner plugin and to edit PDF, am using PSPDFKit library and its ionic plugin. When I compile the android project with…
Joseph
  • 1,060
  • 3
  • 22
  • 53