ios - AirPrint without border / margin -


I Din A6 (105x148mm) (USA: 4.13x5.83 inches) though in simulator I always get printouts with range / margins.

Is it possible to customize the airprint to print without any margin / range print ?

I am using the Cordova AirPrint plugin, which does not offer such optimization. JS here:

  var cusImage = document.getElementById ('imgDIV'); Window.plugin.printer.print (cusImage, {}, function () {// callback});  

In Objective-C, my knowledge is very limited. I looked inside the APPPrinter.m file, I found it only: p. ScalesPageToFit = YES; , it was already set to yes, but apparently the border is not extracted.

Here is an image that I tried to print:

And here is the airprint output with printer simulator:


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -