This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Does Pdf Crowd support to get pdf 3" width from mobile printers?

Satyarao wrote on 2013-08-26:
Hi,
I am using this API for my Java - appengine web application. I want to connect mobile printers like small printers (printers) . When I try to get print out of my html page,
Is it possible to get (ex: 3" width of) pdf page through mobile printers? if possible please help me out.
support wrote on 2013-08-27:
Hello,

You can set the PDF page width with setPageWidth. Example:
client.setPageWidth("3in");


You can find the Java API method reference here: https://pdfcrowd.com/api/html-to-pdf-java/ref/
Satyarao wrote on 2013-08-27:
Hi,
Thanks for your quick reply. I hope, it will help me.