Questions tagged [jpedal]

JPedal is a commercial Java PDF library distributed by IDR Solutions.

JPedal is a commercial Java PDF library distributed by IDR Solutions. It provides text search and extraction, image extraction, conversion to and from image, printing capabilities and a full featured PDF viewer with those same features.

The full version of JPedal is distributed under a commercial license with a cut down version available under a LGPL license. A 30 day trial is available.

30 questions
3
votes
5 answers

Is Jpedal Library Free?

Is Jpedal library totally free? As I noticed the download link is mentioning trial! :(
ehsun7b
  • 4,796
  • 14
  • 59
  • 98
3
votes
1 answer

Why isn't PDFBox printing a document using landscape orientation?

I have a problem printing a landscape document (doc.width > doc.height). I have no problem with portrait. I'm using the PDFBox 1.8.2 library. It prints the document in portrait even if I set landscape mode manually like in this blog. There are…
Zaur Guliyev
  • 4,254
  • 7
  • 28
  • 44
3
votes
1 answer

JPedal - Highlight word at a point in a PDF

I want to implement a feature which allows the user to double-click to highlight a word in a PDF document using the JPedal library. This would be trivial to do if I could get a word's bounding rectangle and see if the MouseEvent location falls…
lotophage
  • 163
  • 7
2
votes
1 answer

Rendering PDF documents containing visual signatures using Jpedal

I'm using Jpedal (LGPL version 4.48b55) to render the pages of a document containing signatures with visual representation activated. However, those signatures appear with an overimposed question mark and the text "Signature Not Verified". If I and…
Sirs
  • 1,277
  • 17
  • 30
2
votes
2 answers

how to view pdf files in blackberry?

Can anyone tell me how I can show pdf files in blackberry? I have tried the jpedal library for java-me but, there are some errors. Can anyone solve my problem?
Hitendra
  • 3,218
  • 7
  • 45
  • 74
2
votes
2 answers

JPedal getPageAsImage() returns incomplete images

I have a bunch of PDF files created by iText which i want to convert to images. I'm using JPedal to do so and it works in 99% of the cases but sometimes the images are incomplete. That means the content of forms or tables is missing or if the page…
Metalzwerg
  • 23
  • 1
  • 7
2
votes
1 answer

Unable to parse pdf by Jpedal

I'm facing a problem while parsing a PDF with Jpedal. While reading the wordlist from the Jpedal, I get garbled characters in the wordslist. This also happens when using OCR, and when I copy the text from PDF and paste in Word or a simple text…
la89ondevg
  • 117
  • 1
  • 2
  • 10
2
votes
1 answer

Coldfusion cfprint and UPS labels

I am trying to use Coldfusion CFPRINT to print UPS labels to a network printer. The starting labels (png files) are great and I can print them locally to the zebra printer and they print and work wonderfully. The barcodes produced by CFPRINT however…
2
votes
1 answer

PDF viewer Eclipse Plugin/Library which supports text extraction

I need an open source PDF viewer eclipse plugin/library from which i can select some text and copy/extract it. I tried jPedal plugin (LGPL version). Its not extracting the selected text correctly.Sometimes it gets an extra character.I don't know…
Arun Paul
  • 167
  • 2
  • 10
2
votes
2 answers

jpedal jpg2000 error

I convert pdfs to images using jpedal. This works fine for most of the pdfs but some containing jpeg2000 i continue receiving the following error: java.lang.RuntimeException: JPeg 2000 Images needs the VM parameter -Dorg.jpedal.jai=true switch…
Georg
  • 183
  • 4
  • 18
2
votes
1 answer

How to display the images in listview

I am working with JavaFX2.0.I need to show the thumbnail images in listview.I am writing the code as below. ObservableList imageList = FXCollections.observableArrayList(); try { for (int i = 1; i <=…
rupa
  • 241
  • 2
  • 8
  • 19
1
vote
1 answer

How to decode JPX images in java?

I'm trying to render a pdf (with pdf-renderer or jpedal), and it can't handle an image encoded using JPX. Is there any open-source java library that can decode JPX?
1
vote
0 answers

Why is OpenViewerFX's .loadPDF returning a null pointer exception?

In openviewerFX, when I call JFileChooser to save my pdf, it saves, but right after that, it is supposed to open a BaseViewerFX window and display said saved PDF. When I run the program however, JFileChooser comes up, it saves, and then when it is…
Rahul Shah
  • 141
  • 2
  • 12
1
vote
0 answers

What to set for JVM heap memory for tomcat

I am using Jpedal tool to convert PDF to Image. In general this is working, however once in a while during converting large number of PDF pages into images it causes the application and tomcat to stop without any information or logs. Seems it's Out…
Jatin
  • 197
  • 2
  • 5
  • 17
1
vote
0 answers

Using Jpedal tool and Tomcat stopped unexpectedly

I am using Jpedal tool to convert PDF to Image. Jpedal tool helps to convert any or large number of PDF pages (let's say PDF pages = 1200) into .PNG images. In general this is working, however once in a while during converting these large number of…
Jatin
  • 197
  • 2
  • 5
  • 17
1
2