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
2
votes
1 answer

Excel to Pdf in C# using Pdftron

I am trying to convert an Excel document into PDF in a ASP.Net Web application using Pdftron (Pdfnet) library. Following is my code for the above purpose. pdf.PDF.PDFDoc newSalaryFitmentPdf = new pdf.PDF.PDFDoc(); …
Amit Anand
  • 957
  • 1
  • 16
  • 25
2
votes
1 answer

Detecting scroll event (pdfnet)

Scenario: The customers have the ability to set an annotation to the PDF page. This is handled as a richtextbox object. There's a bug, however, that when the user is making an annotation and wants to scroll down manually (drag scrollbar down), that…
Silvio Langereis
  • 487
  • 1
  • 11
  • 20
2
votes
1 answer

PDFTron Web Viewer in ASP.NET or HTML page - loading pdf or xod displays error

Uisng PDFTron Web Viewer in ASP.NET or HTML page to display PDF or XOD file, I receive the error as - "Failed to load resource file. This could be due to an incorrect worker path or unsupported .res mime type on the server."
Dipak Dendage
  • 628
  • 1
  • 6
  • 25
2
votes
3 answers

Editing PDF in browser and save it to server Java

I have PDF documents which needs to be displayed in browser. PDF contains blue print of a building. I achieved this using iText Java library. Now, I want to edit the PDFs while viewing in the browser. (Editing - drawing/deleting circles, lines in…
pmbthiru
  • 41
  • 1
  • 1
  • 6
2
votes
1 answer

PDFTron : Drawing Ink Annotation programmatically

I am drawing ink annotation from points stored in db. Where those points were extracted from previously drawn shape over pdf. I have referred this example given by PDFTron but I am not able to see annotation drawn on page in proper manner. Actual…
Manoj
  • 2,799
  • 5
  • 30
  • 49
2
votes
2 answers

PDFTron Ink Annotation

I am using pdftron lib for rendering and editing pdf. I have a scenario where I have to get the coordinates of annotation and save it to db and if shape got erased delete those coordinates from database. I have manged to log both drawn coordinates &…
Manoj
  • 2,799
  • 5
  • 30
  • 49
2
votes
1 answer

Using PDFTron in Python, remove all image elements from a PDF with given size characteristics

I'm trying to remove a large number of very small images from a series of PDF documents using the awesome looking PDFTron library for Python. Basically I want to create a new PDF by going over each element in an existing PDF file and copying the…
2
votes
1 answer

Pdftron - creating new element with same styles as existing element

I am trying to create PDF editing prototype using PdfTron software. I have successfully created interface where user can click on image, created from PDF, select region and will be presented a text input where he/she can then enter text, that will…
Odif Yltsaeb
  • 5,575
  • 12
  • 49
  • 80
1
vote
1 answer

PDFTron version 7 to version 10 migration is breaking existing functionality

PDFtron version 7 to version 10 migration is producing the error mentioned above. How to resolve this error and how to retain existing functionality? Thanks in Advance
kumar
  • 109
  • 1
  • 7
1 2
3
23 24