Page 1 of 1

Print to PDF

Posted: Fri Mar 13, 2015 7:37 pm
by bsouthuk
Hi

I have developed a proposal generating system using livecode which works on all platforms apart from Android.

Basically I convert cards into a pdf file which then attaches to an email using 'open printing to pdf'. However, I have learned that the open printing to pdf isn't supported with Android.

Is there another way I can convert/copy whatever is in my cards into a pdf file in Android and to then attach to an email

Very desperate here!

Daniel

Re: Print to PDF

Posted: Tue Apr 07, 2015 4:27 pm
by MaxV
Android has not a printing system, so you should send the HTMLtext to an external server that convert to PDF. (html2PDF is free and open source).