05-05-2026 03:13 AM
Hi folks,
I urgently need your help. I want to insert a string into a specific PDF form field in LabVIEW. I’ve already searched the internet, but couldn’t really find much. In the past, this worked quite well with Word in the Report Generation Tool Kit, but one of the requirements is that we can’t use MS Office. Has anyone here done this in LabVIEW before, or is there a way to create something using Python and integrate it into LabVIEW?
Thanks for your “quick” help
Cheers
Solved! Go to Solution.
05-06-2026 02:32 AM
Ask AI to use python to do it for you and call into LabVIEW with the python node! Speaking from (good) experience:) works great!
Easy way: enter text by coordinates
Harder: render the entire document.
05-06-2026 08:04 AM
I'm not certain I understand what you are trying to do. Here is my "guess" at "what you start with" and "what you hope to end with":
I'm not aware of an easy way to get LabVIEW to open and view a PDF document other than using Microsoft Word to go PDF -> Word, use LabVIEW Report Generation Toolkit to edit Word, then "Save as PDF" in Word. I see that MichaelS78 suggested using AI + Python to do this -- if this is a "homework" problem, it seems like a pointless exercise, while if it is a "work requirement", the restriction to "not use MS Office" makes no sense to me.
Bob Schor
05-06-2026 10:02 AM
A bunch of years ago i did some ActiveX connection to Acrobat. It was messy and sensitive, but i got it to work, for a while. Updating Acrobat broke it so i needed to recompile, but still.
Asking ChatGPT about it, it mentions that you can use ActiveX but that calling a Python script is easier, so i'd recommend that route.
05-07-2026 06:02 AM
hi Folks,
I finally decided to use the Python solution. Thanks for your posts and your help.
cheers