Has anyone had any success creating a PDF that includes table data that could span multiple pages from a Livecode card script ?
In PHP, I would simply use TCPDF to do something like this:
http://www.tcpdf.org/examples/example_011.pdf
http://www.tcpdf.org/examples/example_011.phps
Is it possible to dynamically create a PDF file - where the data is stylized and represented in tables as well as possibly spanning multiple pages ?
If you are an experienced developer and this has piqued your interest, please get in touch with me.
Create PDF (multipage table) from Livecode
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 48
- Joined: Sat May 24, 2008 2:27 pm
Re: Create PDF (multipage table) from Livecode
There are many ways:
- formattedrect
- number of lines of basic table field
- number of lines of basic datagrid
- revPrintText
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w