NiVeR
NiVeR

Reputation: 9786

Generate a pdf file from activity view

Is there anyway to generate 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 whole content of the layout (the scroll view) to a pdf file, with the aim to be able to share it afterwards.

Upvotes: 0

Views: 544

Answers (1)

Jaspreet Chhabra
Jaspreet Chhabra

Reputation: 1431

you can use itext lib. You have to create pdf similar to your view in different logic

http://sourceforge.net/projects/itext/

Upvotes: 1

Related Questions