android - Genereate a pdf file from activity view -


Is there a way to create a PDF file from the actual activity displayed on the screen? I have a scroll view with some text views in it, and I want to get the contents of the scroll view in a PDF file, after which it should be able to share it later.

You can use later lib to create PDFs similar to your approach in different logic


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -