1
votes

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
Did I answer your question? I'm actually pretty sure there is currently no way to request the print job to come in any format other than pdfNonos
Yes, I think so. I think I will convert this pdf to bitmap using PdfRenderer as you mentioned.bluepawel

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.