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
Post a Comment