I want to develop Print Service plugin for custom thermal printer which connects via bluetooth. Device does not support pdf format, so is it possible to request Print Job in bitmap format?
1
votes
1 Answers
1
votes
I don't think there is a way to request the job to come in a different format. Your app can instead convert it to a bitmap. You can use the PdfRenderer class to render pages of the pdf to bitmaps.