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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to