Not directly no. In order to populate a PDF Form the external data has be be in a form that can be imported or accessed by Acrobat, or by some other program that handles PDF. ".prn" files don't count. You'll need program to convert/extract the data from the ".prn" file. You could write this yourself in VB. And then use the Acrobat IAC to fill out the form from the VB program. Or use one the 3rd party PDF libraries to fill out the PDF.
There are a number of possibilities. But the common thread is that first, a way is needed to extract the data from the ".prn" file.
Thom Parker The source for PDF Scripting Info [url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often [url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
There are a number of possibilities. But the common thread is that first, a way is needed to extract the data from the ".prn" file.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script