How to share PDF along with text in Whatsapp - android

I can send either the PDF file or the text but not both in Whatsapp. Please guide on how to send text and PDF at the same time.

Related

Insert digital signature on PDF Android

I am getting the pdf link from serve. I want to get the users digital signature like shown below,
This signature I can capture and save the bitmap.
Now I want to insert this signature to the pdf which is fetched from the server as shown below.
Once user clicks on done, I shold generate updated pdf file with the signature captured from the user.
I did google search on this and found that with PDFBox it can be achieved.
Can anyone let me know how to achieve this with Pdf box or is there any other alternative solution.

Is it possible to get the data in text box and checkbox to saved in pdf file

I want to design my own pdf file and to save in sdcard with the data from text box and Checkbox from my android app.The pdf format requires tabular column,images,checkbox.PDF should be like an user agreement form

Print a Pdf file on the Android Button Click

I have a pdf file in my sd card i want to print that file on the button click.
In this document it tells only how to print a custom content by rendering it on a PDF canvas and sending thus created PDF document for printing. But has no information about how to print a pdf file directly from sd card?
Please anybody has any idea how to handle this. Thanks in advance
Please go through this document which explains how to print a particular doc, image etc.
https://developer.android.com/training/printing/index.html
It even contains a link for the sample and a tutorial video to achieve the same.

How to extract text from pdf in android programatically

I want to extract text from pdf file which is submitted by user using android programmatically.How its possible?
I referred this link to display the pdf file from SD card.
I tried like this to get text from text file can able to speak it out but not from pdf.
But the thing is how can I extract text from that PDF?

android sharing a text file facebook, twitter, email

I need to share a text file (created in my app and stored on the sd card) by using facebook, twitter, email at least.
My question is what would be the easiest way to do this? I need to know where to focus. I have installed the facebook sdk, but still cannot get how to use it to send a txt file.
I will be grateful for any general guidance.
Thank you!
You can add a file to an email as an attachment: Trying to attach a file from SD Card to email
AFAIK Facebook does not allow you to share files. You can post text and images, but not files in general.
Twitter same as 2. above. You can post tweets - text up to 140 chars long. You can also post pictures via TwitPic. But you cant share files in general.
You could upload a file to some file sharing site (you'd need account for that) and then share url via Facebook or Twitter.

Categories

Resources