Example of using PDF library - libharu on Android? - android

Is there an example on using libHaru to view PDF documents? I am newer to NDK development. I do not know how to use this native library. Can anyone suggest an example to me?
Please help me.
Thanks.

There is no example, because libHaru does not support reading PDF documents.
From the official website:
At this moment libHaru does not support reading and editing existing PDF files and it's unlikely this support will ever appear.

Related

Android PDF Reader & Interactive Library

I been searching everywhere for a nice Android Library to use PDF's with interaction, I only found MuPDF but the library does not match the requirements.
Does anyone know about a nice OpenSorce PDF Reader Library for android that I can also interact with?
Thanks
Try Joan's pdfviewer. You can find it here
I will recomend you RadaeePDF.
Its not open source but its "afordable" taking into consideration the time will save you looking and trying for open source projects.
In my experience the performance given by this SDK is great, you may try it for free.
http://www.radaeepdf.com/download/download-android

Android View PDF with form

I need to view some PDF files with embeded form and process values that user inputs in form. Does anyone have such experience? Can you suggest library for it or another solution. I cannot use GPL solutions, because my apps will be proprietary.
I would suggest you to use mu-pdf library.If you want to use MUPDF inside an existing android app project you can follow the guide you find at this link (all credits go to the author, I didn't write this).
Also, as we both (if I understood correctly your needs) need just the PDF rendering features, would be great if someone points out how to (if possible) disable some of the unnecessary features built in the MuPDF library when building it from source (as DjVu support, just as an example).
GITHUB --> https://github.com/muennich/mupdf
take note that is not free for commercial apps –
check this for better help -->Integrate MuPDF Reader in an app
update
Some of the source code files for PDF viewer in Android application. Check the links and try it:
http://code.google.com/p/apv/source/browse/
http://code.google.com/p/android-pdf/
http://code.google.com/p/droidreader/
http://andpdf.sourceforge.net/

Fill pdf form in Android

I am trying to develop a paid app in which part of it involve filling out an already existing pdf form. I am looking for a way to do it in Android. I have searched stack overflow and I found a library to use like iText, but it doesn't meet my needs. My requirements are the following and I hope you guys can help me out
my app is paid app so I am looking for a library to allow me to use I for commercial purposes without limitation hidden in footnote of licenses
I need it to work in Android as I heard libraries like iText have issue in Android (don't know why although both are Java)
So any suggestions? I just need to view and edit/fill pdfs, that's all.
You could look at Docmosis which has a cloud service using templates and merging data to PDF. Some devs have found it a reasonable (
https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/pcz5NSz_8Co) transition from Google's soon-to-be-decomissioned Document conversion Service.

Android - creating word document

I want to create word(.doc) and excel(.xls) files on the android platform.
For excel I am able to use jexel jar, but I am unable to find any API for word files.
Can you tell me if there are any opensource/free API for writing word files on the android platform?
People have suggested Apache-POI but I am not able to implement it in android. Please let me know if Apache-POI really works on android or not.
Look at this thread, its java generally but it should also work on android platform What's a good Java API for creating Word documents?

Google Document Sample with google-api-java-client in Android

I am making a simple apps for Android, This apps have some function:
- Upload
- Download
- ShowAllFile
When i use Gdata, it's easy to make this function in Java
But Gdata didn't support Android.
Can anyone give sample code for GoogleDoc in Android which use google-api-java-clien ?
Best Regards
P/s: UPDATE: i can upload file
You should have a look at http://samples.google-api-java-client.googlecode.com/hg/picasa-atom-android-sample/instructions.html?r=default. This is a sample for Picasa, but GDoc is much the same.
Of course G-Data is supported in Android
On there you will find samples and a video with a presentation on how to access G-Data API on Android
http://code.google.com/p/google-api-java-client/wiki/MediaUpload (from 1.7)

Categories

Resources