I can tell you that FDF files work on virtually every PDF viewer/editor for any 
platform. But the PDF has to be set up to "read" the FDF file when it opens, 
otherwise you need to create a button that asks for the file (using javascript) 
and then populates from whatever file the user selects. 

Originally, this was the ONLY way my app worked, before I started using 
Applescript and Javascript to fill under OS X. Also it should be noted that an 
FDF created on another platform is considered "untrusted" by Windows, and you 
have to give the OS permission to proceed, otherwise the auto-fill feature will 
not work. 

Bob S


> On Mar 5, 2017, at 12:33 , Alejandro Tejada via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> 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