demo.pdf (16.9 KB)
Expecting like this???
like this or like yours…need to download pdf via selected FROM number TO number as shown in 3rd image
pdf.pdf (74.5 KB)
i don’t know much about this but is there any method to show any text in html format using local host on custom web view extension by @vknow360 and then then print website page using this block in extension ?
here is Sample App
webtopdf.apk (5.3 MB)
Aia file
webtopdf.aia (70.2 KB)
And a demo video this works very well
There is not a direct method to pass a ListView to Pdf (at least I don’t know any extension that does that).
That’s why I recommended you to put the content of the listview in a webviewer and from there you pass it to Pdf (You can set the Webviewer as not visible).
is this possible like LIST VIEW > WEB VIEWER > PDF ???
No, for that you need to parse your data inside WebView.
But what about converting listview into pdf?
This was done at here…
Yeah, i know… working on it in my free time… half a way reached.
do you have aia file of this project … right
yeah, I need it like this…its ok whole list also be fine
Thanks a lot …but at the time of the Companion test working fine…when i downloand the apk and test it …problem occurs.
Same problem for your aia too
Try to ask for permission android.permission.WRITE_EXTERNAL_STORAGE
and see if it works for you
in activity starter?
done…thankyou
I hope @sugarlesscreator method will be good to use, if you want my method just tell me, let me add it…