user1094277
user1094277

Reputation: 1

Create PDF contains Image & send it to DropBox in my Android App

I want to create an PDF that contains images. I have used the iText library to create the text portion of the PDF, but have been unable to find any way to add images.

Separately, I would also like to upload this to dropbox after creating the PDF.

Does anybody have any suggestions of where to look?

Upvotes: 0

Views: 175

Answers (1)

Bekar
Bekar

Reputation: 53

You can try ImageMagick: http://www.imagemagick.org/script/index.php.

It is a c/c++ library and is required to use as JNI in android. You can use JMagick as wrapper for java

Upvotes: 1

Related Questions