dealing with these *huge* pdf files generated
J. Landman Gay
jacque at hyperactivesw.com
Sat Jun 1 23:55:42 EDT 2013
On 6/1/13 8:46 PM, Dr. Hawkins wrote:
> But that's the problem: I don't want to *convert* things--my software
> generates rather elaborate output cards, with huge amounts of time having
> gone into placing fields, etc. on output cards. All I need to do is
> output to pdf, which LiveCode already does--it just makes bloated and
> inefficient files.
Are these cards fixed, static cards in the stack or are the objects on
them generated dynamically? If they're fixed during development, you
could use the "replace" trick, where you generate pdf data with
placeholders and store it in the stack, then replace the placeholders
with any dynamic field content during run time.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list