Convert a scrolling field to PDF
Paul Hibbert
paulhibbert at mac.com
Sun Aug 10 00:49:14 EDT 2014
This should start the ball rolling…
on mouseUp
answer page setup as sheet
if the result is "cancel" then exit mouseUp
ask file "Save as PDF…" with "listPDF.pdf" as sheet
if the result is "cancel" then exit mouseUp
put it into tPath
open printing to pdf tPath
revPrintField the name of field "sortField"
close printing
end mouseUp
Paul
On 2014-08-09, at 9:01 PM, Charles Szasz <cszasz at me.com> wrote:
> I have a scrolling that I use for printing in my app. How do you save a scrolling field as a PDF? Or is this possible?
>
> Sent from my iPad
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list