Questions tagged [pdftron]

Use this tag for questions regarding any PDFTron product that does not have its own tag.

PDFTron is a company that develops cross-platform PDF toolkits and libraries.

346 questions
0
votes
1 answer

Setup PDFtron with PHP

Will anyone suggest me in setting up the PDFTron with PHP.? I have gone through the documentation and samples available but I'm not able to find a way to work with php. since there are no samples availble for PHP.
ARV
  • 54
  • 6
0
votes
1 answer

"Unknown Error!" when calling pdftron.PDF.PDFViewCtrl.SetDoc on Surface 3 on Windows 10

We are having an issue with one particular device loading the PDFTron control for Windows Universal apps. The control works fine on Windows 10 on my desktop machine (Intel Xeons) and on Surface 1 (ARM running Windows 8.1). However, on our new…
Neil Bostrom
  • 2,254
  • 21
  • 24
0
votes
1 answer

Javascript reference local file in Windows Phone WebBrowser

I am trying to display a document using the PDFTron javascript library, on Windows Phone 8. To achieve this, I must solve 2 problems: I must be able to reference a file locally on disk, on the device. I must be able to load the PDFTron javascript…
user1202032
  • 1,430
  • 3
  • 15
  • 36
0
votes
1 answer

PDFTRON lib error using proguard

My app is using the pdftron lib (PDFViewCtrlTools). Here there is the class Utils.java and following methods: public static void debugLogD(String tag, String msg) { if (BuildConfig.DEBUG) { Log.d(tag, msg); } } public static void…
David
  • 3,971
  • 1
  • 26
  • 65
0
votes
1 answer

Digital signature with PDFTron for Android

In the code of the lib there is a signature and a digital signature, but in the samples I could not see that there is the option to use a digital signature. For example when I open with Adobe Reader on Windows the PDF file "Getting Started.pdf" that…
David
  • 3,971
  • 1
  • 26
  • 65
0
votes
0 answers

PDFtron Webviewer proxy.html issue

I am using PDFtron Webviewer to show .xod file in web browser. Since my document server is different than web server, I have enabled CORS in my document server. I have also configured "xdomainProxyUrl" while rendering PDFTron.WebViewer. $(function…
0
votes
1 answer

Disable copy function in PDFTRON for Android

Is it possible to disable the copy option of the lib when selecting a text in the PDF using the PDFTron lib for Android? I tried to search for the string, but also have not found it.
David
  • 3,971
  • 1
  • 26
  • 65
0
votes
1 answer

Does PdfTron have built in options for saving viewing settings in a cookie?

Is there a quick convenient way to save viewing options to a browser cookie so that users viewing various documents on PDFTron Web Viewer across the same site can view them in a consistent manner of their liking? Thanks.
richardwhatever
  • 4,564
  • 5
  • 23
  • 26
0
votes
1 answer

PDFTron not printing multiple copies

I'm trying to print multiple copies of a report via PDFTron, using the code: Dim pdfDoc As New PDFDoc("C:\Test.pdf") Dim pages As New PageSet(1, pdfDoc.GetPageCount) Dim pm As New…
briddums
  • 1,826
  • 18
  • 31
-1
votes
1 answer

How to use video annotation using PDFTron for mobile iOS/Android?

I’m using PDFTron framework to show thumbnail and pdf on my mobile iOS/Anroid App. Currently I want to use video(annotation) to show video using PDFTron. As I’m not getting any support to implemnt video for iOS/Android mobile app. Please suggest me…
-1
votes
1 answer

WebViewer (apryse/ pdftron) annotations sample - is not working on node js

As i tried to run this node js sample (https://github.com/PDFTron/webviewer-annotations-nodejs-sample) provided by PDFTron(apryse) get errors pls help me enter image description here This is a WebViewer sample to show how you can save and load…
Shiva
  • 1
  • 1
-1
votes
1 answer

sentence extraction in pdftron

I want to highlight sentence on mouse hover on each word of that sentence in pdf document, i tried some way but i couldn't achieve this goal. Is there any way to do this with pdftron? I want to complete this event handler: WebViewer({ …
Abolfazl Mohajeri
  • 1,734
  • 2
  • 14
  • 26
-1
votes
1 answer

Undo and Redo documents

I want to undo and redo the pdf documents, which are viewed using pdftron. This is to be done to the document which are edited during runtime. I am using windows presentation Foundation(WPF) for this project.
-1
votes
3 answers

document.write() and localStorage is not available in chromeApp

Hi I am creating chroma app using pdftron webviewer.js.I am able to render pdf on browser.but When I am including pdftron webviewer library in my chrome app the I am getting some error. This is web version pdftron webviewer control. PDFTronWebViewer…
-1
votes
1 answer

PDFtron close a tool when doing Frame.GoBack()

Im using PDFtron on a windows store app project. I have a page with a back button and a pdf viewer where i can edit the pdfs. When im editing a pdf i have a tool bar with options like the ones in the samples, but i have a issue when i choose a Free…
Thought
  • 5,326
  • 7
  • 33
  • 69
1 2 3
23
24