112
questions
1
vote
0
answers
30
views
PSPDFKit Electronic Signature Not Working in Production
With PSPDFKit https://pspdfkit.com/developers/, I have an electronic signature function added to my PDF viewer. My license supports electronic signatures, and the signature functionality functions ...
0
votes
0
answers
46
views
Why Java Spring App get Memory leak when I use PSPDFKit then app crash
When I directly fetch documents without using PSPDFKit, Memory functions as expected. The Memory leak seems to be isolated to working with the PSPDFKit library. Rendering many pdf files can fill 2GB ...
0
votes
1
answer
78
views
PSPDFKit in Typescript in React JS
I'm using this library to draw rectangle on PDF and created POC successfully but now I want to integrate it in my real time project which is in React JS and Typescript
https://pspdfkit.com/getting-...
0
votes
0
answers
76
views
Unable to Display Base64 Encoded PDF in iframe Using PSPDFKit
I'm trying to display a PDF file encoded as base64 in an iframe using PSPDFKit, but I'm encountering issues with the display. Here's what I've tried:
Problem:
I have a PDF file that is encoded as ...
0
votes
0
answers
95
views
PSPDFKit Unable to identify Annotation type received
I have this Javascript event listener for Create, Update and Delete Annotation
instance.addEventListener(
"annotations.update",
function (updatedAnnotations) {
console.log("...
0
votes
0
answers
34
views
pspdfkit_flutter: Programmatically Navigate to page
How to enable navigation between preceding and subsequent pages through the button action within a Floating widget(which has next and previous buttons):
Navigator.push(
context,
...
0
votes
0
answers
116
views
How to set font family of annotation added progamatically in PSPDFKit using JavaScript
I want to set the font-family of a new annotation as "Times New Roman".
This is my code from documentation of PSPDFKit.
let annotation = new PSPDFKit.Annotations.TextAnnotation({
...
0
votes
0
answers
44
views
pspdfkit - text boxes combining and alignment issues
We've been having a tough time using pspdfkit for our project due to:
text disappearing
text boxes being combined
text box alignment
paragraph boxes being converted to single lines of text
Here are ...
1
vote
1
answer
387
views
Getting CSS selector error while integrating PSPSDF library in my angular application
I need to preview a docx in existing URL, as previewing docx type on the browser is not supported by the browser defaultly. I choose to go with this library.
<div class="pdf-viewer">
...
0
votes
0
answers
297
views
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 here:
https://pspdfkit.com/...
3
votes
2
answers
535
views
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 ...
0
votes
1
answer
229
views
Annotation feature that doesn't always appear when reading pdfs using PSPDFKit in UWP
I have several pdfs read using PSPDFKit in UWP. While reading the pdf, I encountered a problem, namely: the annotation features appeared, and some did not appear. So the annotation feature doesn't ...
3
votes
2
answers
496
views
Opening Pdf in Jetpack compose with pspdfkit
I am using Kotlin Jetpack and getting below error while opening the document.
com.pspdfkit.jetpack.compose.NonFragmentActivityException: You need to use a fragment activity in order to use the ...
0
votes
1
answer
287
views
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/...
4
votes
3
answers
583
views
com.ryanheise.audioservice.AudioServiceActivity cannot be cast to androidx.fragment.app.FragmentActivity
when i use just_audio_background and PsPdfKit together then this issue is coming
just_audio_background needs
android:name="com.ryanheise.audioservice.AudioServiceActivity"
in ...