Print to PDF

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bsouthuk
Posts: 261
Joined: Fri Dec 05, 2008 7:25 pm

Print to PDF

Post by bsouthuk » Fri Mar 13, 2015 7:37 pm

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

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Print to PDF

Post by MaxV » Tue Apr 07, 2015 4:27 pm

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).
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply