Questions tagged [pdfnet]

Use this tag for questions regarding PDFNet SDK on mobile, desktop/server or PDFNetJS. Unless a tag for a language, or platform, is also included, a general PDFNet answer is expected.

PDFNet SDK is a cross-platform PDF toolkit.

81 questions
0
votes
1 answer

Discard annotations pdftron - Windows Store

Im trying to do a discard annotations button on a page that display a pdf and has a toolbar to add annotations. I would like to have the option of after adding some annotations, the user could revert to the original file, removing all annotations he…
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

Autosave annotations when using PDFnet in Windows 8.1

Im using Pdfnet on a windows 8.1 project, i would like to know if there is a way to do a autosave when user inserts or removes a annotation (ink, highlight, etc...), or at least detect when a annotation is added to the document ( i can do the save…
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

Lock PDF while drawing lines using touch

I'm using PDFtron for a Win 10 app. I'm building my custom in house tools for drawing and text. I know I have the controls but I prefer building my own. I know that when executing the sample, and drawing a line using the touch mode, the pdf control…
Fritjof Berggren
  • 3,178
  • 5
  • 35
  • 57
0
votes
1 answer

PDFtron - Disable surface pen from writing in document

On a windows store app project, im using a PDFtron PDFViewCtrl to display a pdf document. I have a part of the screen where the document is displayed, and it is working well. I would like to know if there is a way to disable surface pen funcionality…
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

create a AnnotationToolbar with pdfnet in windows 8.1

Im trying to create a AnnotationToolbar with pdfnet in a windows 8.1 project. In my page xaml i have this xmlns:toolControls="using:pdftron.PDF.Tools.Controls" ...
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

to get annotation data when using annotation tool in PDFTron/PDFNet

I'm using the PDFTron/PDFNet library to develop a desktop PDF annotation system on visual studio 2015. I refer to a sample code offered: PDFViewSimple.cs . I want to write a simple freehand ink annotation function and get the data of the strokes to…
cathat
  • 21
  • 5
0
votes
2 answers

converting .ppt files to .pdf with pdfnet/pdftron on windows 8.1 store app

Im trying to do a file conversion using PDFTron I have something that looks like this: try { docpdf = new pdftron.PDF.PDFDoc(); string fullpath = ApplicationData.Current.LocalFolder.Path +"\\"+ Constants.DataDirectory + "\\" +…
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
0 answers

How to print document in PDFnet /PDFTron

In a windows store app project , I have a pdftron.PDF.PDFViewCtrl MyPDFViewCtrl I then have a button that when I tap, I call a method that should be used to print the document loaded to the MyPDFViewCtrl I tried with something like this: private…
Thought
  • 5,326
  • 7
  • 33
  • 69
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

Can PDFNet SDK be used to remove non-visible PDF layers (OCGs), including content?

I am new to PDFNet SDK and still trying to piece together how some of the PDF functionality works. I am impressed by the breadth and depth of the SDK but am trying to understand how the SDK works with layers (aka Optional Content Groups or OCGs). …
smleino
  • 1
  • 1
0
votes
1 answer

Change Dylib Version

or one of my programms I use a Dynamic link library. Called PDFNet I was using version 6.5.0 now I would like to change to 6.5.1 I downloaded the new version and let this command run with the path to the libary: otool -L…
John Smith
  • 6,105
  • 16
  • 58
  • 109
0
votes
2 answers

PDFNet SDK Convert files on Azure storage

I have a web app that needs to convert PDFs to XODs (PDFTron’s format to display documents in their WebViewer). My Web App is hosted on Azure, the PDFs are on Azure Storage. We would like to go along with the on-premises conversion via PDFNet SDK…
Mirko Lugano
  • 975
  • 1
  • 11
  • 26
0
votes
4 answers

How do I install PDFNet python module?

I have been running in circles trying to figure out how to get my Django app to recognise the trial version of PDFNet: https://pypi.python.org/pypi/PDFTron-PDFNet-SDK-for-Python/5.7 I tried adding the files to my ~/usr/bin directory, I tried…
Nathan Tregillus
  • 6,006
  • 3
  • 52
  • 91
0
votes
3 answers

Can not compile a project with PDFNet jar in jdk 1.7

I have started a java project. I want to use a library which is called PDFnet. But It gives error. Where do I make wrong? public class MainClass { public static void main(String[] args) {…
Burak Dağlı
  • 512
  • 2
  • 10
  • 33
0
votes
1 answer

Adding pdfnet.res causes the app to crash

I have made an simple app from the eclipse new android application wizard. At this point, everything worked fine. After adding pdfnet.res to the project, the program can't start without crashing. the error was 10-20 15:28:41.035:…
Lukas
  • 196
  • 12