I have two Activities, Activity_1 and Activity_2.
In Activity_1, I have an ImageView and a Button called "Go to Next".
In Activity_2, I have a Button called "CreatePDF".
So, I just want to know how to create a PDF with an image from Activity_1 when I press the CreatePDF button in Activity_2.
I would thankful if any one can solve this.
Thank You