ehsun7b
ehsun7b

Reputation: 4866

Is Jpedal Library Free?

Is Jpedal library totally free? As I noticed the download link is mentioning trial! :(

Upvotes: 3

Views: 11595

Answers (5)

GChuf
GChuf

Reputation: 2240

For those searching for the free version, you can get JPedal LGPL v4.92b23 here:

https://mvnrepository.com/artifact/org.jpedal.jpedal-lgpl/jpedal-lgpl/4.92b23

There's also a github fork here. Testing it for pdf->png conversion seemed to produce mixed results compared to the original version.

Upvotes: 0

Lonzak
Lonzak

Reputation: 9816

Yes Jpedal is totally free if you comply to the LGPL license.

Update:

The world changed in the meantime and the (LGPL) open source Jpedal was stopped. If you look for that version it was removed from sourceforge. The last vrsion was based on the 4.92 Version you can download it here. This library is using Swing/AWT for rendering PDFs.

A while ago the newer version of Jpedal was released under the name of 'OpenViewerFX' and is basically the same as above but using JavaFX for rendering PDFs. Since JavaFX is used it needs Java 1.8.

Update II:

The OpenViewerFX was also discontinued. So there is currently no open source version of jpedal. You can still find the code here.

Upvotes: 2

Andreas Dolk
Andreas Dolk

Reputation: 114787

There's a section in their FAQ that covers the licensing issue: Jpedal FAQ

Upvotes: 0

typo.pl
typo.pl

Reputation: 8942

You need to do more research.

A quick search of the website shows that the pdf viewer is LGPL, while the full client is not. See JPedal Download the 30 day trial version and JPedal - Commercial vs LGPL version comparison

Upvotes: 2

Peter Knego
Peter Knego

Reputation: 80340

Full JPedal library is proprietary/commercial licensed: http://www.jpedal.org/support_faq.php#licensing

A cut-down version is open source under LGPL.

Upvotes: 8

Related Questions