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