9.6: Android - open printing to pdf

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
JereMiami
Posts: 119
Joined: Mon Nov 03, 2014 12:17 am

9.6: Android - open printing to pdf

Post by JereMiami » Mon Dec 21, 2020 8:42 pm

How do I get that pdf into the specialFolderPath("documents")?

Klaus
Posts: 13806
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: 9.6: Android - open printing to pdf

Post by Klaus » Mon Dec 21, 2020 9:19 pm

Hi JereMiami,

Code: Select all

...
put specialFolderPath("documents") & "/my_shiny.pdf" into tFileName
open printig to PDF tFilename
...
Best

Klaus

JereMiami
Posts: 119
Joined: Mon Nov 03, 2014 12:17 am

Re: 9.6: Android - open printing to pdf

Post by JereMiami » Mon Dec 21, 2020 9:43 pm

Thanks Klaus again.

But you know what I did? I didn't include the "PDF Printer" inclusion on my standalone application setting. Man oh man was that a oops!

Post Reply

Return to “Getting Started with LiveCode - Experienced Developers”