How to Automate an Excel-Based Form with PDF Generation in ThingWorx?
Hello Community,
I’m currently got a new use case where we have an existing Excel form that includes multiple text fields and checkboxes. The goal is to digitally fill out this form and then generate a PDF from it — all within a ThingWorx-based environment.
Here’s the idea I’m considering:
Convert the Excel structure into an HTML representation (including form fields and styling).
Open this HTML form dynamically in the browser via ThingWorx.
Allow users to fill in the fields (text, checkboxes, etc.).
Finally, generate and save the completed form as a PDF.
My question is:
Is this workflow achievable directly in ThingWorx?
Has anyone implemented something similar using ThingWorx + HTML + PDF generation?
What are the best practices I can consider for this?
Note: We have around 80 plus excel files of customer which they normally fill out and save as pdf. I cannot make it static checklist in vuforia studio because there can be in the future 100 plus excels which needs to be automate. So basically its just digitalization of checklist which needs to be filled and saved as pdf thats it.
Any input, examples, or suggestions would be greatly appreciated!
Thanks in advance,
In my this post of mine , i was successfully able to open HTML in browser from thingworx
https://community.ptc.com/t5/ThingWorx-Developers/Generate-a-Pre-Filled-HTML-Template-in-Browser-for-PDF-Export-Is/m-p/1018231#M69880

