Hello,
I have a two step process that:
- Populates a Word template
- Saves the .docx file as a PDF
When saving with:
PdfSaveOptions.PreserveFormFields = true;
The PDF retains the proper spacing but does not seem to expand the PDF form fields. In the attached files, I would expect the PDF to have a form field stretching over multiple pages. Is this possible?
What I am trying to accomplish is to populate the form field in Word so as to take advantage of the auto-expanding capability of Word and then to save the docx as a PDF form. Once in a PDF form, I can use the Aspose.PDF.Kit to get the X,Y, and Page number for each field which is my desired end result.
Thank You