Norm,
There is surely a way to do this from LabVIEW via an Acrobat API of some kind, but I don't have Acrobat installed here, so I can't explore that very easily.
Alternatively, there are some command-line tools out there that you can install and execute from LabVIEW to accomplish this regardless whether Acrobat is installed or not. The best tool I found was a free, open-source program called pdftk ("the pdf toolkit"), available at
http://www.accesspdf.com/pdftk/.
Installation is easy: just download the Windows version (assuming you're on Windows), unzip it, and copy the pdftk.exe file into your C:\Windows\system32 directory. I attached a simple VI that demonstrates how to call the tool from LabVIEW. It works like a champ on the PDF files I practiced with.
Take care,
John
P.S. As an aside, and for anyone stumbling across this thread with an interest, there are some great open-source PDF writer tools out there as well, in case you don't want to have to purchase Acrobat in order to create PDF files. My favorite is
PDF Creator.