Android Question merge jpg into a existing PDF

GudEvil

Member
Licensed User
Longtime User
Hello,

I just need a simple code to add picture (jpg) into existing pdf. as both jpg n pdf are retrieved from sql server n then merge jpg image to pdf. then finally a single pdf is downloaded to mobile storage.

(1) also how to retrieve pdf n jpg from sql server?
(2) how to open pdf once it gets downloaded? do you want to open dialog box

thanks
-m
 

eurojam

Well-Known Member
Licensed User
Longtime User
Last edited:
Upvote 0

GudEvil

Member
Licensed User
Longtime User
thanks for reply.
I got to know about httputils2 wit withwith this I will download..

I would like to merge into app rather than sql server, because I have to show img,pdf, video in aappa , then If user can click on download button n will saved to local storage to mobile(download will be optional here, not all the time user will download)

Q
(3) how can I show video in app???
like video player window n if user plays then it will start retriving n playing.. something like youtube but no autoplay here

-m
 
Upvote 0
Top