Android : set bitmap in new pdf -


i want add few bitmaps in new pdf.

i tried :

    document doc = new document();     page page = doc.getpages().add();     page.getparagraphs().add(img);     doc.save(environment.getexternalstoragedirectory().getabsolutepath()+"/doc.pdf"); 

but i've few error, document isn't found, tried import android proposed me, nothings work. how work ? how can add few bitmap in pdf ?

thx,


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -