361 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
60
views
PDFTron: How to embed an external CMS (Bank-Verlag) signature into a signature field created in WebViewer?
I need to sign a PDF using PDFTron where the actual signing is performed by Bank-Verlag (external trust service) at the backend side. The flow is:
In the browser (React + @pdftron/webviewer), I ...
0
votes
0
answers
31
views
How to locate custom elements of pdftron in DOM
our dev team working with apryse pdftron (angular) and using custom elements on the loaded document, like checkbox, textbox - which you can drag-and-drop into the webviewer.
My problem is, that these ...
0
votes
0
answers
47
views
pdftron PTDocumentController remove annotationToolbar
I am using the PTDocumentController to display the a PDF file but I want to remove the annotation drop down and toolbar. Below is the code that I have tried but it is not working.
var ...
1
vote
0
answers
130
views
OCR text extraction is now working properly with PDFTron
Product:
Apryse OCR
Product Version:
PDFTron.NET.x64 --version 11.3.0
I have a pdf of a single page consisting of a scanned document. I am trying to extract the contents out of that page in the text. ...
1
vote
2
answers
258
views
Handling Images in XFDF for PDF Annotations
I'm working on a project where we need to manage PDF annotations using XFDF in a IOS mobile app. Currently, the images included in the annotations are encoded as base64 strings, which significantly ...
-1
votes
2
answers
441
views
Apryse/PDFTron Webviewer worker does not release memory after calling closeDocument or dispose in Edge
I have apryse webviewer (client-side only), and had it setup as recommended in the docs wherein we're using only 1 instance of webviewer, and calling loadDocument to change files to be previewed.
When ...
1
vote
1
answer
317
views
PdfTron with multiple documents: Hide header items (multitab)
WebViewer 10.x / PdfTron
WebViewer can display multiple (PDF) documents since 8.x. Like so:
WebViewer({
//disabledElements: ["toolsHeader", "header"],
initialDoc: ["...
1
vote
2
answers
100
views
error: cannot find symbol when building android app in flutter using pdftron
I am trying to use the dependency https://pub.dev/packages/pdftron_flutter pdf tron to show pdf files in flutter app, when I try to build the android app, I get the error
C:\Users\USER\AppData\...
0
votes
0
answers
79
views
Disable Apyrse loading Typefaces in Background
I need some help with the Apryse Web Viewer in my Angular project. I have a large number of PDF files that users can open in the Web Viewer to edit or fill out. However, I've noticed that the default ...
1
vote
1
answer
55
views
Localize Pdftron strings in UWP app not working in debug mode
I have localized my UWP app and for paper related items I am using pdftron library.We have added a German translation to the pdftron library.
The localized items are not getting translated when a ...
2
votes
1
answer
605
views
when using Apryse/PDFTron WebViewer, why does a red "Draft" image appear over PDF?
when using Apryse/PDFTron WebViewer, why does a red "Draft" image appear over PDF?
How to avoid the unexpected red "Draft" image from appearing over the PDF?
Does anyone know what ...
0
votes
2
answers
315
views
calling instance when promise resolves works one way but not another
I'm trying to load a PDF URL using Apryse's webViewer method. When I use the method as specified in their docs it works as intended (as shown below). But I don't want to initialize a new webViewer ...
0
votes
2
answers
138
views
PDFTron WebViewer: Set the Comb flag to a text field that appears multiple times
I'm loading a PDF document and I need to be sure that each field whose name has a certain pattern gets converted to a COMB field. Happens that a field can be duplicated, meaning that is possible to ...
0
votes
1
answer
83
views
PDFtron sticky note label
Is there a way to add a label at the top of sticky note similar to the image below? Other than adding and grouping a text with the sticky note.
if (action == 'add') {
for (const annot of annots) {
...
0
votes
1
answer
269
views
Customize fonts loading for WebViewer PDFTron
I am using PDFTron and recently i've noticed that by default WebViewer loads many fonts when opening and some of them are hardweight. Maybe anyone knows how to prevent loading some fonts in WebViewer?