Word Forms to PDF forms with rectangular fields

Can we create Named Word Form fields with fixed size (rectangles) and have those fields end up as Named PDF Form fields with the same size after saving the document as PDF?

How can I do this in code with Aspose.Words for .NET?

Use Case:
We need to find and REPLACE some named Shape objects with Form fields in Word (same location, same size).

We already know how to FIND the shapes we are targeting. We just need to know how to REPLACE them with named Word Form Fields of the same location and size.

Then we need those Named Word Form fields (with fixed size) to become PDF Form Fields, with the same Name, Location, and Size.

@pcleaveland

You just need to move the cursor to the desired shape and insert the form field. After inserting the form field, please remove the shape node.

If you still face problem, please ZIP and attach your input and expected output documents here for our reference. We will then provide you more information about your query.