Rob - do you have a link to the tutorial to hand?
If I use the following then the printer service does not appear at all - ie. none of the item types trigger it.
local items =
{
{ type = “image”, value = { filename = “gm.pdf”, baseDir = system.ResourceDirectory, } },
{ type = “string”, value = “Hello, World” },
{ type = “url”, value = “http://services.geant.net/cbp/Knowledge_Base/Security/Documents/gn3-na3-t4-ufs126.pdf” },
}
conclusions…
I don’t seem to be able to con it with a PDF as an image as you suggest trying
But also, and more worrying, is that a url to a web PDF does not trigger the printer service - according to the Corona and the Apple documentation this should should at least work as is an NSURL being passed through (supposedly).
I did get it to work with a real image (an icon from app as per the example), but when this printed the image was clipped and the scaling awful.
I remain puzzled at the practical usefulness of the activity plugin in respect of printing.
Would be a relief If I’d made an error somewhere as this would be a darm useful feature - but I simply copied the example code and used the item table mentioned above.
:-{
Gary