What is the easiest way to add another snapshot from the same rect to the same PDF file?

William de Smet williamdesmet at gmail.com
Mon Mar 22 11:03:09 EDT 2021


Hi there,

In an existing iOS app I do this:
---
export snapshot from grc "printmarge" to tPDF as PNG
put specialFolderPath("documents") & "/file.pdf"  into tFilePath
set the printPaperOrientation to "portrait"
set the printMargins to 36,72,36,72
open printing to PDF tFilePath
print this cd from 61,207 to 961,542
close printing
----

What is the easiest and fastest way to add another snapshot from the same
rect to the same PDF file?


greetings,

William



More information about the use-livecode mailing list