android - Convert pdf from link to image and then share -


i searching library, sdk whatever, converts pdf (from link) image, , want share image without leaving trails (random png images left of conversion or downloaded pdf file somewhere). has ideas on , how should this?
  thanks in advance.

if open pdf webview follow step

webview pdfwebview; bitmap pdfbitmap;   pdfwebview.builddrawingcache(); pdfbitmap = pdfwebview.getdrawingcache(); 

Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -