Open Printing to PDF on IOS
Posted: Sat Nov 17, 2018 7:31 pm
Hi
I'm having a problem with getting Open printing to PDF to work on an iPhone.
This is the code I'm using in a button on mouseup script:
mergReader works with a different PDF, the stack prints a PDF on my Mac but on iPhone the script just fails (i.e. any code after the close printing line does not run)
I'm using LC Indy 9.01
Has anyone got a working IOS print to pdf script please, or any advice to share?
Thanks in advance.
Roger
I'm having a problem with getting Open printing to PDF to work on an iPhone.
This is the code I'm using in a button on mouseup script:
Code: Select all
put the documents folder & "/PaperStand.pdf" into tPDFPath
open printing to pdf tPDFPath
print card 1 of stack "PDF Layout" into 0,0,575,800
close printing
mergReader tPDFPath

I'm using LC Indy 9.01
Has anyone got a working IOS print to pdf script please, or any advice to share?
Thanks in advance.
Roger