I know this type of questions asked several times on Stackoverflow, but i didn't get any satisfactory answer for the same. So my question is can we print file(image or pdf) from our own android app without searching available printer and by just giving SSID or name of printer??? Do HP provides Open source printing sdk for android developers?, Because i searched on HP Print SDK on HP Developer site, they providing link but it is not working. TYI
Asked
Active
Viewed 467 times
1
-
Possible duplicate of [How to create PDFs in an Android app?](https://stackoverflow.com/questions/2499960/how-to-create-pdfs-in-an-android-app) – ImAtWar Nov 13 '17 at 06:30
-
@ImAtWar That question is for generating pdf, in my app i have already generated file just i have to print it without showing any popup or dialog to select printer... – user7808817 Nov 13 '17 at 06:33
-
Share some code please, as far as i know all you would need is to download it and store it. You wouldnt need a 'printer' for it. – ImAtWar Nov 13 '17 at 06:34
-
i have saved it in my internal storage, I have used PrintHelper, but it shows up dialog to select printer. I just want silent printer in android – user7808817 Nov 13 '17 at 06:39
-
Print that image or pdf is the main function of my app. – user7808817 Nov 13 '17 at 06:41
-
Are you trying to print over a Bluetooth printer? – Naz141 Nov 13 '17 at 07:31
-
@Naz141 No, Over wifi printer – user7808817 Nov 13 '17 at 09:05