Using the free command line utility PDFTK,
I could fill a pdf with interactive fields using
just a text file formatted as a fdf document
(that you could generate with LiveCode).
Tested and works in Windows and Ubuntu Linux.
Could you test if this works on MacOSX?

pdftk.exe C:\PDFwithForms.pdf fill_form C:\data.fdf output FilledPDF.pdf
flatten

There are many samples of PDF and matching FDF files inside
these compressed folders from Adobe:
http://www.adobe.com/devnet/acrobat/fdftoolkit.html

Al
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to