PDF Library for Android - PDFBox? [closed]
Asked Answered
S

6

14

Wich libraries exists to use to draw PDF files on Android?

I found PDFBox, that is a JSE Library, and want to know if somehow it can be used to draw the PDFs on Android.

I know Android converts Standard bytecodes into Dalvik Bytecodes, but how it will convert classes like BufferedImage that the framework can convert PDF Files into?

Any suggestion is helpfully, even for paid libraries.

Scleroderma answered 10/5, 2011 at 15:35 Comment(5)
What do you wan't to do is creating pdf or just showing pdf ?Abnegate
Showing. The content come from the editors.Scleroderma
PDFBox is not suitable #8981168Scenography
PDFTron released an android library, it's superb but not its not free.Snowfall
RadaePDF lib also is available.Scleroderma
C
12

PDF read/writing is a big problem for Android. A quick search on Stackoverflow will reveal many developers looking for solutions. So far, the most popular solution is to use a webview and use the google docs engine to render the PDF

A second solution, which is a little less 'hacky' is to use one of these android pdf libraries

Canaille answered 10/5, 2011 at 16:23 Comment(4)
All these solutions are licensed under GPL, and I need it for commercial use. And I need to have control over the document, so I can't use the google docs engine.Scleroderma
iText has a commercial Android licence - itextpdf.com/terms-of-useDexter
From iText support staff -- iText is a PDF creator and not a viewer.Superstratum
Page not found for the second refered linkLangur
B
9

If you are an indie developer, you can try PlugPDF. They offer their Android PDF library for free for independent developers and for personal use. http://plugpdf.com/

Disclaimer: I am the Founder & CEO at ePapyrus Inc. which runs plugpdf.com.

Boondoggle answered 30/4, 2014 at 12:19 Comment(1)
why did this get a -1?Resemble
S
4

RadaePDF also does offer a Android PDF rendering engine.


http://mupdf.com/ released a Android library to PDF reading & writing, it's really very good.

It's a GPL open-source project, but they do commercial licenses.

Scleroderma answered 25/6, 2012 at 14:48 Comment(0)
T
4

There is a relative new library http://www.androidpdf.mobi/. It has a one time licence per Android Package Name and worked ok for us, especially for the price.

Torso answered 26/6, 2013 at 11:9 Comment(1)
Nice, i'll take a look on thatScleroderma
A
3

It is a bit expensive but I believe that Adobe Mobile SDK is your product (not open source though)

Alecto answered 9/3, 2012 at 22:5 Comment(1)
I already used Adobe Reader Mobile SDK (RMSDK) at one project, but it's license is a bit expensive to afford general uses on other projects.Scleroderma
F
2

Qoppa have some Android libraries - have you had a look at them?

Frederik answered 13/9, 2011 at 6:55 Comment(2)
I didn't find anything for Android on their websiteScleroderma
qoppa.com/android/pdfsdkMarcelline

© 2022 - 2024 — McMap. All rights reserved.