Hi,
If I have a word document with Form Fields, then how can I convert the document to PDF document with PDF Form Fields. Currently if I do doc.Save() with target file extension as PDF, it just converts the word to PDF …...Document doc = new Document("path/to/your/WordDocWithFormField...document as a PDF doc.Save("path/to/your/OutputPDFWithFormFie...